Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.h62 int av1_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost,
Drdopt.c6834 av1_mv_bit_cost(&cur_mv[ref].as_mv, &curr_ref_mv.as_mv, x->nmv_vec_cost, in joint_motion_search()
7247 *rate_mv = av1_mv_bit_cost(&x->best_mv.as_mv, &ref_mv, x->nmv_vec_cost, in single_motion_search()
7414 *rate_mv += av1_mv_bit_cost(this_mv, &ref_mv.as_mv, x->nmv_vec_cost, in compound_single_motion_search()
8135 av1_mv_bit_cost(&cur_mv[i].as_mv, &ref_mv.as_mv, x->nmv_vec_cost, in handle_newmv()
8147 av1_mv_bit_cost(&cur_mv[1].as_mv, &ref_mv.as_mv, x->nmv_vec_cost, in handle_newmv()
8159 av1_mv_bit_cost(&cur_mv[0].as_mv, &ref_mv.as_mv, x->nmv_vec_cost, in handle_newmv()
9509 tmp_rate_mv = av1_mv_bit_cost(&mbmi->mv[0].as_mv, &ref_mv.as_mv, in motion_mode_rd()
10359 this_rate_mv = av1_mv_bit_cost( in handle_inter_mode()
10762 const int rate_mv = av1_mv_bit_cost(&dv, &dv_ref.as_mv, cpi->dv_joint_cost, in rd_pick_intrabc_mode_sb()
Dmcomp.c94 int av1_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in av1_mv_bit_cost() function