Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.h23 #define RANSAC_NUM_MOTIONS 1 macro
Dencodeframe.c5497 double params_by_motion[RANSAC_NUM_MOTIONS * (MAX_PARAMDIM - 1)]; in encode_frame_internal()
5499 int inliers_by_motion[RANSAC_NUM_MOTIONS]; in encode_frame_internal()
5553 for (i = 0; i < RANSAC_NUM_MOTIONS; ++i) { in encode_frame_internal()
5561 params_by_motion, RANSAC_NUM_MOTIONS); in encode_frame_internal()
5563 for (i = 0; i < RANSAC_NUM_MOTIONS; ++i) { in encode_frame_internal()