Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c7842 int tmp_rate_mv = 0; in interinter_compound_motion_search() local
7848 mi_row, mi_col, tmp_mv, &tmp_rate_mv, 2); in interinter_compound_motion_search()
7853 mi_row, mi_col, tmp_mv, &tmp_rate_mv, 0); in interinter_compound_motion_search()
7857 mi_row, mi_col, tmp_mv, &tmp_rate_mv, 1); in interinter_compound_motion_search()
7860 return tmp_rate_mv; in interinter_compound_motion_search()
9044 int tmp_rate_mv = 0; in handle_inter_intra_mode() local
9085 rd = RDCOST(x->rdmult, tmp_rate_mv + rate_sum + rmode, dist_sum); in handle_inter_intra_mode()
9146 rd = RDCOST(x->rdmult, tmp_rate_mv + rate_sum + rmode, dist_sum); in handle_inter_intra_mode()
9182 mi_col, intrapred, mask, bw, &tmp_rate_mv, in handle_inter_intra_mode()
9191 rd = RDCOST(x->rdmult, tmp_rate_mv + rmode + rate_sum + rwedge, in handle_inter_intra_mode()
[all …]