Home
last modified time | relevance | path

Searched refs:MantissaTable (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Daac_rom.h130 extern const FIXP_DBL MantissaTable[4][14];
Dblock.h270 *pValue = fMultDiv2(invQVal, MantissaTable[lsb][exponent]); in EvaluatePower43()
Daacdec_pns.cpp281 sfMatissa = MantissaTable[scaleFactor & 0x03][0]; in ScaleBand()
Dblock.cpp593 MantissaTable[lsb], ExponentTable[lsb], noLines, in CBlock_InverseQuantizeSpectralData()
854 FIXP_DBL mantissa = MantissaTable[lsb][0]; in CBlock_ApplyNoise()
Dstereo.cpp1204 FIXP_DBL scale = MantissaTable[lsb][0]; in CJointStereo_ApplyIS()
Daac_rom.cpp205 const FIXP_DBL MantissaTable[4][14] = { variable