Searched refs:MV_COST_WEIGHT (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 33 #define MV_COST_WEIGHT 108 macro
|
D | vp9_pickmode.c | 223 MV_COST_WEIGHT); in combined_motion_search() 253 x->mvcost, MV_COST_WEIGHT); in combined_motion_search() 1534 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in search_new_mv() 2760 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1850 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2548 x->mvcost, MV_COST_WEIGHT); 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()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.h | 40 #define MV_COST_WEIGHT 108 macro
|
D | rdopt.c | 6835 x->mv_cost_stack, MV_COST_WEIGHT); in joint_motion_search() 7248 x->mv_cost_stack, MV_COST_WEIGHT); in single_motion_search() 7415 x->mv_cost_stack, MV_COST_WEIGHT); in compound_single_motion_search() 8136 x->mv_cost_stack, MV_COST_WEIGHT); in handle_newmv() 8148 x->mv_cost_stack, MV_COST_WEIGHT); in handle_newmv() 8160 x->mv_cost_stack, MV_COST_WEIGHT); in handle_newmv() 9511 MV_COST_WEIGHT); in motion_mode_rd() 10361 x->mv_cost_stack, MV_COST_WEIGHT); in handle_inter_mode()
|