HomeSort by relevance Sort by last modified time
    Searched full:speed_term (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 973 const double speed_term = 1.0 + 0.04 * oxcf->speed; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 913 const double speed_term = 1.0 + ((double)cpi->speed * 0.04); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 912 const double speed_term = 1.0 + ((double)cpi->speed * 0.04); local
    [all...]

Completed in 497 milliseconds