Home
last modified time | relevance | path

Searched refs:nmvjointcost (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h110 int nmvjointcost[MV_JOINTS]; member
Dvp9_rd.c370 x->nmvjointcost, in vp9_initialize_rd_consts()
390 x->nmvjointcost, in vp9_initialize_rd_consts()
Dvp9_pickmode.c222 *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()
1595 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in search_new_mv()
1605 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref_frame], NULL, 0, 0, in search_new_mv()
2890 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8()
2901 x->nmvjointcost, x->mvcost, &dummy_dist, in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c1966 cpi->sf.mv.subpel_search_level, NULL, x->nmvjointcost, x->mvcost, in joint_motion_search()
1993 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search()
2158 x->nmvjointcost, x->mvcost, &distortion, in rd_pick_best_sub8x8_mode()
2197 bsi->ref_mv, x->nmvjointcost, x->mvcost); in rd_pick_best_sub8x8_mode()
2290 frame_mv, seg_mvs[i], bsi->ref_mv, x->nmvjointcost, in rd_pick_best_sub8x8_mode()
2646 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref], NULL, pw, ph, in single_motion_search()
2649 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost, in single_motion_search()
2816 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
2819 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
Dvp9_mcomp.c991 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, in calc_int_cost_list()
1003 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, in calc_int_cost_list()
1473 err += (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var()
1481 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var()
1498 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_av_var()
Dvp9_encoder.h66 int nmvjointcost[MV_JOINTS]; member
Dvp9_encoder.c1084 vp9_copy(cc->nmvjointcost, cpi->td.mb.nmvjointcost); in save_coding_context()
1112 vp9_copy(cpi->td.mb.nmvjointcost, cc->nmvjointcost); in restore_coding_context()