Home
last modified time | relevance | path

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

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java37 private float lumaBlue = 0.114f; field in TIFFYCbCrColorConverter
56 this.lumaBlue = f.getAsFloat(2); in TIFFYCbCrColorConverter()
85 float Y = (lumaRed*r + lumaGreen*g + lumaBlue*b); in fromRGB()
86 float Cb = (b - Y)/(2 - 2*lumaBlue); in fromRGB()
109 rgb[2] = Cb*(2 - 2*lumaBlue) + Y; in toRGB()
110 rgb[1] = (Y - lumaBlue*rgb[2] - lumaRed*rgb[0])/lumaGreen; in toRGB()
H A DTIFFYCbCrDecompressor.java46 private float lumaBlue = 0.114f; field in TIFFYCbCrDecompressor
397 this.lumaBlue = f.getAsFloat(2); in beginDecoding()
423 float BCb = (2.0f - 2.0f*lumaBlue); in beginDecoding()
426 float GY = (1.0f - lumaBlue - lumaRed)/lumaGreen; in beginDecoding()
427 float GCb = 2.0f*lumaBlue*(lumaBlue - 1.0f)/lumaGreen; in beginDecoding()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
H A Drgb2ycbcr.c140 float *lumaBlue; variable
166 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
186 lumaBlue[TIFFGetB(RGB)]; in cvtClump()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
H A Drgb2ycbcr.c146 float *lumaBlue; variable
172 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
192 lumaBlue[TIFFGetB(RGB)]; in cvtClump()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dycbcr.c83 float *lumaBlue; variable
100 lumaBlue = setupLuma(LumaBlue); in setupLumaTables()
125 Y = lumaRed[R] + lumaGreen[G] + lumaBlue[B]; in check()

12