Home
last modified time | relevance | path

Searched refs:lumaBlue (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
/libtiff-4.0.7/tools/
H A Drgb2ycbcr.c146 float *lumaBlue; variable
172 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
192 lumaBlue[TIFFGetB(RGB)]; in cvtClump()