Lines Matching refs:sideInfoTab
102 const SHORT* const sideInfoTab,
112 sideInfoBits = sideInfoTab[huffsection->sfbCnt];
221 const SHORT* const sideInfoTab,
229 MergeBits = sideInfoTab[huffsection[ndx1].sfbCnt + huffsection[ndx2].sfbCnt] + FDKaacEnc_findMinMergeBits(bitLookUp[ndx1], bitLookUp[ndx2], useVCB11);
285 const SHORT* const sideInfoTab,
308 huffsection[mergeStart].sectionBits += FDKaacEnc_getSideInfoBits(&huffsection[mergeStart], sideInfoTab, useVCB11);
326 const SHORT* const sideInfoTab,
336 sideInfoTab,
367 sideInfoTab,
380 sideInfoTab,
403 const SHORT *sideInfoTab = NULL;
412 sideInfoTab = FDKaacEnc_sideInfoTabLong;
415 sideInfoTab = FDKaacEnc_sideInfoTabShort;
444 FDKaacEnc_gmStage1(huffsection, bitLookUp, sectionData->maxSfbPerGroup, sideInfoTab, useVCB11);
457 sideInfoTab,
480 sectionData->huffmanBits += huffsection[i].sectionBits - FDKaacEnc_getSideInfoBits(&huffsection[i], sideInfoTab, useVCB11);
486 sectionData->sideInfoBits += FDKaacEnc_getSideInfoBits(&huffsection[i], sideInfoTab, useVCB11);