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

/external/aac/libSBRdec/src/
H A Dtranscendent.h215 int preShift, postShift, index, shift; local
257 postShift = CntLeadingZeros(ratio_m)-1;
259 *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift);
260 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
271 int preShift, postShift, index, shift; local
313 postShift = CntLeadingZeros(ratio_m)-1;
315 *ptrResult_m = ratio_m << postShift;
316 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;

Completed in 144 milliseconds