Searched refs:cdfLo (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c111 uint32_t cdfLo; local
125 cdfLo = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(*dataQ7 - 64, *envQ8));
129 while ((cdfLo + 1) >= cdfHi) {
133 cdfHi = cdfLo;
134 cdfLo = WebRtcIsacfix_Piecewise(
138 cdfLo = cdfHi;
152 W_lower = WEBRTC_SPL_UMUL_32_16(cdfLo, W_upper_MSB);
153 W_lower += (cdfLo * W_upper_LSB) >> 16;
H A Darith_routines_hist.c48 uint32_t cdfLo; local
63 cdfLo = (uint32_t) *(*cdf + (uint32_t)*data);
69 W_lower = WEBRTC_SPL_UMUL(W_upper_MSB, cdfLo);
70 W_lower += ((W_upper_LSB * cdfLo) >> 16);

Completed in 109 milliseconds