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

/external/chromium_org/third_party/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);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c112 WebRtc_UWord32 cdfLo; local
126 cdfLo = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(*dataQ7 - 64, *envQ8));
130 while ((cdfLo + 1) >= cdfHi) {
134 cdfHi = cdfLo;
135 cdfLo = WebRtcIsacfix_Piecewise(
139 cdfLo = cdfHi;
153 W_lower = WEBRTC_SPL_UMUL_32_16(cdfLo, W_upper_MSB);
154 W_lower += WEBRTC_SPL_UMUL_32_16_RSFT16(cdfLo, W_upper_LSB);
H A Darith_routines_hist.c48 WebRtc_UWord32 cdfLo; local
63 cdfLo = (WebRtc_UWord32) *(*cdf + (WebRtc_UWord32)*data);
69 W_lower = WEBRTC_SPL_UMUL(W_upper_MSB, cdfLo);
70 W_lower += WEBRTC_SPL_UMUL_RSFT16(W_upper_LSB, cdfLo);

Completed in 312 milliseconds