OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iquantizershift
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
quantize.cpp
174
INT
iquantizershift
;
local
178
iquantizershift
= gain>>2;
209
if ((-
iquantizershift
-specExp) < 0)
210
accu <<= -(-
iquantizershift
-specExp);
212
accu >>= -
iquantizershift
-specExp;
243
if (( -
iquantizershift
-specExp) < 0)
244
accu <<= -(-
iquantizershift
-specExp);
246
accu >>= -
iquantizershift
-specExp;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c
234
Word32
iquantizershift
;
local
238
iquantizershift
= gain >> 2;
269
specExp +=
iquantizershift
+ 1;
Completed in 54 milliseconds