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

  /external/aac/libAACenc/src/
dyn_bits.h 124 SECTION_INFO huffsection[MAX_SECTIONS]; member in struct:__anon2068
dyn_bits.cpp 101 const SECTION_INFO* const huffsection,
108 if ( useHCR && ((huffsection->codeBook == 11) || (huffsection->codeBook >= 16)) ) {
112 sideInfoBits = sideInfoTab[huffsection->sfbCnt];
125 SECTION_INFO* const huffsection
132 huffsection[i].sfbCnt = 1;
133 huffsection[i].sfbStart = i;
134 huffsection[i].sectionBits = INVALID_BITCOUNT;
135 huffsection[i].codeBook = -1;
200 const SECTION_INFO* const huffsection,
404 SECTION_INFO *huffsection; local
    [all...]

Completed in 63 milliseconds