HomeSort by relevance Sort by last modified time
    Searched defs:sectionInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 59 SECTION_INFO sectionInfo[MAX_SECTIONS];
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 44 SECTION_INFO * sectionInfo)
51 sectionInfo[i].sfbCnt = 1;
52 sectionInfo[i].sfbStart = i;
53 sectionInfo[i].sectionBits = INVALID_BITCOUNT;
54 sectionInfo[i].codeBook = -1;
111 const SECTION_INFO *sectionInfo,
117 for (i=0; i+sectionInfo[i].sfbCnt < maxSfb; i += sectionInfo[i].sfbCnt) {
130 CalcMergeGain(const SECTION_INFO *sectionInfo,
143 SplitBits = sectionInfo[ndx1].sectionBits + sectionInfo[ndx2].sectionBits
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
HermeticLaunchTest.java 436 Map<String, List<SectionPeriod>> sectionInfo = new HashMap<>();
484 if (sectionInfo.containsKey(matchingBegin.name)) {
489 sectionInfo.get(matchingBegin.name).add(newSecPeriod);
497 sectionInfo.put(matchingBegin.name, infoList);
507 return sectionInfo;
  /external/aac/libAACdec/src/
aacdec_hcr_types.h 356 HCR_SECTION_INFO sectionInfo;

Completed in 78 milliseconds