Searched defs:slopeCodeIndex (Results 1 - 1 of 1) sorted by relevance

/external/libxaac/decoder/drc_src/
H A Dimpd_drc_loud_eq.c119 FLOAT32 impd_decode_slope_idx(const WORD32 slopeCodeIndex) { argument
122 return slopeCodeTable[slopeCodeIndex].value;
125 FLOAT32 impd_decode_slope_idx_magnitude(const WORD32 slopeCodeIndex) { argument
128 return (FLOAT32)fabs((FLOAT64)slopeCodeTable[slopeCodeIndex].value);

Completed in 121 milliseconds