OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SFB_HCR
(Results
1 - 5
of
5
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcr_types.h
110
#define
MAX_SFB_HCR
(((1024/8) / LINES_PER_UNIT) * 8) /* (8 * 16) is not enough because sfbs are split in units for blocktype short */
317
USHORT pNumCodewordInSection[
MAX_SFB_HCR
];
318
USHORT pNumSortedCodewordInSection[
MAX_SFB_HCR
];
319
USHORT pNumExtendedSortedCodewordInSection[
MAX_SFB_HCR
+MAX_HCR_SETS];
323
USHORT pReorderOffset[
MAX_SFB_HCR
];
324
UCHAR pSortedCodebook[
MAX_SFB_HCR
];
326
UCHAR pExtendedSortedCodebook[
MAX_SFB_HCR
+MAX_HCR_SETS];
329
UCHAR pMaxLenOfCbInExtSrtSec[
MAX_SFB_HCR
+MAX_HCR_SETS];
332
UCHAR pCodebookSwitch[
MAX_SFB_HCR
];
channelinfo.h
217
SHORT aNumLineInSec4Hcr[
MAX_SFB_HCR
]; /* needed once for all channels except for Drm syntax */
218
UCHAR aCodeBooks4Hcr[
MAX_SFB_HCR
]; /* needed once for all channels except for Drm syntax. Same as "aCodeBook" ? */
aacdec_hcr.cpp
[
all
...]
aacdec_hcrs.cpp
431
if (numExtendedSortedCodewordInSectionIdx >= (
MAX_SFB_HCR
+MAX_HCR_SETS) || extendedSortedCodebookIdx >= (
MAX_SFB_HCR
+MAX_HCR_SETS)) {
436
if (numExtendedSortedCodewordInSectionIdx >= (
MAX_SFB_HCR
+MAX_HCR_SETS)) {
[
all
...]
block.cpp
329
if (numLinesInSecIdx >=
MAX_SFB_HCR
) {
Completed in 111 milliseconds