Searched refs:codeBook (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACenc/src/ |
D | dyn_bits.cpp | 108 if ( useHCR && ((huffsection->codeBook == 11) || (huffsection->codeBook >= 16)) ) { in FDKaacEnc_getSideInfoBits() 135 huffsection[i].codeBook = -1; in FDKaacEnc_buildBitLookUp() 233 …if ( (huffsection[ndx1].codeBook==CODE_BOOK_PNS_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_PNS_NO) in FDKaacEnc_CalcMergeGain() 234 …|| (huffsection[ndx1].codeBook==CODE_BOOK_IS_OUT_OF_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_B… in FDKaacEnc_CalcMergeGain() 235 …|| (huffsection[ndx1].codeBook==CODE_BOOK_IS_IN_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_… in FDKaacEnc_CalcMergeGain() 263 huffsection[i].codeBook=CODE_BOOK_PNS_NO; in FDKaacEnc_gmStage0() 267 huffsection[i].codeBook=isBook[i]; in FDKaacEnc_gmStage0() 271 …huffsection[i].sectionBits = FDKaacEnc_findBestBook(bitLookUp[i], &(huffsection[i].codeBook), 0); … in FDKaacEnc_gmStage0() 295 if (huffsection[mergeStart].codeBook != huffsection[mergeEnd].codeBook) in FDKaacEnc_gmStage1() 470 if ((huffsection[i].codeBook==CODE_BOOK_PNS_NO) || in FDKaacEnc_noiselessCounter() [all …]
|
D | bit_cnt.h | 175 INT FDKaacEnc_countValues(SHORT *values, INT width, INT codeBook); 177 INT FDKaacEnc_codeValues(SHORT *values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBitstream…
|
D | bitenc.cpp | 126 if(sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO) in FDKaacEnc_encodeSpectralData() 134 sectionData->huffsection[i].codeBook, in FDKaacEnc_encodeSpectralData() 263 INT codeBook = sectionData->huffsection[i].codeBook; in FDKaacEnc_encodeSectionData() local 265 FDKwriteBits(hBitStream,codeBook,sectCbBits); 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() 329 else if(sectionData->huffsection[i].codeBook == CODE_BOOK_PNS_NO) { in FDKaacEnc_encodeScaleFactorData()
|
D | dyn_bits.h | 109 INT codeBook; member
|
D | bit_cnt.cpp | 545 INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook) in FDKaacEnc_countValues() argument 553 switch(codeBook){ in FDKaacEnc_countValues() 779 INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBi… in FDKaacEnc_codeValues() argument 786 switch(codeBook){ in FDKaacEnc_codeValues()
|
D | qc_main.cpp | 1503 INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ; in FDKaacEnc_crashRecovery() local 1511 if ( (codeBook != CODE_BOOK_PNS_NO) /*&& in FDKaacEnc_crashRecovery() 1516 …[ch][sfb] = FDKaacEnc_countValues(&(qcChannel[ch]->quantSpec[sfbStartLine]), noOfLines, codeBook) ; in FDKaacEnc_crashRecovery()
|