webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "webrtc/modules/audio_coding/codecs/ilbc/defines.h"
#include "webrtc/modules/audio_coding/codecs/ilbc/nit_encode.h"
#include "webrtc/modules/audio_coding/codecs/ilbc/encode.h"
#include "webrtc/modules/audio_coding/codecs/ilbc/init_decode.h"
#include "webrtc/modules/audio_coding/codecs/ilbc/decode.h"
#include "webrtc/modules/audio_coding/codecs/ilbc/constants.h"
#include "webrtc/modules/audio_coding/codecs/ilbc/ilbc.h"
#include <time.h>
Macros | |
#define | ILBCNOOFWORDS_MAX (NO_OF_BYTES_30MS)/2 |
#define | MAXFRAMES 10000 |
#define | MAXFILELEN (BLOCKL_MAX*MAXFRAMES) |
Functions | |
short | encode (IlbcEncoder *iLBCenc_inst, int16_t *encoded_data, int16_t *data) |
short | decode (IlbcDecoder *iLBCdec_inst, short *decoded_data, short *encoded_data, short mode) |
int | main (int argc, char *argv[]) |
#define ILBCNOOFWORDS_MAX (NO_OF_BYTES_30MS)/2 |
#define MAXFILELEN (BLOCKL_MAX*MAXFRAMES) |
#define MAXFRAMES 10000 |
short decode | ( | IlbcDecoder * | iLBCdec_inst, |
short * | decoded_data, | ||
short * | encoded_data, | ||
short | mode | ||
) |
short encode | ( | IlbcEncoder * | iLBCenc_inst, |
int16_t * | encoded_data, | ||
int16_t * | data | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |