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

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1840 #ifndef M_LOG2_E
1841 #define M_LOG2_E 0.693147180559945309417 macro
1843 #define log2f(x) (log (x) / (float) M_LOG2_E)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c1548 #ifndef M_LOG2_E
1549 #define M_LOG2_E 0.693147180559945309417 macro
1551 #define log2f(x) (log (x) / (float) M_LOG2_E)

Completed in 88 milliseconds