/external/chromium_org/third_party/opus/src/celt/ |
entdec.h | 36 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage); 51 unsigned ec_decode(ec_dec *_this,unsigned _ft); 54 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits); 69 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft); 72 int ec_dec_bit_logp(ec_dec *_this,unsigned _logp); 82 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb); 90 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft); 98 opus_uint32 ec_dec_bits(ec_dec *_this,unsigned _ftb);
|
laplace.h | 48 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay);
|
cwrs.h | 46 void decode_pulses(int *_y, int N, int K, ec_dec *dec);
|
vq.h | 64 ec_dec *dec, opus_val16 gain);
|
quant_bands.h | 60 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM); 62 void unquant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C); 64 void unquant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C);
|
entdec.c | 91 static int ec_read_byte(ec_dec *_this){ 95 static int ec_read_byte_from_end(ec_dec *_this){ 102 static void ec_dec_normalize(ec_dec *_this){ 119 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage){ 139 unsigned ec_decode(ec_dec *_this,unsigned _ft){ 146 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits){ 153 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft){ 162 int ec_dec_bit_logp(ec_dec *_this,unsigned _logp){ 177 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb){ 198 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft) [all...] |
entcode.h | 41 typedef struct ec_ctx ec_dec; typedef in typeref:struct:ec_ctx
|
laplace.c | 94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay)
|
celt.h | 132 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec);
|
quant_bands.c | 423 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM) 488 void unquant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C) 511 void unquant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C)
|
cwrs.c | 528 void decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ 688 void decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){
|
celt_decoder.c | 286 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec) 653 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec) 658 ec_dec _dec; [all...] |
vq.c | 323 ec_dec *dec, opus_val16 gain)
|
/external/chromium_org/third_party/opus/src/silk/ |
stereo_decode_pred.c | 36 ec_dec *psRangeDec, /* I/O Compressor data structure */ 67 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
main.h | 96 ec_dec *psRangeDec, /* I/O Compressor data structure */ 102 ec_dec *psRangeDec, /* I/O Compressor data structure */ 118 ec_dec *psRangeDec, /* I/O Compressor data structure */ 165 ec_dec *psRangeDec, /* I/O Compressor data structure */ 368 ec_dec *psRangeDec, /* I/O Compressor data structure */ 378 ec_dec *psRangeDec, /* I/O Compressor data structure */ 401 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
API.h | 111 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
shell_coder.c | 63 ec_dec *psRangeDec, /* I/O Compressor data structure */ 121 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
code_signs.c | 76 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
decode_frame.c | 41 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
decode_pulses.c | 38 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
decode_indices.c | 37 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
dec_API.c | 85 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_laplace.c | 57 ec_dec dec;
|
test_unit_entropy.c | 54 ec_dec dec;
|
/external/chromium_org/third_party/opus/src/src/ |
opus_decoder.c | 208 ec_dec dec;
|