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

  /external/aac/libAACenc/src/
aacEnc_rom.h 148 extern const UCHAR FDKaacEnc_specExpTableComb[4][14];
quantize.cpp 207 specExp = FDKaacEnc_specExpTableComb[iquantizermod][specExp]-1; /* -1 to avoid overflows in accu */
241 specExp = FDKaacEnc_specExpTableComb[iquantizermod][specExp]-1; /* -1 to avoid overflows in accu */
aacEnc_rom.cpp     [all...]

Completed in 227 milliseconds