Searched defs:thisdistortion (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1115 int64_t thisdistortion = 0, thissse = 0; local
1149 thisdistortion += vp9_block_error(coeff, BLOCK_OFFSET(pd->dqcoeff, k),
1155 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2);
1163 *distortion = thisdistortion >> 2;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1558 int64_t thisdistortion = 0, thissse = 0; local
1592 thisdistortion += vp9_block_error(coeff, BLOCK_OFFSET(pd->dqcoeff, k),
1598 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2);
1606 *distortion = thisdistortion >> 2;

Completed in 252 milliseconds