Searched defs:pNumSortedCodewordInSection (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcr_types.h318 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR]; member in struct:__anon18
H A Daacdec_hcr.cpp579 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; local
588 numSpectralValuesInSection = *pNumSortedCodewordInSection++ << pCbDimShift[*pSortedCodebook];
761 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; local
812 pNumSortedCodewordInSection[j] = pNumCodewordInSection[i]; /* sort NumCodewordInSection */
853 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; local
864 for ( j = *pNumSortedCodewordInSection; j != 0 ; j-- ) {
890 pNumSortedCodewordInSection
918 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; local
[all...]

Completed in 43 milliseconds