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

  /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...]
bitenc.c 53 psectioninfo = &(sectionData->sectionInfo[i]);
160 WriteBits(hBitStream,sectionData->sectionInfo[i].codeBook,4);
161 sectLen = sectionData->sectionInfo[i].sfbCnt;
192 psectioninfo = &(sectionData->sectionInfo[i]);
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 498 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection,
499 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx,
500 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets,
501 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx);
504 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
505 pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx;
506 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx;
509 pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx;
526 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1;
527 pHcr->sectionInfo.extendedSortedCodebookIdx = pTmp2
    [all...]
aacdec_hcrs.cpp 164 numCodeword = pHcr->sectionInfo.numCodeword;
396 USHORT *pNumExtendedSortedCodewordInSection = pHcr->sectionInfo.pNumExtendedSortedCodewordInSection;
397 int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
398 UCHAR *pExtendedSortedCodebook = pHcr->sectionInfo.pExtendedSortedCodebook;
399 int extendedSortedCodebookIdx = pHcr->sectionInfo.extendedSortedCodebookIdx;
400 USHORT *pNumExtendedSortedSectionsInSets = pHcr->sectionInfo.pNumExtendedSortedSectionsInSets;
401 int numExtendedSortedSectionsInSetsIdx = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx;
441 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
442 pHcr->sectionInfo.extendedSortedCodebookIdx = extendedSortedCodebookIdx;
443 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx
    [all...]
aacdec_hcr_types.h 356 HCR_SECTION_INFO sectionInfo;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 59 SECTION_INFO sectionInfo[MAX_SECTIONS];
  /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;

Completed in 234 milliseconds