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 | 180 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in combined_motion_search() 198 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in combined_motion_search() 1273 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode() 1811 MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1683 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2306 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in single_motion_search() 2447 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode() 2450 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
|