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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 41 #define RD_THRESH_POW 1.25
192 return MAX((int)(pow(q, RD_THRESH_POW) * 5.12), 8);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 46 #define RD_THRESH_POW 1.25
236 const int q = (int)(pow(vp9_dc_quant(qindex, 0) / 4.0, RD_THRESH_POW) * 5.12);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 46 #define RD_THRESH_POW 1.25
236 const int q = (int)(pow(vp9_dc_quant(qindex, 0) / 4.0, RD_THRESH_POW) * 5.12);
    [all...]

Completed in 382 milliseconds