OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLog2
(Results
1 - 3
of
3
) sorted by null
/external/aac/libFDK/include/
fixpoint_math.h
102
* \brief deprecated. Use
fLog2
() instead.
308
* \brief Calculate log(argument)/log(2) (logarithm with base 2). deprecated. Use
fLog2
() instead.
394
FIXP_DBL
fLog2
(FIXP_DBL x_m, INT x_e, INT *result_e);
402
FIXP_DBL
fLog2
(FIXP_DBL x_m, INT x_e);
/external/aac/libFDK/src/
fixpoint_math.cpp
144
return
fLog2
(op, 0);
628
return
fLog2
(base_m, base_e, result_e);
708
base_lg2 =
fLog2
(base_m, base_e, &baselg2_e);
824
FIXP_DBL
fLog2
(FIXP_DBL x_m, INT x_e, INT *result_e)
880
FIXP_DBL
fLog2
(FIXP_DBL x_m, INT x_e)
887
x_m =
fLog2
(x_m, x_e, &result_e);
/external/aac/libSBRenc/src/
nf_est.cpp
539
lg2 =
fLog2
(ratio, ratio_e, &qlg2);
Completed in 48 milliseconds