Searched defs:constPart (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dline_pe.h38 Word16 constPart; /* sum of sfbConstPart */ member in struct:__anon329
46 Word16 constPart; member in struct:__anon330
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dline_pe.c68 * description: constPart is sfbPe without the threshold part n*ld(thr) or n*C3*ld(thr)
79 Word32 pe, constPart, nActiveLines; local
82 peData->constPart = 0;
91 constPart = 0;
128 constPart = constPart + peChanData->sfbConstPart[sfbGrp+sfb];
134 peChanData->constPart = saturate(constPart);
140 constPart += peData->constPart;
[all...]
H A Dadj_thr.c328 Word16 *constPart,
357 *constPart = saturate(iconstPart);
743 Word16 constPart, constPartNoAH; local
756 constPart = peData->constPart;
760 avgThrExp = pow2_xy((constPart - noRedPe), (nActiveLines << 2));
763 redVal = pow2_xy((constPart - desiredPe), (nActiveLines << 2)) - avgThrExp;
327 calcPeNoAH(Word16 *pe, Word16 *constPart, Word16 *nActiveLines, PE_DATA *peData, Word16 ahFlag[MAX_CHANNELS][MAX_GROUPED_SFB], PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], const Word16 nChannels) argument

Completed in 922 milliseconds