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 133 SECTION_INFO huffsection[MAX_SECTIONS]; member in struct:__anon14712
dyn_bits.cpp 112 static INT FDKaacEnc_getSideInfoBits(const SECTION_INFO* const huffsection,
118 ((huffsection->codeBook == 11) || (huffsection->codeBook >= 16))) {
121 sideInfoBits = sideInfoTab[huffsection->sfbCnt];
132 SECTION_INFO* const huffsection) {
136 huffsection[i].sfbCnt = 1;
137 huffsection[i].sfbStart = i;
138 huffsection[i].sectionBits = INVALID_BITCOUNT;
139 huffsection[i].codeBook = -1;
187 const SECTION_INFO* const huffsection,
351 SECTION_INFO* huffsection; local
    [all...]

Completed in 118 milliseconds