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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 777 int64_t total_distortion = 0; local
808 total_distortion += d;
824 *distortion = total_distortion;
827 return RDCOST(mb->rdmult, mb->rddiv, cost, total_distortion);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1183 int64_t total_distortion = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1183 int64_t total_distortion = 0; local
    [all...]

Completed in 678 milliseconds