public class com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter extends com.sun.imageio.plugins.tiff.TIFFColorConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter
  super_class: com.sun.imageio.plugins.tiff.TIFFColorConverter
{
  private static final float CODING_RANGE_Y;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 255.0

  private static final float CODING_RANGE_CB_CR;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 127.0

  private float lumaRed;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lumaGreen;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lumaBlue;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float referenceBlackY;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float referenceWhiteY;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float referenceBlackCb;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float referenceWhiteCb;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float referenceBlackCr;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float referenceWhiteCr;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.imageio.plugins.tiff.TIFFImageMetadata);
    descriptor: (Lcom/sun/imageio/plugins/tiff/TIFFImageMetadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter this
        start local 1 // com.sun.imageio.plugins.tiff.TIFFImageMetadata metadata
         0: .line 48
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.tiff.TIFFColorConverter.<init>:()V
         1: .line 35
            aload 0 /* this */
            ldc 0.299
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaRed:F
         2: .line 36
            aload 0 /* this */
            ldc 0.587
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaGreen:F
         3: .line 37
            aload 0 /* this */
            ldc 0.114
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaBlue:F
         4: .line 39
            aload 0 /* this */
            fconst_0
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackY:F
         5: .line 40
            aload 0 /* this */
            ldc 255.0
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteY:F
         6: .line 42
            aload 0 /* this */
            ldc 128.0
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCb:F
         7: .line 43
            aload 0 /* this */
            ldc 255.0
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCb:F
         8: .line 45
            aload 0 /* this */
            ldc 128.0
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCr:F
         9: .line 46
            aload 0 /* this */
            ldc 255.0
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCr:F
        10: .line 49
            aload 1 /* metadata */
            astore 2 /* tmetadata */
        start local 2 // com.sun.imageio.plugins.tiff.TIFFImageMetadata tmetadata
        11: .line 52
            aload 2 /* tmetadata */
            sipush 529
            invokevirtual com.sun.imageio.plugins.tiff.TIFFImageMetadata.getTIFFField:(I)Ljavax/imageio/plugins/tiff/TIFFField;
        12: .line 51
            astore 3 /* f */
        start local 3 // javax.imageio.plugins.tiff.TIFFField f
        13: .line 53
            aload 3 /* f */
            ifnull 17
            aload 3 /* f */
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getCount:()I
            iconst_3
            if_icmpne 17
        14: .line 54
            aload 0 /* this */
            aload 3 /* f */
            iconst_0
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaRed:F
        15: .line 55
            aload 0 /* this */
            aload 3 /* f */
            iconst_1
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaGreen:F
        16: .line 56
            aload 0 /* this */
            aload 3 /* f */
            iconst_2
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaBlue:F
        17: .line 60
      StackMap locals: com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter com.sun.imageio.plugins.tiff.TIFFImageMetadata com.sun.imageio.plugins.tiff.TIFFImageMetadata javax.imageio.plugins.tiff.TIFFField
      StackMap stack:
            aload 2 /* tmetadata */
            sipush 532
            invokevirtual com.sun.imageio.plugins.tiff.TIFFImageMetadata.getTIFFField:(I)Ljavax/imageio/plugins/tiff/TIFFField;
        18: .line 59
            astore 3 /* f */
        19: .line 61
            aload 3 /* f */
            ifnull 26
            aload 3 /* f */
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getCount:()I
            bipush 6
            if_icmpne 26
        20: .line 62
            aload 0 /* this */
            aload 3 /* f */
            iconst_0
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackY:F
        21: .line 63
            aload 0 /* this */
            aload 3 /* f */
            iconst_1
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteY:F
        22: .line 64
            aload 0 /* this */
            aload 3 /* f */
            iconst_2
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCb:F
        23: .line 65
            aload 0 /* this */
            aload 3 /* f */
            iconst_3
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCb:F
        24: .line 66
            aload 0 /* this */
            aload 3 /* f */
            iconst_4
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCr:F
        25: .line 67
            aload 0 /* this */
            aload 3 /* f */
            iconst_5
            invokevirtual javax.imageio.plugins.tiff.TIFFField.getAsFloat:(I)F
            putfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCr:F
        26: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 3 // javax.imageio.plugins.tiff.TIFFField f
        end local 2 // com.sun.imageio.plugins.tiff.TIFFImageMetadata tmetadata
        end local 1 // com.sun.imageio.plugins.tiff.TIFFImageMetadata metadata
        end local 0 // com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   27     0       this  Lcom/sun/imageio/plugins/tiff/TIFFYCbCrColorConverter;
            0   27     1   metadata  Lcom/sun/imageio/plugins/tiff/TIFFImageMetadata;
           11   27     2  tmetadata  Lcom/sun/imageio/plugins/tiff/TIFFImageMetadata;
           13   27     3          f  Ljavax/imageio/plugins/tiff/TIFFField;
    MethodParameters:
          Name  Flags
      metadata  

  public void fromRGB(float, float, float, float[]);
    descriptor: (FFF[F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter this
        start local 1 // float r
        start local 2 // float g
        start local 3 // float b
        start local 4 // float[] result
         0: .line 85
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaRed:F
            fload 1 /* r */
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaGreen:F
            fload 2 /* g */
            fmul
            fadd
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaBlue:F
            fload 3 /* b */
            fmul
            fadd
            fstore 5 /* Y */
        start local 5 // float Y
         1: .line 86
            fload 3 /* b */
            fload 5 /* Y */
            fsub
            fconst_2
            fconst_2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaBlue:F
            fmul
            fsub
            fdiv
            fstore 6 /* Cb */
        start local 6 // float Cb
         2: .line 87
            fload 1 /* r */
            fload 5 /* Y */
            fsub
            fconst_2
            fconst_2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaRed:F
            fmul
            fsub
            fdiv
            fstore 7 /* Cr */
        start local 7 // float Cr
         3: .line 90
            aload 4 /* result */
            iconst_0
            fload 5 /* Y */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteY:F
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackY:F
            fsub
            fmul
            ldc 255.0
            fdiv
         4: .line 91
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackY:F
            fadd
         5: .line 90
            fastore
         6: .line 92
            aload 4 /* result */
            iconst_1
            fload 6 /* Cb */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCb:F
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCb:F
            fsub
            fmul
            ldc 127.0
            fdiv
         7: .line 93
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCb:F
            fadd
         8: .line 92
            fastore
         9: .line 94
            aload 4 /* result */
            iconst_2
            fload 7 /* Cr */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCr:F
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCr:F
            fsub
            fmul
            ldc 127.0
            fdiv
        10: .line 95
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCr:F
            fadd
        11: .line 94
            fastore
        12: .line 96
            return
        end local 7 // float Cr
        end local 6 // float Cb
        end local 5 // float Y
        end local 4 // float[] result
        end local 3 // float b
        end local 2 // float g
        end local 1 // float r
        end local 0 // com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/imageio/plugins/tiff/TIFFYCbCrColorConverter;
            0   13     1       r  F
            0   13     2       g  F
            0   13     3       b  F
            0   13     4  result  [F
            1   13     5       Y  F
            2   13     6      Cb  F
            3   13     7      Cr  F
    MethodParameters:
        Name  Flags
      r       
      g       
      b       
      result  

  public void toRGB(float, float, float, float[]);
    descriptor: (FFF[F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter this
        start local 1 // float x0
        start local 2 // float x1
        start local 3 // float x2
        start local 4 // float[] rgb
         0: .line 100
            fload 1 /* x0 */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackY:F
            fsub
            ldc 255.0
            fmul
         1: .line 101
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteY:F
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackY:F
            fsub
         2: .line 100
            fdiv
            fstore 5 /* Y */
        start local 5 // float Y
         3: .line 102
            fload 2 /* x1 */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCb:F
            fsub
            ldc 127.0
            fmul
         4: .line 103
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCb:F
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCb:F
            fsub
         5: .line 102
            fdiv
            fstore 6 /* Cb */
        start local 6 // float Cb
         6: .line 104
            fload 3 /* x2 */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCr:F
            fsub
            ldc 127.0
            fmul
         7: .line 105
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceWhiteCr:F
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.referenceBlackCr:F
            fsub
         8: .line 104
            fdiv
            fstore 7 /* Cr */
        start local 7 // float Cr
         9: .line 108
            aload 4 /* rgb */
            iconst_0
            fload 7 /* Cr */
            fconst_2
            fconst_2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaRed:F
            fmul
            fsub
            fmul
            fload 5 /* Y */
            fadd
            fastore
        10: .line 109
            aload 4 /* rgb */
            iconst_2
            fload 6 /* Cb */
            fconst_2
            fconst_2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaBlue:F
            fmul
            fsub
            fmul
            fload 5 /* Y */
            fadd
            fastore
        11: .line 110
            aload 4 /* rgb */
            iconst_1
            fload 5 /* Y */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaBlue:F
            aload 4 /* rgb */
            iconst_2
            faload
            fmul
            fsub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaRed:F
            aload 4 /* rgb */
            iconst_0
            faload
            fmul
            fsub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter.lumaGreen:F
            fdiv
            fastore
        12: .line 111
            return
        end local 7 // float Cr
        end local 6 // float Cb
        end local 5 // float Y
        end local 4 // float[] rgb
        end local 3 // float x2
        end local 2 // float x1
        end local 1 // float x0
        end local 0 // com.sun.imageio.plugins.tiff.TIFFYCbCrColorConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/imageio/plugins/tiff/TIFFYCbCrColorConverter;
            0   13     1    x0  F
            0   13     2    x1  F
            0   13     3    x2  F
            0   13     4   rgb  [F
            3   13     5     Y  F
            6   13     6    Cb  F
            9   13     7    Cr  F
    MethodParameters:
      Name  Flags
      x0    
      x1    
      x2    
      rgb   
}
SourceFile: "TIFFYCbCrColorConverter.java"