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

  /external/aac/libAACenc/src/
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...]
bitenc.cpp 126 if(sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO)
128 /* huffencode spectral data for this huffsection */
129 INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt;
130 for(sfb=sectionData->huffsection[i].sfbStart; sfb<tmp; sfb++)
134 sectionData->huffsection[i].codeBook,
263 INT codeBook = sectionData->huffsection[i].codeBook;
268 sectLen = sectionData->huffsection[i].sfbCnt;
314 if (sectionData->huffsection[i].codeBook != CODE_BOOK_ZERO_NO) {
316 if ((sectionData->huffsection[i].codeBook == CODE_BOOK_IS_OUT_OF_PHASE_NO) |
    [all...]
dyn_bits.h 124 SECTION_INFO huffsection[MAX_SECTIONS]; member in struct:__anon1662
qc_main.cpp     [all...]

Completed in 366 milliseconds