HomeSort by relevance Sort by last modified time
    Searched refs:M_LOG2_E (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 708 #ifndef M_LOG2_E
709 #define M_LOG2_E 0.693147180559945309417
711 #define log2f(x) (log (x) / (float) M_LOG2_E)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 955 #define M_LOG2_E 0.693147180559945309417
956 #define log2f(x) (log (x) / (float) M_LOG2_E)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 998 #define M_LOG2_E 0.693147180559945309417
999 #define log2f(x) (log (x) / (float) M_LOG2_E)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 77 milliseconds