/external/libopus/celt/ |
D | 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);
|
D | entdec.c | 91 static int ec_read_byte(ec_dec *_this){ in ec_read_byte() 95 static int ec_read_byte_from_end(ec_dec *_this){ in ec_read_byte_from_end() 102 static void ec_dec_normalize(ec_dec *_this){ in ec_dec_normalize() 119 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage){ in ec_dec_init() 139 unsigned ec_decode(ec_dec *_this,unsigned _ft){ in ec_decode() 146 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits){ in ec_decode_bin() 153 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft){ in ec_dec_update() 162 int ec_dec_bit_logp(ec_dec *_this,unsigned _logp){ in ec_dec_bit_logp() 177 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb){ in ec_dec_icdf() 198 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft){ in ec_dec_uint() [all …]
|
D | quant_bands.h | 60 …const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int L… 62 …const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C); 64 …nd, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C);
|
D | laplace.h | 48 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay);
|
D | cwrs.h | 46 opus_val32 decode_pulses(int *_y, int N, int K, ec_dec *dec);
|
D | vq.h | 77 ec_dec *dec, opus_val16 gain);
|
D | entcode.h | 48 typedef struct ec_ctx ec_dec; typedef
|
D | quant_bands.c | 428 …const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int L… in unquant_coarse_energy() 493 …(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C) in unquant_fine_energy() 516 …nd, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C) in unquant_energy_finalise()
|
D | laplace.c | 94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay) in ec_laplace_decode()
|
D | cwrs.c | 539 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses() 704 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses()
|
D | celt.h | 153 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum);
|
D | celt_decoder.c | 441 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec) in tf_decode() 815 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum) 820 ec_dec _dec;
|
D | vq.c | 360 ec_dec *dec, opus_val16 gain) in alg_unquant()
|
/external/libopus/silk/ |
D | main.h | 104 …ec_dec *psRangeDec, /* I/O Compressor data structure … 110 …ec_dec *psRangeDec, /* I/O Compressor data structure … 126 …ec_dec *psRangeDec, /* I/O Compressor data structure … 173 …ec_dec *psRangeDec, /* I/O Compressor data structure … 408 …ec_dec *psRangeDec, /* I/O Compressor data structure … 419 …ec_dec *psRangeDec, /* I/O Compressor data structure … 443 …ec_dec *psRangeDec, /* I/O Compressor data structure …
|
D | stereo_decode_pred.c | 36 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_stereo_decode_pred() 67 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_stereo_decode_mid_only()
|
D | shell_coder.c | 63 … ec_dec *psRangeDec, /* I/O Compressor data structure */ in decode_split() 121 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_shell_decoder()
|
D | API.h | 113 …ec_dec *psRangeDec, /* I/O Compressor data structure …
|
D | decode_pulses.c | 38 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_pulses()
|
D | code_signs.c | 76 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_signs()
|
D | decode_frame.c | 41 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_frame()
|
D | decode_indices.c | 37 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_indices()
|
D | dec_API.c | 86 …ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_Decode()
|
/external/libopus/celt/tests/ |
D | test_unit_laplace.c | 57 ec_dec dec; in main()
|
D | test_unit_entropy.c | 55 ec_dec dec; in main()
|
/external/libopus/src/ |
D | opus_decoder.c | 226 ec_dec dec; in opus_decode_frame()
|