OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ratio_m
(Results
1 - 1
of
1
) sorted by null
/external/aac/libSBRdec/src/
transcendent.h
216
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 2709 milliseconds