Searched refs:srcPix (Results 1 – 1 of 1) sorted by relevance
2602 byte *srcPix = srcRow + x * internal.bytes; in decodeETC2() local2605 srcPix[i] = sRGBtoLinearTable[srcPix[i]]; in decodeETC2()2630 int* srcPix = reinterpret_cast<int*>(srcRow + x * internal.bytes); in decodeEAC() local2631 float* dstPix = reinterpret_cast<float*>(srcPix); in decodeEAC()2634 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()