Home
last modified time | relevance | path

Searched refs:RANSAC_MOTION (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dransac.c336 } RANSAC_MOTION; typedef
340 const RANSAC_MOTION *motion_a = (RANSAC_MOTION *)arg_a; in compare_motions()
341 const RANSAC_MOTION *motion_b = (RANSAC_MOTION *)arg_b; in compare_motions()
350 static int is_better_motion(const RANSAC_MOTION *motion_a, in is_better_motion()
351 const RANSAC_MOTION *motion_b) { in is_better_motion()
366 static void clear_motion(RANSAC_MOTION *motion, int num_points) { in clear_motion()
394 RANSAC_MOTION *motions, *worst_kept_motion = NULL; in ransac()
395 RANSAC_MOTION current_motion; in ransac()
417 (RANSAC_MOTION *)aom_malloc(sizeof(RANSAC_MOTION) * num_desired_motions); in ransac()
518 qsort(motions, num_desired_motions, sizeof(RANSAC_MOTION), compare_motions); in ransac()
[all …]