Home
last modified time | relevance | path

Searched refs:ec_dec (Results 1 – 25 of 25) sorted by relevance

/external/libopus/celt/
Dentdec.h36 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);
Dentdec.c91 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 …]
Dquant_bands.h60 …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);
Dlaplace.h48 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay);
Dcwrs.h46 opus_val32 decode_pulses(int *_y, int N, int K, ec_dec *dec);
Dvq.h77 ec_dec *dec, opus_val16 gain);
Dentcode.h48 typedef struct ec_ctx ec_dec; typedef
Dquant_bands.c428 …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()
Dlaplace.c94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay) in ec_laplace_decode()
Dcwrs.c539 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()
Dcelt.h153 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum);
Dcelt_decoder.c441 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;
Dvq.c360 ec_dec *dec, opus_val16 gain) in alg_unquant()
/external/libopus/silk/
Dmain.h104ec_dec *psRangeDec, /* I/O Compressor data structure …
110ec_dec *psRangeDec, /* I/O Compressor data structure …
126ec_dec *psRangeDec, /* I/O Compressor data structure …
173ec_dec *psRangeDec, /* I/O Compressor data structure …
408ec_dec *psRangeDec, /* I/O Compressor data structure …
419ec_dec *psRangeDec, /* I/O Compressor data structure …
443ec_dec *psRangeDec, /* I/O Compressor data structure …
Dstereo_decode_pred.c36ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_stereo_decode_pred()
67ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_stereo_decode_mid_only()
Dshell_coder.c63ec_dec *psRangeDec, /* I/O Compressor data structure */ in decode_split()
121ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_shell_decoder()
DAPI.h113ec_dec *psRangeDec, /* I/O Compressor data structure …
Ddecode_pulses.c38ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_pulses()
Dcode_signs.c76ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_signs()
Ddecode_frame.c41ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_frame()
Ddecode_indices.c37ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_decode_indices()
Ddec_API.c86ec_dec *psRangeDec, /* I/O Compressor data structure … in silk_Decode()
/external/libopus/celt/tests/
Dtest_unit_laplace.c57 ec_dec dec; in main()
Dtest_unit_entropy.c55 ec_dec dec; in main()
/external/libopus/src/
Dopus_decoder.c226 ec_dec dec; in opus_decode_frame()