Searched refs:nmvjointcost (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 109 int nmvjointcost[MV_JOINTS]; member
|
D | vp9_rd.c | 337 x->nmvjointcost, in vp9_initialize_rd_consts() 357 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() 1534 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in search_new_mv() 1544 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref_frame], NULL, 0, 0, in search_new_mv() 2760 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8() 2771 x->nmvjointcost, x->mvcost, &dummy_dist, in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1823 cpi->sf.mv.subpel_search_level, NULL, x->nmvjointcost, x->mvcost, in joint_motion_search() 1850 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2015 x->nmvjointcost, x->mvcost, &distortion, in rd_pick_best_sub8x8_mode() 2054 bsi->ref_mv, x->nmvjointcost, x->mvcost); in rd_pick_best_sub8x8_mode() 2147 frame_mv, seg_mvs[i], bsi->ref_mv, x->nmvjointcost, in rd_pick_best_sub8x8_mode() 2544 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref], NULL, pw, ph, in single_motion_search() 2547 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost, in single_motion_search() 2678 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode() 2681 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
|
D | vp9_mcomp.c | 996 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, in calc_int_cost_list() 1008 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, in calc_int_cost_list() 1478 err += (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var() 1486 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var() 1503 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_av_var()
|
D | vp9_encoder.h | 62 int nmvjointcost[MV_JOINTS]; member
|
D | vp9_encoder.c | 1037 vp9_copy(cc->nmvjointcost, cpi->td.mb.nmvjointcost); in save_coding_context() 1065 vp9_copy(cpi->td.mb.nmvjointcost, cc->nmvjointcost); in restore_coding_context()
|