Searched refs:nmvjointcost (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_block.h | 110 int nmvjointcost[MV_JOINTS]; member
|
D | vp9_rd.c | 421 x->nmvjointcost, in vp9_initialize_rd_consts() 441 x->nmvjointcost, in vp9_initialize_rd_consts()
|
D | vp9_pickmode.c | 222 *rate_mv = vp9_mv_bit_cost(&mvp_full, &ref_mv, x->nmvjointcost, x->mvcost, in combined_motion_search() 250 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref], NULL, 0, 0, in combined_motion_search() 252 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost, in combined_motion_search() 1604 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in search_new_mv() 1614 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref_frame], NULL, 0, 0, in search_new_mv() 2896 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8() 2907 x->nmvjointcost, x->mvcost, &dummy_dist, in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1990 cpi->sf.mv.subpel_search_level, NULL, x->nmvjointcost, x->mvcost, in joint_motion_search() 2017 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2182 x->nmvjointcost, x->mvcost, &distortion, in rd_pick_best_sub8x8_mode() 2221 bsi->ref_mv, x->nmvjointcost, x->mvcost); in rd_pick_best_sub8x8_mode() 2314 frame_mv, seg_mvs[i], bsi->ref_mv, x->nmvjointcost, in rd_pick_best_sub8x8_mode() 2670 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref], NULL, pw, ph, in single_motion_search() 2673 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost, in single_motion_search() 2840 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode() 2843 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
|
D | vp9_mcomp.c | 999 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, in calc_int_cost_list() 1011 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, in calc_int_cost_list() 1481 err += (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var() 1489 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var() 1506 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_av_var()
|
D | vp9_encoder.h | 68 int nmvjointcost[MV_JOINTS]; member
|
D | vp9_encoder.c | 1094 vp9_copy(cc->nmvjointcost, cpi->td.mb.nmvjointcost); in save_coding_context() 1122 vp9_copy(cpi->td.mb.nmvjointcost, cc->nmvjointcost); in restore_coding_context()
|