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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c888 int this_distortion; local
912 this_distortion = vp8_mbuverror(x) / 4;
914 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
919 d = this_distortion;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1228 int64_t this_distortion, this_rd; local
1254 super_block_yrd(cpi, x, &this_rate_tokenonly, &this_distortion, &s, NULL,
1261 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1269 *distortion = this_distortion;
1341 int64_t this_distortion, this_sse; local
1355 &this_distortion, &s, &this_sse, bsize, best_rd);
1360 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1367 *distortion = this_distortion;

Completed in 73 milliseconds