Searched refs:thisrate (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1559 int thisrate = 0, ref; in encode_inter_mb_segment() local 1595 thisrate += cost_coeffs(x, 0, k, ta + (k & 1), tl + (k >> 1), TX_4X4, in encode_inter_mb_segment() 1598 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2); in encode_inter_mb_segment() 1607 *labelyrate = thisrate; in encode_inter_mb_segment()
|