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

/frameworks/base/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.c51 * description: convert from bits to pe
52 * pe = 1.18*desiredBits
320 * description: sum the pe data only for bands where avoid hole is inactive
323 static void calcPeNoAH(Word16 *pe, argument
352 *pe = saturate(ipe);
406 * description: if pe difference deltaPe between desired pe and real pe is small enough,
428 /* for each sfb calc relative factors for pe changes */
464 /* pe differenc
935 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/base/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:__anon595
45 Word16 pe; member in struct:__anon596
H A Dqc_data.h95 Word16 pe; member in struct:__anon612
/frameworks/base/core/java/android/content/
H A DIntentFilter.java825 final PatternMatcher pe = mDataPaths.get(i);
826 if (pe.match(data)) {
1188 PatternMatcher pe = mDataPaths.get(i);
1189 switch (pe.getType()) {
1191 serializer.attribute(null, LITERAL_STR, pe.getPath());
1194 serializer.attribute(null, PREFIX_STR, pe.getPath());
1197 serializer.attribute(null, SGLOB_STR, pe.getPath());
1306 PatternMatcher pe = it.next();
1309 sb.append(pe); sb.append("\"");
/frameworks/base/services/java/com/android/server/pm/
H A DUserManager.java141 } catch (XmlPullParserException pe) {
274 } catch (XmlPullParserException pe) {

Completed in 100 milliseconds