Searched refs:MantissaTable (Results 1 – 6 of 6) sorted by relevance
130 extern const FIXP_DBL MantissaTable[4][14];
270 *pValue = fMultDiv2(invQVal, MantissaTable[lsb][exponent]); in EvaluatePower43()
281 sfMatissa = MantissaTable[scaleFactor & 0x03][0]; in ScaleBand()
593 MantissaTable[lsb], ExponentTable[lsb], noLines, in CBlock_InverseQuantizeSpectralData()854 FIXP_DBL mantissa = MantissaTable[lsb][0]; in CBlock_ApplyNoise()
1204 FIXP_DBL scale = MantissaTable[lsb][0]; in CJointStereo_ApplyIS()
205 const FIXP_DBL MantissaTable[4][14] = { variable