Searched refs:srcPix (Results 1 – 2 of 2) sorted by relevance
1884 byte *srcPix = srcRow + x * internal.bytes; in decodeETC2() local1887 srcPix[i] = sRGBtoLinearTable[srcPix[i]]; in decodeETC2()1912 int* srcPix = reinterpret_cast<int*>(srcRow + x * internal.bytes); in decodeEAC() local1913 float* dstPix = reinterpret_cast<float*>(srcPix); in decodeEAC()1916 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()
2619 byte *srcPix = srcRow + x * internal.bytes; in decodeETC2() local2622 srcPix[i] = sRGBtoLinearTable[srcPix[i]]; in decodeETC2()2647 int* srcPix = reinterpret_cast<int*>(srcRow + x * internal.bytes); in decodeEAC() local2648 float* dstPix = reinterpret_cast<float*>(srcPix); in decodeEAC()2651 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()