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

/external/aac/libSBRdec/src/
H A Dtranscendent.h129 int shiftAbs; local
140 shiftAbs = (shift>0)? shift : -shift;
141 shiftAbs = (shiftAbs < DFRACT_BITS-1)? shiftAbs : DFRACT_BITS-1;
142 shiftedMantissa = (shift>0)? (FX_SGL2FX_DBL(b_m) >> shiftAbs) : (FX_SGL2FX_DBL(a_m) >> shiftAbs);
167 int shiftAbs; local
178 shiftAbs = (shift>0)? shift : -shift;
179 shiftAbs
[all...]

Completed in 36 milliseconds