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

  /external/aac/libAACdec/src/
aac_rom.h 130 extern const SCHAR ExponentTable[4][14];
block.h 273 return ExponentTable[lsb][exponent] + 1;
block.cpp 593 MantissaTable[lsb], ExponentTable[lsb], noLines,
    [all...]
aac_rom.cpp 200 * / (1<<ExponentTable[sf % 4][msb] The second dimension "msb" represents the
202 * exponents for the values in this tables are stored in ExponentTable[sf %
219 const SCHAR ExponentTable[4][14] = {
    [all...]

Completed in 2606 milliseconds