Lines Matching refs:bitLookUp
124 INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], in FDKaacEnc_buildBitLookUp()
137 FDKaacEnc_bitCount(quantSpectrum + sfbOffset[i], sfbWidth, sfbMax[i], bitLookUp[i]); in FDKaacEnc_buildBitLookUp()
220 const INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], in FDKaacEnc_CalcMergeGain()
229 …fbCnt + huffsection[ndx2].sfbCnt] + FDKaacEnc_findMinMergeBits(bitLookUp[ndx1], bitLookUp[ndx2], u… in FDKaacEnc_CalcMergeGain()
248 const INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], in FDKaacEnc_gmStage0()
271 …huffsection[i].sectionBits = FDKaacEnc_findBestBook(bitLookUp[i], &(huffsection[i].codeBook), 0); … in FDKaacEnc_gmStage0()
283 INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], in FDKaacEnc_gmStage1()
304 FDKaacEnc_mergeBitLookUp(bitLookUp[mergeStart], bitLookUp[mergeEnd]); in FDKaacEnc_gmStage1()
324 INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], in FDKaacEnc_gmStage2()
335 bitLookUp, in FDKaacEnc_gmStage2()
359 FDKaacEnc_mergeBitLookUp(bitLookUp[maxNdx], bitLookUp[maxNdxNext]); in FDKaacEnc_gmStage2()
366 bitLookUp, in FDKaacEnc_gmStage2()
379 bitLookUp, in FDKaacEnc_gmStage2()
392 INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], in FDKaacEnc_noiselessCounter()
437 bitLookUp, in FDKaacEnc_noiselessCounter()
441 …FDKaacEnc_gmStage0(huffsection, bitLookUp, sectionData->maxSfbPerGroup, noiseNrg+grpNdx, isBook+gr… in FDKaacEnc_noiselessCounter()
444 FDKaacEnc_gmStage1(huffsection, bitLookUp, sectionData->maxSfbPerGroup, sideInfoTab, useVCB11); in FDKaacEnc_noiselessCounter()
455 bitLookUp, in FDKaacEnc_noiselessCounter()
478 FDKaacEnc_findBestBook(bitLookUp[i], &(huffsection[i].codeBook), useVCB11); in FDKaacEnc_noiselessCounter()
752 (lookUpTable)hBC->bitLookUp, in FDKaacEnc_dynBitCount()
785 hBC->bitLookUp = GetRam_aacEnc_BitLookUp(0,dynamic_RAM); in FDKaacEnc_BCNew()
787 if (hBC->bitLookUp == 0 || in FDKaacEnc_BCNew()