Searched refs:shiftNum (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dsbr_misc.cpp247 INT shiftNum = CountLeadingBits(num); local
251 num = num << shiftNum;
256 if ( denom > (tmp >> fixMin(shiftNum+shiftScale-1,(DFRACT_BITS-1))) ) {
259 shiftCommon = fixMin((shiftNum-shiftDenom+shiftScale-1),(DFRACT_BITS-1));
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1096 WebRtc_Word16 shiftChFar, shiftNum, shift2ResChan; local
1175 shiftNum = 0;
1178 shiftNum = 32 - (zerosNum + zerosFar);
1182 WEBRTC_SPL_RSHIFT_W32(tmp32no1, shiftNum),
1187 WEBRTC_SPL_RSHIFT_W32(-tmp32no1, shiftNum),
1194 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1);

Completed in 132 milliseconds