OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref_corners
(Results
1 - 3
of
3
) sorted by null
/external/libaom/libaom/av1/encoder/
corner_match.h
29
int *
ref_corners
, int num_ref_corners, int width,
corner_match.c
144
int *
ref_corners
, int num_ref_corners, int width,
160
if (!is_eligible_point(
ref_corners
[2 * j],
ref_corners
[2 * j + 1], width,
164
ref_corners
[2 * j],
ref_corners
[2 * j + 1],
169
ref_stride,
ref_corners
[2 * j],
ref_corners
[2 * j + 1]);
182
correspondences[num_correspondences].rx =
ref_corners
[2 * best_match_j];
184
ref_corners
[2 * best_match_j + 1];
global_motion.c
286
int frm_corners[2 * MAX_CORNERS],
ref_corners
[2 * MAX_CORNERS];
local
304
ref->y_stride,
ref_corners
, MAX_CORNERS);
311
(int *)
ref_corners
, num_ref_corners, frm->y_width, frm->y_height,
[
all
...]
Completed in 431 milliseconds