Searched refs:dstPix (Results 1 – 2 of 2) sorted by relevance
1913 float* dstPix = reinterpret_cast<float*>(srcPix); in decodeEAC() local1916 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()
2648 float* dstPix = reinterpret_cast<float*>(srcPix); in decodeEAC() local2651 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()