HomeSort by relevance Sort by last modified time
    Searched refs:preShift (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRdec/src/
transcendent.h 215 int preShift, postShift, index, shift;
219 preShift = CntLeadingZeros(FX_SGL2FX_DBL(b_m));
237 shift = (FRACT_BITS - 2 - INV_TABLE_BITS - preShift);
260 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
271 int preShift, postShift, index, shift;
275 preShift = CntLeadingZeros(b_m);
293 shift = (DFRACT_BITS - 2 - INV_TABLE_BITS - preShift);
316 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
env_calc.cpp     [all...]

Completed in 766 milliseconds