OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extendedSortedCodebookIdx
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcrs.cpp
399
int
extendedSortedCodebookIdx
= pHcr->sectionInfo.
extendedSortedCodebookIdx
;
410
codebookDim = pCbDimension[pExtendedSortedCodebook[
extendedSortedCodebookIdx
]];
411
startNode = *aHuffTable[pExtendedSortedCodebook[
extendedSortedCodebookIdx
]];
418
*pSta++ = aCodebook2StartInt[pExtendedSortedCodebook[
extendedSortedCodebookIdx
]];
419
*pCodebook++ = pExtendedSortedCodebook[
extendedSortedCodebookIdx
];
430
extendedSortedCodebookIdx
++; /* inc ptr for next ext sort sec in current set */
431
if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS) ||
extendedSortedCodebookIdx
>= (MAX_SFB_HCR+MAX_HCR_SETS)) {
442
pHcr->sectionInfo.
extendedSortedCodebookIdx
=
extendedSortedCodebookIdx
;
[
all
...]
aacdec_hcr.cpp
505
pTmp2 = pHcr->sectionInfo.
extendedSortedCodebookIdx
;
527
pHcr->sectionInfo.
extendedSortedCodebookIdx
= pTmp2;
[
all
...]
aacdec_hcr_types.h
327
int
extendedSortedCodebookIdx
;
Completed in 51 milliseconds