Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsalpha.c288 int channelSize = trueBytesSize(Format); in ComputeIncrementsForChunky() local
289 int pixelSize = channelSize * total_chans; in ComputeIncrementsForChunky()
323 if (channelSize > 1) in ComputeIncrementsForChunky()
325 channels[i] *= channelSize; in ComputeIncrementsForChunky()
346 int channelSize = trueBytesSize(Format); in ComputeIncrementsForPlanar() local
356 ComponentPointerIncrements[i] = channelSize; in ComputeIncrementsForPlanar()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp135 deUint8 channelSize,
DvktYCbCrUtil.cpp746 deUint8 channelSize, in ChannelAccess() argument
752 , m_channelSize (channelSize) in ChannelAccess()
/external/deqp/framework/common/
DtcuTexture.cpp1047 int channelSize = getChannelSize(m_format.type); in getPixel() local
1057 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()
1133 int channelSize = getChannelSize(m_format.type); in getPixelInt() local
1143 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()
1376 int channelSize = getChannelSize(m_format.type); in setPixel() local
1381 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
1486 int channelSize = getChannelSize(m_format.type); in setPixel() local
1491 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()