Searched refs:cdfLo (Results 1 – 2 of 2) sorted by relevance
111 uint32_t cdfLo; in WebRtcIsacfix_EncLogisticMulti2() local125 cdfLo = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(*dataQ7 - 64, *envQ8)); in WebRtcIsacfix_EncLogisticMulti2()129 while ((cdfLo + 1) >= cdfHi) { in WebRtcIsacfix_EncLogisticMulti2()133 cdfHi = cdfLo; in WebRtcIsacfix_EncLogisticMulti2()134 cdfLo = WebRtcIsacfix_Piecewise( in WebRtcIsacfix_EncLogisticMulti2()138 cdfLo = cdfHi; in WebRtcIsacfix_EncLogisticMulti2()152 W_lower = WEBRTC_SPL_UMUL_32_16(cdfLo, W_upper_MSB); in WebRtcIsacfix_EncLogisticMulti2()153 W_lower += (cdfLo * W_upper_LSB) >> 16; in WebRtcIsacfix_EncLogisticMulti2()
48 uint32_t cdfLo; in WebRtcIsacfix_EncHistMulti() local63 cdfLo = (uint32_t) *(*cdf + (uint32_t)*data); in WebRtcIsacfix_EncHistMulti()69 W_lower = WEBRTC_SPL_UMUL(W_upper_MSB, cdfLo); in WebRtcIsacfix_EncHistMulti()70 W_lower += ((W_upper_LSB * cdfLo) >> 16); in WebRtcIsacfix_EncHistMulti()