Searched refs:MV_COST_WEIGHT (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 33 #define MV_COST_WEIGHT 108 macro
|
D | vp9_pickmode.c | 206 MV_COST_WEIGHT); in combined_motion_search() 221 x->mvcost, MV_COST_WEIGHT); in combined_motion_search() 1768 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode() 2421 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1858 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2426 x->mvcost, MV_COST_WEIGHT); in single_motion_search() 2556 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode() 2559 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
|