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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 40 Word16 bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
54 bitCount(quantSpectrum + sfbOffset[i], sfbWidth, maxVal, bitLookUp[i]);
128 Word16 bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
143 findMinMergeBits(bitLookUp[ndx1], bitLookUp[ndx2]);
155 Word16 bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
164 sectionInfo[i].sectionBits = findBestBook(bitLookUp[i], &(sectionInfo[i].codeBook));
176 Word16 bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
195 mergeBitLookUp(bitLookUp[mergeStart], bitLookUp[mergeEnd])
    [all...]
  /external/aac/libAACenc/src/
dyn_bits.cpp 124 INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
137 FDKaacEnc_bitCount(quantSpectrum + sfbOffset[i], sfbWidth, sfbMax[i], bitLookUp[i]);
220 const INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
229 MergeBits = sideInfoTab[huffsection[ndx1].sfbCnt + huffsection[ndx2].sfbCnt] + FDKaacEnc_findMinMergeBits(bitLookUp[ndx1], bitLookUp[ndx2], useVCB11);
248 const INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
271 huffsection[i].sectionBits = FDKaacEnc_findBestBook(bitLookUp[i], &(huffsection[i].codeBook), 0); /* useVCB11 must be 0!!! */
283 INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
304 FDKaacEnc_mergeBitLookUp(bitLookUp[mergeStart], bitLookUp[mergeEnd])
    [all...]
dyn_bits.h 135 INT *bitLookUp;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 64 Word16 bitLookUp[MAX_SFB_LONG*(CODE_BOOK_ESC_NDX+1)];

Completed in 3455 milliseconds