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

  /hardware/ti/omap3/dspbridge/inc/
getsection.h 73 * sectionInfo Address of a section info structure pointer to be initialized
85 const sectionInfo);
93 * sectionInfo Address of a section info structure pointer to be initialized
106 const sectionInfo);
127 * sectionInfo Pointer to a section info structure for the desired section
138 const struct LDR_SECTION_INFO * sectionInfo,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 40 SECTION_INFO * sectionInfo)
47 sectionInfo[i].sfbCnt = 1;
48 sectionInfo[i].sfbStart = i;
49 sectionInfo[i].sectionBits = INVALID_BITCOUNT;
50 sectionInfo[i].codeBook = -1;
107 const SECTION_INFO *sectionInfo,
113 for (i=0; i+sectionInfo[i].sfbCnt < maxSfb; i += sectionInfo[i].sfbCnt) {
126 CalcMergeGain(const SECTION_INFO *sectionInfo,
139 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];

Completed in 204 milliseconds