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

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

Completed in 30 milliseconds