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 725 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection;
729 *pNumCodewordInSection = *pNumLineInSection++ >> pCbDimShift[*pCodebook];
731 numCodeword += *pNumCodewordInSection;
733 pNumCodewordInSection++;
760 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection;
    [all...]
aacdec_hcr_types.h 317 USHORT pNumCodewordInSection[MAX_SFB_HCR];

Completed in 39 milliseconds