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

/external/aac/libSBRdec/src/
H A Dtranscendent.h216 FIXP_DBL ratio_m; local
255 ratio_m = (index<0)? FX_SGL2FX_DBL(a_m >> 1) : fMultDiv2(bInv_m,a_m);
257 postShift = CntLeadingZeros(ratio_m)-1;
259 *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift);
272 FIXP_DBL ratio_m; local
311 ratio_m = (index<0)? (a_m >> 1) : fMultDiv2(bInv_m,a_m);
313 postShift = CntLeadingZeros(ratio_m)-1;
315 *ptrResult_m = ratio_m << postShift;

Completed in 74 milliseconds