Searched refs:W_upper_MSB (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | arith_routines_hist.c | 24 WebRtc_UWord32 W_upper_LSB, W_upper_MSB; in WebRtcIsac_EncHistMulti() local 43 W_upper_MSB = W_upper >> 16; in WebRtcIsac_EncHistMulti() 44 W_lower = W_upper_MSB * cdf_lo; in WebRtcIsac_EncHistMulti() 46 W_upper = W_upper_MSB * cdf_hi; in WebRtcIsac_EncHistMulti() 93 WebRtc_UWord32 W_upper_LSB, W_upper_MSB; in WebRtcIsac_DecHistBisectMulti() local 122 W_upper_MSB = W_upper >> 16; in WebRtcIsac_DecHistBisectMulti() 131 W_tmp = W_upper_MSB * *cdf_ptr; in WebRtcIsac_DecHistBisectMulti() 201 WebRtc_UWord32 W_upper_LSB, W_upper_MSB; in WebRtcIsac_DecHistOneStepMulti() local 230 W_upper_MSB = W_upper >> 16; in WebRtcIsac_DecHistOneStepMulti() 234 W_tmp = W_upper_MSB * *cdf_ptr; in WebRtcIsac_DecHistOneStepMulti() [all …]
|
D | arith_routines_logist.c | 88 WebRtc_UWord32 W_upper_LSB, W_upper_MSB; in WebRtcIsac_EncLogisticMulti2() local 128 W_upper_MSB = W_upper >> 16; in WebRtcIsac_EncLogisticMulti2() 129 W_lower = W_upper_MSB * cdf_lo; in WebRtcIsac_EncLogisticMulti2() 131 W_upper = W_upper_MSB * cdf_hi; in WebRtcIsac_EncLogisticMulti2() 181 WebRtc_UWord32 W_upper_LSB, W_upper_MSB; in WebRtcIsac_DecLogisticMulti2() local 206 W_upper_MSB = W_upper >> 16; in WebRtcIsac_DecLogisticMulti2() 212 W_tmp = W_upper_MSB * cdf_tmp; in WebRtcIsac_DecLogisticMulti2() 220 W_tmp = W_upper_MSB * cdf_tmp; in WebRtcIsac_DecLogisticMulti2() 228 W_tmp = W_upper_MSB * cdf_tmp; in WebRtcIsac_DecLogisticMulti2() 245 W_tmp = W_upper_MSB * cdf_tmp; in WebRtcIsac_DecLogisticMulti2() [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | arith_routines_hist.c | 43 WebRtc_UWord32 W_upper_MSB; in WebRtcIsacfix_EncHistMulti() local 68 W_upper_MSB = WEBRTC_SPL_RSHIFT_W32(W_upper, 16); in WebRtcIsacfix_EncHistMulti() 69 W_lower = WEBRTC_SPL_UMUL(W_upper_MSB, cdfLo); in WebRtcIsacfix_EncHistMulti() 71 W_upper = WEBRTC_SPL_UMUL(W_upper_MSB, cdfHi); in WebRtcIsacfix_EncHistMulti() 158 WebRtc_UWord32 W_upper_MSB; in WebRtcIsacfix_DecHistBisectMulti() local 188 W_upper_MSB = WEBRTC_SPL_RSHIFT_W32(W_upper, 16); in WebRtcIsacfix_DecHistBisectMulti() 197 W_tmp = WEBRTC_SPL_UMUL_32_16(W_upper_MSB, *cdfPtr); in WebRtcIsacfix_DecHistBisectMulti() 295 WebRtc_UWord32 W_upper_MSB; in WebRtcIsacfix_DecHistOneStepMulti() local 323 W_upper_MSB = WEBRTC_SPL_RSHIFT_U32(W_upper, 16); in WebRtcIsacfix_DecHistOneStepMulti() 327 W_tmp = WEBRTC_SPL_UMUL_32_16(W_upper_MSB, *cdfPtr); in WebRtcIsacfix_DecHistOneStepMulti() [all …]
|
D | arith_routines_logist.c | 107 WebRtc_UWord16 W_upper_MSB; in WebRtcIsacfix_EncLogisticMulti2() local 152 W_upper_MSB = (WebRtc_UWord16)WEBRTC_SPL_RSHIFT_U32(W_upper, 16); in WebRtcIsacfix_EncLogisticMulti2() 153 W_lower = WEBRTC_SPL_UMUL_32_16(cdfLo, W_upper_MSB); in WebRtcIsacfix_EncLogisticMulti2() 155 W_upper = WEBRTC_SPL_UMUL_32_16(cdfHi, W_upper_MSB); in WebRtcIsacfix_EncLogisticMulti2() 240 WebRtc_UWord16 W_upper_MSB; in WebRtcIsacfix_DecLogisticMulti2() local 299 W_upper_MSB = (WebRtc_UWord16) WEBRTC_SPL_RSHIFT_U32(W_upper, 16); in WebRtcIsacfix_DecLogisticMulti2() 306 W_tmp = WEBRTC_SPL_UMUL_16_16(cdfTmp, W_upper_MSB); in WebRtcIsacfix_DecLogisticMulti2() 315 W_tmp = WEBRTC_SPL_UMUL_16_16(cdfTmp, W_upper_MSB); in WebRtcIsacfix_DecLogisticMulti2() 325 W_tmp = WEBRTC_SPL_UMUL_16_16(cdfTmp, W_upper_MSB); in WebRtcIsacfix_DecLogisticMulti2() 344 W_tmp = WEBRTC_SPL_UMUL_16_16(cdfTmp, W_upper_MSB); in WebRtcIsacfix_DecLogisticMulti2() [all …]
|