Searched refs:shiftNum (Results 1 – 2 of 2) sorted by relevance
247 INT shiftNum = CountLeadingBits(num); in FDKsbrEnc_LSI_divide_scale_fract() local251 num = num << shiftNum; in FDKsbrEnc_LSI_divide_scale_fract()256 if ( denom > (tmp >> fixMin(shiftNum+shiftScale-1,(DFRACT_BITS-1))) ) { in FDKsbrEnc_LSI_divide_scale_fract()259 shiftCommon = fixMin((shiftNum-shiftDenom+shiftScale-1),(DFRACT_BITS-1)); in FDKsbrEnc_LSI_divide_scale_fract()
1096 WebRtc_Word16 shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local1175 shiftNum = 0; in WebRtcAecm_UpdateChannel()1178 shiftNum = 32 - (zerosNum + zerosFar); in WebRtcAecm_UpdateChannel()1182 WEBRTC_SPL_RSHIFT_W32(tmp32no1, shiftNum), in WebRtcAecm_UpdateChannel()1187 WEBRTC_SPL_RSHIFT_W32(-tmp32no1, shiftNum), in WebRtcAecm_UpdateChannel()1194 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()