OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionInfo
(Results
1 - 3
of
3
) sorted by null
/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
;
Completed in 512 milliseconds