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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c 92 uint32_t cdf_lo, cdf_hi; local
104 cdf_hi = piecewise((*dataQ7 + 64) * *envQ8);
107 while (cdf_lo+1 >= cdf_hi) {
111 cdf_hi = cdf_lo;
115 cdf_lo = cdf_hi;
116 cdf_hi = piecewise((*dataQ7 + 64) * *envQ8);
131 W_upper = W_upper_MSB * cdf_hi;
132 W_upper += (W_upper_LSB * cdf_hi) >> 16;
arith_routines_hist.c 27 uint32_t cdf_lo, cdf_hi; local
39 cdf_hi = (uint32_t) *(*cdf++ + *data++ + 1);
46 W_upper = W_upper_MSB * cdf_hi;
47 W_upper += (W_upper_LSB * cdf_hi) >> 16;

Completed in 131 milliseconds