Home
last modified time | relevance | path

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

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