OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shiftNum
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
sbr_misc.cpp
247
INT
shiftNum
= CountLeadingBits(num);
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/
aecm_core.c
[
all
...]
Completed in 84 milliseconds