Searched refs:pe (Results 1 - 6 of 6) sorted by relevance

/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...]
/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/base/core/java/android/content/
H A DIntentFilter.java806 final PatternMatcher pe = mDataSchemeSpecificParts.get(i);
807 if (pe.match(data)) {
821 final PatternMatcher pe = mDataSchemeSpecificParts.get(i);
822 if (pe.getType() == ssp.getType() && pe.getPath().equals(ssp.getPath())) {
985 final PatternMatcher pe = mDataPaths.get(i);
986 if (pe.match(data)) {
1000 final PatternMatcher pe = mDataPaths.get(i);
1001 if (pe.getType() == path.getType() && pe
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java676 } catch (XmlPullParserException pe) {
1009 } catch (XmlPullParserException pe) {
1710 } catch (XmlPullParserException pe) {

Completed in 4147 milliseconds