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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 111 uint32_t cdfLo;
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;
arith_routines_hist.c 48 uint32_t cdfLo;
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 556 milliseconds