Home
last modified time | relevance | path

Searched refs:thisdistortion (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1507 int64_t thisdistortion = 0, thissse = 0; in encode_inter_mb_segment() local
1583 thisdistortion += vp9_highbd_block_error_dispatch( in encode_inter_mb_segment()
1586 thisdistortion += in encode_inter_mb_segment()
1593 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2); in encode_inter_mb_segment()
1600 *distortion = thisdistortion >> 2; in encode_inter_mb_segment()