Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp221 static const int s_coords[][2] = in compareToNeighbor() local
233 for (int d = 0; d < (int)DE_LENGTH_OF_ARRAY(s_coords); d++) in compareToNeighbor()
235 int dx = x + s_coords[d][0]; in compareToNeighbor()
236 int dy = y + s_coords[d][1]; in compareToNeighbor()