Home
last modified time | relevance | path

Searched refs:T_CHANNELS (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmspack.c100 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes()
147 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollPlanarBytes()
477 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollAnyWords()
526 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollPlanarWords()
924 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollDoubleTo16()
980 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollFloatTo16()
1057 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollFloatsToFloat()
1109 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollDoublesToFloat()
1280 cmsUInt32Number nChan = T_CHANNELS(info -> OutputFormat); in PackAnyBytes()
1332 cmsUInt32Number nChan = T_CHANNELS(info -> OutputFormat); in PackAnyWords()
[all …]
Dcmsalpha.c326 cmsUInt32Number nchannels = T_CHANNELS(Format); in ComputeIncrementsForChunky()
384 cmsUInt32Number nchannels = T_CHANNELS(Format); in ComputeIncrementsForPlanar()
Dcmsps2.c875 nChannels = T_CHANNELS(InputFormat); in WriteInputLUT()
1298 nChannels = T_CHANNELS(OutputFormat); in WriteOutputLUT()
1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
Dcmsgmt.c475 bp.nOutputChans = T_CHANNELS(dwFormatter); in cmsDetectTAC()
Dcmssamp.c99 if (nChannels != T_CHANNELS(dwFormat)) { in BlackPointAsDarkerColorant()
Dcmsopt.c1708 if (T_CHANNELS(*InputFormat) != 3 || T_CHANNELS(*OutputFormat) != 3) return FALSE; in OptimizeMatrixShaper()
/external/pdfium/third_party/lcms/include/
Dlcms2.h696 #define T_CHANNELS(c) (((c)>>3)&15) macro