Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSurface.cpp1913 float* dstPix = reinterpret_cast<float*>(srcPix); in decodeEAC() local
1916 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()
/external/swiftshader/src/Renderer/
DSurface.cpp2648 float* dstPix = reinterpret_cast<float*>(srcPix); in decodeEAC() local
2651 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()