Searched refs:motion_mode_allowed (Results 1 – 5 of 5) 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() function 1060 motion_mode_allowed(gm_params, xd, mbmi, allow_warped_motion); in assert_motion_mode_valid()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 214 motion_mode_allowed(xd->global_motion, xd, mbmi, cm->allow_warped_motion); in read_motion_mode()
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 271 ? motion_mode_allowed(cm->global_motion, xd, mbmi, in write_motion_mode()
|
D | encodeframe.c | 1245 ? motion_mode_allowed(xd->global_motion, xd, mbmi, in update_stats()
|
D | rdopt.c | 9372 last_motion_mode_allowed = motion_mode_allowed(xd->global_motion, xd, mbmi, in motion_mode_rd()
|