Searched defs:pe (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dline_pe.h34 Word16 sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
37 Word16 pe; /* sum of sfbPe */ member in struct:__anon317
45 Word16 pe; member in struct:__anon318
H A Dqc_data.h95 Word16 pe; member in struct:__anon334
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dline_pe.c37 * description: constants that do not change during successive pe calculations
79 Word32 pe, constPart, nActiveLines; local
81 peData->pe = peData->offset;
90 pe = 0;
127 pe = pe + peChanData->sfbPe[sfbGrp+sfb];
133 peChanData->pe = saturate(pe);
138 pe += peData->pe;
[all...]
H A Dadj_thr.c55 * description: convert from bits to pe
56 * pe = 1.18*desiredBits
324 * description: sum the pe data only for bands where avoid hole is inactive
327 static void calcPeNoAH(Word16 *pe, argument
356 *pe = saturate(ipe);
410 * description: if pe difference deltaPe between desired pe and real pe is small enough,
432 /* for each sfb calc relative factors for pe changes */
468 /* pe differenc
939 bitresCalcBitFac( const Word16 bitresBits, const Word16 maxBitresBits, const Word16 pe, const Word16 windowSequence, const Word16 avgBits, const Word16 maxBitFac, ADJ_THR_STATE *AdjThr, ATS_ELEMENT *adjThrChan) argument
[all...]

Completed in 74 milliseconds