Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deimage/
DdeImage.c131 int yFixed = deFloorFloatToInt32(yFloat * 256.0f); in deImage_scale() local
133 int yFactor = (yFixed & 0xFF); in deImage_scale()
139 int y0 = (yFixed >> 8); in deImage_scale()