Searched refs:nmv_vec_cost (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 117 (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, ¬_used, &x->pred_sse[ref], NULL, in av1_simple_motion_search() 3144 x->nmv_vec_cost, x->mv_cost_stack, ¬_used, &x->pred_sse[ref], NULL, in av1_simple_motion_search()
|
D | block.h | 283 int nmv_vec_cost[MV_JOINTS]; member
|
D | rd.c | 560 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()
|
D | encoder.h | 60 int nmv_vec_cost[MV_JOINTS]; member
|
D | rdopt.c | 6815 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 …]
|
D | encoder.c | 615 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()
|