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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1343 int thisrate = 0, ref; local
1418 thisrate += cost_coeffs(x, 0, k, ta + (k & 1), tl + (k >> 1), TX_4X4,
1421 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2);
1430 *labelyrate = thisrate;

Completed in 101 milliseconds