Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.h24 #define MAX_CORNERS 4096 macro
Dglobal_motion.c381 int *inliers_tmp = (int *)aom_malloc(2 * MAX_CORNERS * sizeof(*inliers_tmp)); in get_inliers_from_indices()
382 memset(inliers_tmp, 0, 2 * MAX_CORNERS * sizeof(*inliers_tmp)); in get_inliers_from_indices()
389 memcpy(params->inliers, inliers_tmp, sizeof(*inliers_tmp) * 2 * MAX_CORNERS); in get_inliers_from_indices()
432 int ref_corners[2 * MAX_CORNERS]; in compute_global_motion_feature_based()
442 ref->y_stride, ref_corners, MAX_CORNERS); in compute_global_motion_feature_based()
Dencodeframe.c5350 cpi->source->y_stride, frm_corners, MAX_CORNERS); in compute_global_motion_for_ref_frame()
5824 aom_malloc(sizeof(*(params_by_motion[m].inliers)) * 2 * MAX_CORNERS); in encode_frame_internal()
5828 int frm_corners[2 * MAX_CORNERS]; in encode_frame_internal()