OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds