Searched refs:MV_COST_WEIGHT (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 38 #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() 1595 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in search_new_mv() 2890 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1993 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2650 x->mvcost, MV_COST_WEIGHT); 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()
|
/external/libaom/libaom/av1/encoder/ |
D | motion_search_facade.c | 265 x->mv_cost_stack, MV_COST_WEIGHT); in av1_single_motion_search() 342 x->mv_cost_stack, MV_COST_WEIGHT); in av1_single_motion_search() 525 x->mv_cost_stack, MV_COST_WEIGHT); in av1_joint_motion_search() 630 x->mv_cost_stack, MV_COST_WEIGHT); in av1_compound_single_motion_search()
|
D | rd.h | 44 #define MV_COST_WEIGHT 108 macro
|
D | nonrd_pickmode.c | 170 x->mv_cost_stack, MV_COST_WEIGHT); in combined_motion_search() 185 x->mv_cost_stack, MV_COST_WEIGHT); in combined_motion_search() 226 x->nmv_vec_cost, x->mv_cost_stack, MV_COST_WEIGHT); in search_new_mv()
|
D | rdopt.c | 1090 x->mv_cost_stack, MV_COST_WEIGHT); in handle_newmv() 1108 x->mv_cost_stack, MV_COST_WEIGHT); in handle_newmv() 1126 x->mv_cost_stack, MV_COST_WEIGHT); in handle_newmv() 1396 MV_COST_WEIGHT); in motion_mode_rd() 2392 x->mv_cost_stack, MV_COST_WEIGHT); in handle_inter_mode()
|