Searched refs:av1_find_projection (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | warped_motion.h | 181 int av1_find_projection(int np, const int *pts1, const int *pts2,
|
D | warped_motion.c | 1060 int av1_find_projection(int np, const int *pts1, const int *pts2, in av1_find_projection() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1485 if (av1_find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in read_inter_block_mode_info()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2955 if (!av1_find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in av1_refine_warped_mv()
|
D | rdopt.c | 1368 if (!av1_find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in motion_mode_rd()
|