Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.h35 #define SEARCH_RANGE_8P 3 macro
36 #define SEARCH_GRID_STRIDE_8P (2 * SEARCH_RANGE_8P + 1)
38 (SEARCH_RANGE_8P * SEARCH_GRID_STRIDE_8P + SEARCH_RANGE_8P)
Drdopt.c6694 const int search_range = SEARCH_RANGE_8P; in joint_motion_search()
7354 int search_range = SEARCH_RANGE_8P; in compound_single_motion_search()