Searched refs:MV_COST_WEIGHT (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 31 #define MV_COST_WEIGHT 108 macro
|
D | vp9_pickmode.c | 181 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in combined_motion_search() 199 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in combined_motion_search() 1282 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode() 1832 MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1714 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2339 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in single_motion_search() 2480 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode() 2483 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
|