Home
last modified time | relevance | path

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

/libtiff-4.0.7/archive/tools/
H A Dycbcr.c81 float *lumaRed; variable
98 lumaRed = setupLuma(LumaRed); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
/libtiff-4.0.7/tools/
H A Drgb2ycbcr.c144 float *lumaRed; variable
170 lumaRed = setupLuma(LumaRed); in setupLumaTables()
190 Y = lumaRed[TIFFGetR(RGB)] + in cvtClump()