Home
last modified time | relevance | path

Searched refs:mv_cost_stack (Results 1 – 4 of 4) 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()
1048 x->mv_cost_stack, x->errorperbit); in calc_int_cost_list()
1061 x->mv_cost_stack, x->errorperbit); in calc_int_cost_list()
1384 x->mv_cost_stack, x->errorperbit) in av1_get_mvpred_var()
1400 x->mv_cost_stack, x->errorperbit) in av1_get_mvpred_av_var()
1419 x->mv_cost_stack, x->errorperbit) in av1_get_mvpred_mask_var()
2754 x->mv_cost_stack, x->errorperbit) 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.h286 int **mv_cost_stack; member
Drdopt.c6815 x->nmv_vec_cost, x->mv_cost_stack, &dis, &sse, second_pred, mask, in joint_motion_search()
6835 x->mv_cost_stack, MV_COST_WEIGHT); in joint_motion_search()
7195 x->nmv_vec_cost, x->mv_cost_stack, &dis, &x->pred_sse[ref], NULL, in single_motion_search()
7221 x->mv_cost_stack, &dis, &x->pred_sse[ref], NULL, NULL, 0, 0, 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()
7248 x->mv_cost_stack, MV_COST_WEIGHT); in single_motion_search()
7403 x->nmv_vec_cost, x->mv_cost_stack, &dis, &sse, second_pred, mask, in compound_single_motion_search()
7415 x->mv_cost_stack, MV_COST_WEIGHT); in compound_single_motion_search()
8136 x->mv_cost_stack, MV_COST_WEIGHT); in handle_newmv()
[all …]
Dencoder.c311 mb->mv_cost_stack = *src; in set_high_precision_mv()