Searched refs:shiftedMantissa (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Dtranscendent.h131 FIXP_DBL shiftedMantissa; local
142 shiftedMantissa = (shift>0)? (FX_SGL2FX_DBL(b_m) >> shiftAbs) : (FX_SGL2FX_DBL(a_m) >> shiftAbs);
146 accu = (shiftedMantissa >> 1) + (otherMantissa >> 1);
152 accu = (shiftedMantissa + otherMantissa);
169 FIXP_DBL shiftedMantissa; local
180 shiftedMantissa = (shift>0)? (b >> shiftAbs) : (a >> shiftAbs);
184 accu = (shiftedMantissa >> 1) + (otherMantissa >> 1);
190 accu = (shiftedMantissa + otherMantissa);

Completed in 76 milliseconds