HomeSort by relevance Sort by last modified time
    Searched refs:cdf_ptr (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_hist.c 96 const uint16_t *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 uint16_t *cdf_ptr; local
233 cdf_ptr = *cdf + (*init_index++)
    [all...]
  /external/libopus/silk/
decode_pulses.c 48 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 );
encode_pulses.c 76 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, SILK_MAX_PULSES + 1, cdf_ptr, 8 );

Completed in 109 milliseconds