Home
last modified time | relevance | path

Searched refs:tmp_rate (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2905 int tmp_rate; in handle_inter_mode() local
2907 model_rd_for_sb(cpi, bsize, x, xd, &tmp_rate, &tmp_dist); in handle_inter_mode()
2908 rd = RDCOST(x->rdmult, x->rddiv, rs + tmp_rate, tmp_dist); in handle_inter_mode()