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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1308 int64_t thisdistortion = 0, thissse = 0; local
1386 thissse += ssz;
1391 rd2 = RDCOST(x->rdmult, x->rddiv, 0, thissse >> 2);
1400 *sse = thissse >> 2;

Completed in 50 milliseconds