Home
last modified time | relevance | path

Searched refs:huffsection (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACenc/src/
Ddyn_bits.cpp101 const SECTION_INFO* const huffsection, in FDKaacEnc_getSideInfoBits() argument
108 if ( useHCR && ((huffsection->codeBook == 11) || (huffsection->codeBook >= 16)) ) { in FDKaacEnc_getSideInfoBits()
112 sideInfoBits = sideInfoTab[huffsection->sfbCnt]; in FDKaacEnc_getSideInfoBits()
125 SECTION_INFO* const huffsection in FDKaacEnc_buildBitLookUp() argument
132 huffsection[i].sfbCnt = 1; in FDKaacEnc_buildBitLookUp()
133 huffsection[i].sfbStart = i; in FDKaacEnc_buildBitLookUp()
134 huffsection[i].sectionBits = INVALID_BITCOUNT; in FDKaacEnc_buildBitLookUp()
135 huffsection[i].codeBook = -1; in FDKaacEnc_buildBitLookUp()
200 const SECTION_INFO* const huffsection, in FDKaacEnc_findMaxMerge() argument
207 for (i = 0; i + huffsection[i].sfbCnt < maxSfb; i += huffsection[i].sfbCnt) in FDKaacEnc_findMaxMerge()
[all …]
Dbitenc.cpp126 if(sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO) in FDKaacEnc_encodeSpectralData()
129 INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt; in FDKaacEnc_encodeSpectralData()
130 for(sfb=sectionData->huffsection[i].sfbStart; sfb<tmp; sfb++) in FDKaacEnc_encodeSpectralData()
134 sectionData->huffsection[i].codeBook, in FDKaacEnc_encodeSpectralData()
263 INT codeBook = sectionData->huffsection[i].codeBook; in FDKaacEnc_encodeSectionData()
268 sectLen = sectionData->huffsection[i].sfbCnt; in FDKaacEnc_encodeSectionData()
314 if (sectionData->huffsection[i].codeBook != CODE_BOOK_ZERO_NO) { in FDKaacEnc_encodeScaleFactorData()
316 if ((sectionData->huffsection[i].codeBook == CODE_BOOK_IS_OUT_OF_PHASE_NO) || in FDKaacEnc_encodeScaleFactorData()
317 (sectionData->huffsection[i].codeBook == CODE_BOOK_IS_IN_PHASE_NO)) in FDKaacEnc_encodeScaleFactorData()
319 INT sfbStart = sectionData->huffsection[i].sfbStart; in FDKaacEnc_encodeScaleFactorData()
[all …]
Ddyn_bits.h124 SECTION_INFO huffsection[MAX_SECTIONS]; member
Dqc_main.cpp1494 INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ; in FDKaacEnc_crashRecovery()
1496 for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart; in FDKaacEnc_crashRecovery()
1497 sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart + in FDKaacEnc_crashRecovery()
1498 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt; in FDKaacEnc_crashRecovery()
1525 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt-- ; in FDKaacEnc_crashRecovery()
1528 if (qcChannel[ch]->sectionData.huffsection[sect].sfbCnt == 0) { in FDKaacEnc_crashRecovery()