Searched refs:slopeCodeIndex (Results 1 – 1 of 1) sorted by relevance
119 FLOAT32 impd_decode_slope_idx(const WORD32 slopeCodeIndex) { in impd_decode_slope_idx() argument122 return slopeCodeTable[slopeCodeIndex].value; in impd_decode_slope_idx()125 FLOAT32 impd_decode_slope_idx_magnitude(const WORD32 slopeCodeIndex) { in impd_decode_slope_idx_magnitude() argument128 return (FLOAT32)fabs((FLOAT64)slopeCodeTable[slopeCodeIndex].value); in impd_decode_slope_idx_magnitude()