Searched refs:MV_COST_WEIGHT (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.h | 26 #define MV_COST_WEIGHT 108 macro
|
D | vp9_pickmode.c | 168 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in sub_pixel_motion_search()
|
D | vp9_rdopt.c | 2521 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in single_motion_search() 2671 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in joint_motion_search() 2742 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode() 2745 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT); in handle_inter_mode()
|