Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.c117 (unsigned)mv_cost(&diff, x->nmv_vec_cost, x->mv_cost_stack) * sad_per_bit, in mvsad_err_cost()
907 mse += mv_err_cost(this_mv, &ref_mv.as_mv, x->nmv_vec_cost, x->mv_cost_stack, in av1_compute_motion_cost()
1047 mv_err_cost(&neighbor_mv, &fcenter_mv, x->nmv_vec_cost, in calc_int_cost_list()
1060 mv_err_cost(&neighbor_mv, &fcenter_mv, x->nmv_vec_cost, in calc_int_cost_list()
1383 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmv_vec_cost, in av1_get_mvpred_var()
1399 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmv_vec_cost, in av1_get_mvpred_av_var()
1418 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmv_vec_cost, in av1_get_mvpred_mask_var()
2753 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmv_vec_cost, in get_obmc_mvpred_var()
3137 x->nmv_vec_cost, x->mv_cost_stack, &not_used, &x->pred_sse[ref], NULL, in av1_simple_motion_search()
3144 x->nmv_vec_cost, x->mv_cost_stack, &not_used, &x->pred_sse[ref], NULL, in av1_simple_motion_search()
Dblock.h283 int nmv_vec_cost[MV_JOINTS]; member
Drd.c560 av1_build_nmv_cost_table(x->nmv_vec_cost, x->nmvcost, &cm->fc->nmvc, in av1_initialize_cost_tables()
564 x->nmv_vec_cost, in av1_initialize_cost_tables()
Dencoder.h60 int nmv_vec_cost[MV_JOINTS]; member
Drdopt.c6815 x->nmv_vec_cost, x->mv_cost_stack, &dis, &sse, second_pred, mask, in joint_motion_search()
6834 av1_mv_bit_cost(&cur_mv[ref].as_mv, &curr_ref_mv.as_mv, x->nmv_vec_cost, in joint_motion_search()
7195 x->nmv_vec_cost, x->mv_cost_stack, &dis, &x->pred_sse[ref], NULL, in single_motion_search()
7220 cond_cost_list(cpi, cost_list), x->nmv_vec_cost, in single_motion_search()
7232 x->nmv_vec_cost, x->mv_cost_stack, &dis, &x->pred_sse[ref], NULL, in single_motion_search()
7241 x->nmv_vec_cost, x->mv_cost_stack, &dis, &x->pred_sse[ref], 0, in single_motion_search()
7247 *rate_mv = av1_mv_bit_cost(&x->best_mv.as_mv, &ref_mv, x->nmv_vec_cost, in single_motion_search()
7403 x->nmv_vec_cost, x->mv_cost_stack, &dis, &sse, second_pred, mask, in compound_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()
[all …]
Dencoder.c615 av1_copy(cc->nmv_vec_cost, cpi->td.mb.nmv_vec_cost); in save_coding_context()
628 av1_copy(cpi->td.mb.nmv_vec_cost, cc->nmv_vec_cost); in restore_coding_context()