Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dmcomp_structs.h26 #define SEARCH_RANGE_8P 3 macro
27 #define SEARCH_GRID_STRIDE_8P (2 * SEARCH_RANGE_8P + 1)
29 (SEARCH_RANGE_8P * SEARCH_GRID_STRIDE_8P + SEARCH_RANGE_8P)
Dmcomp.c1665 for (int i = 0; i < SEARCH_RANGE_8P; ++i) { in av1_refining_search_8p_c()