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

  /external/aac/libAACdec/src/
aacdec_hcr.cpp 678 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection;
682 *pNumCodewordInSection = *pNumLineInSection++ >> pCbDimShift[*pCodebook];
684 numCodeword += *pNumCodewordInSection;
686 pNumCodewordInSection++;
711 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection;
771 pNumCodewordInSection[i]; /* sort NumCodewordInSection */
775 startOffset += pNumCodewordInSection[k] << pCbDimShift[pCodebook[k]];
    [all...]
aacdec_hcr_types.h 388 USHORT pNumCodewordInSection[MAX_SFB_HCR];

Completed in 52 milliseconds