HomeSort by relevance Sort by last modified time
    Searched full:ec_dec (Results 1 - 25 of 25) sorted by null

  /external/libopus/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);
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...]
cwrs.h 46 void decode_pulses(int *_y, int N, int K, ec_dec *dec);
laplace.h 48 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay);
vq.h 64 ec_dec *dec, opus_val16 gain);
laplace.c 94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay)
celt.h 137 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);
entcode.h 42 typedef struct ec_ctx ec_dec; typedef in typeref:struct:ec_ctx
quant_bands.c 427 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM)
492 void unquant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C)
515 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)
celt_decoder.c 286 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec)
655 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)
660 ec_dec _dec;
    [all...]
vq.c 323 ec_dec *dec, opus_val16 gain)
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){
  /external/libopus/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 */
372 ec_dec *psRangeDec, /* I/O Compressor data structure */
382 ec_dec *psRangeDec, /* I/O Compressor data structure */
405 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 */
API.h 112 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/libopus/celt/tests/
test_unit_laplace.c 57 ec_dec dec;
test_unit_entropy.c 54 ec_dec dec;
  /external/libopus/src/
opus_decoder.c 210 ec_dec dec;

Completed in 890 milliseconds