Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcompound_type.c706 int tmp_rate_mv = 0; in av1_handle_inter_intra_mode() local
715 mask, bw, &tmp_rate_mv, 0); in av1_handle_inter_intra_mode()
731 RDCOST(x->rdmult, tmp_rate_mv + rate_overhead + rate_sum, dist_sum); in av1_handle_inter_intra_mode()
736 tmp_rate_mv = *rate_mv; in av1_handle_inter_intra_mode()
741 const int64_t mode_rd = RDCOST(x->rdmult, rate_overhead + tmp_rate_mv, 0); in av1_handle_inter_intra_mode()
745 rd = RDCOST(x->rdmult, rate_overhead + tmp_rate_mv + rd_stats.rate, in av1_handle_inter_intra_mode()
753 *tmp_rate2 += tmp_rate_mv - *rate_mv; in av1_handle_inter_intra_mode()
754 *rate_mv = tmp_rate_mv; in av1_handle_inter_intra_mode()
909 int *best_tmp_rate_mv, int tmp_rate_mv, in update_mask_best_mv() argument
914 *best_tmp_rate_mv = tmp_rate_mv; in update_mask_best_mv()
[all …]
Dmotion_search_facade.c730 int tmp_rate_mv = 0; in av1_interinter_compound_motion_search() local
736 tmp_mv, &tmp_rate_mv, 2); in av1_interinter_compound_motion_search()
744 tmp_mv, &tmp_rate_mv, which); in av1_interinter_compound_motion_search()
747 return tmp_rate_mv; in av1_interinter_compound_motion_search()
Drdopt.c1292 int tmp_rate_mv = rate_mv0; in motion_mode_rd() local
1342 av1_single_motion_search(cpi, x, bsize, 0, &tmp_rate_mv, INT_MAX, NULL, in motion_mode_rd()
1344 tmp_rate2 = rate2_nocoeff - rate_mv0 + tmp_rate_mv; in motion_mode_rd()
1394 tmp_rate_mv = av1_mv_bit_cost(&mbmi->mv[0].as_mv, &ref_mv.as_mv, in motion_mode_rd()
1400 tmp_rate2 = rate2_nocoeff - rate_mv0 + tmp_rate_mv; in motion_mode_rd()
1420 &tmp_rate_mv, &tmp_rate2, orig_dst); in motion_mode_rd()
1594 best_rate_mv = tmp_rate_mv; in motion_mode_rd()