Searched refs:cdf_ptr (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Darith_routines_hist.c96 const WebRtc_UWord16 *cdf_ptr; local
126 cdf_ptr = *cdf + (size_tmp - 1);
131 W_tmp = W_upper_MSB * *cdf_ptr;
132 W_tmp += (W_upper_LSB * *cdf_ptr) >> 16;
138 cdf_ptr += size_tmp;
141 cdf_ptr -= size_tmp;
147 *data++ = (int)(cdf_ptr - *cdf++);
150 *data++ = (int)(cdf_ptr - *cdf++ - 1);
204 const WebRtc_UWord16 *cdf_ptr; local
233 cdf_ptr
[all...]
/external/libopus/silk/
H A Ddecode_pulses.c48 const opus_uint8 *cdf_ptr; local
66 cdf_ptr = silk_pulses_per_block_iCDF[ RateLevelIndex ];
69 sum_pulses[ i ] = ec_dec_icdf( psRangeDec, cdf_ptr, 8 );
H A Dencode_pulses.c76 const opus_uint8 *cdf_ptr; local
160 cdf_ptr = silk_pulses_per_block_iCDF[ RateLevelIndex ];
163 ec_enc_icdf( psRangeEnc, sum_pulses[ i ], cdf_ptr, 8 );
165 ec_enc_icdf( psRangeEnc, MAX_PULSES + 1, cdf_ptr, 8 );

Completed in 118 milliseconds