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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1186 int64_t total_distortion = 0; local
1217 total_distortion += d;
1233 *distortion = total_distortion;
1236 return RDCOST(mb->rdmult, mb->rddiv, cost, total_distortion);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1183 int64_t total_distortion = 0; local
1214 total_distortion += d;
1230 *distortion = total_distortion;
1233 return RDCOST(mb->rdmult, mb->rddiv, cost, total_distortion);

Completed in 94 milliseconds