Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcorner_match.c21 #define SEARCH_SZ_BY2 ((SEARCH_SZ - 1) / 2) macro
92 for (y = -SEARCH_SZ_BY2; y <= SEARCH_SZ_BY2; ++y) { in improve_correspondence()
93 for (x = -SEARCH_SZ_BY2; x <= SEARCH_SZ_BY2; ++x) { in improve_correspondence()
118 for (y = -SEARCH_SZ_BY2; y <= SEARCH_SZ_BY2; ++y) in improve_correspondence()
119 for (x = -SEARCH_SZ_BY2; x <= SEARCH_SZ_BY2; ++x) { in improve_correspondence()