Searched refs:gm_params (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | blockd.h | 1029 motion_mode_allowed(const WarpedMotionParams *gm_params, const MACROBLOCKD *xd, in motion_mode_allowed() argument 1032 const TransformationType gm_type = gm_params[mbmi->ref_frame[0]].wmtype; in motion_mode_allowed() 1055 const WarpedMotionParams *gm_params, in assert_motion_mode_valid() argument 1060 motion_mode_allowed(gm_params, xd, mbmi, allow_warped_motion); in assert_motion_mode_valid()
|
D | reconinter.c | 37 const WarpedMotionParams *const gm_params, in av1_allow_warp() argument 53 } else if (warp_types->global_warp_allowed && !gm_params->invalid) { in av1_allow_warp() 55 memcpy(final_warp_params, gm_params, sizeof(*final_warp_params)); in av1_allow_warp()
|
D | reconinter.h | 362 const WarpedMotionParams *const gm_params,
|
D | mvref_common.c | 78 const WarpedMotionParams *gm_params, int col, int weight) { in add_ref_mv_candidate() argument 88 if (is_global_mv_block(candidate, gm_params[rf[0]].wmtype)) in add_ref_mv_candidate() 114 if (is_global_mv_block(candidate, gm_params[rf[ref]].wmtype)) in add_ref_mv_candidate()
|