OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pow2_xy
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h
177
#define
pow2_xy
ADD_PREFIX(
pow2_xy
)
macro
oper_32b.h
42
Word32
pow2_xy
(Word32 x, Word32 y);
oper_32b.c
345
Word32
pow2_xy
(Word32 x, Word32 y)
function
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
175
pbThresholdQuiet[i] =
pow2_xy
((((barcThrQuiet - ABS_LEV) * 100) +
223
pbMaskHiFactor[i] = round16(
pow2_xy
(L_negate(dbVal), (Word32)LOG2_1000)); /* 0.301 log10(2) */
226
pbMaskLoFactor[i-1] = round16(
pow2_xy
(L_negate(dbVal),(Word32)LOG2_1000));
230
pbMaskHiFactorSprEn[i] = round16(
pow2_xy
(L_negate(dbVal),(Word32)LOG2_1000));
232
pbMaskLoFactorSprEn[i-1] = round16(
pow2_xy
(L_negate(dbVal),(Word32)LOG2_1000));
318
snr =
pow2_xy
((pePart - 16*1000),1000) - 0x0000c000;
adj_thr.c
147
newMinSnr = round16(
pow2_xy
(snrRed,80*4));
482
thrFactor =
pow2_xy
(L_negate(deltaSfbPe), (normFactor* (*psfbNActiveLines)));
490
thrFactor =
pow2_xy
(deltaSfbPe, (normFactor * (*psfbNActiveLines)));
676
en[enIdx] = fixmul(avgEn,
pow2_xy
(L_negate(enFac),7*4));
760
avgThrExp =
pow2_xy
((constPart - noRedPe), (nActiveLines << 2));
763
redVal =
pow2_xy
((constPart - desiredPe), (nActiveLines << 2)) - avgThrExp;
788
avgThrExp =
pow2_xy
((constPartNoAH - redPeNoAH), (nActiveLinesNoAH << 2));
790
redVal = (redVal +
pow2_xy
((constPartNoAH - desiredPeNoAH), (nActiveLinesNoAH << 2))) - avgThrExp;
[
all
...]
Completed in 50 milliseconds