public class com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer extends com.sun.scenario.effect.impl.sw.sse.SSEEffectPeer<com.sun.scenario.effect.impl.state.LinearConvolveRenderState>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer
  super_class: com.sun.scenario.effect.impl.sw.sse.SSEEffectPeer
{
  public void <init>(com.sun.scenario.effect.FilterContext, com.sun.scenario.effect.impl.Renderer, java.lang.String);
    descriptor: (Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/impl/Renderer;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer this
        start local 1 // com.sun.scenario.effect.FilterContext fctx
        start local 2 // com.sun.scenario.effect.impl.Renderer r
        start local 3 // java.lang.String uniqueName
         0: .line 47
            aload 0 /* this */
            aload 1 /* fctx */
            aload 2 /* r */
            aload 3 /* uniqueName */
            invokespecial com.sun.scenario.effect.impl.sw.sse.SSEEffectPeer.<init>:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/impl/Renderer;Ljava/lang/String;)V
         1: .line 48
            return
        end local 3 // java.lang.String uniqueName
        end local 2 // com.sun.scenario.effect.impl.Renderer r
        end local 1 // com.sun.scenario.effect.FilterContext fctx
        end local 0 // com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/scenario/effect/impl/sw/sse/SSELinearConvolvePeer;
            0    2     1        fctx  Lcom/sun/scenario/effect/FilterContext;
            0    2     2           r  Lcom/sun/scenario/effect/impl/Renderer;
            0    2     3  uniqueName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      fctx        
      r           
      uniqueName  

  public com.sun.scenario.effect.ImageData filter(com.sun.scenario.effect.Effect, com.sun.scenario.effect.impl.state.LinearConvolveRenderState, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.Rectangle, com.sun.scenario.effect.ImageData[]);
    descriptor: (Lcom/sun/scenario/effect/Effect;Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=21, locals=39, args_size=6
        start local 0 // com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer this
        start local 1 // com.sun.scenario.effect.Effect effect
        start local 2 // com.sun.scenario.effect.impl.state.LinearConvolveRenderState lcrstate
        start local 3 // com.sun.javafx.geom.transform.BaseTransform transform
        start local 4 // com.sun.javafx.geom.Rectangle outputClip
        start local 5 // com.sun.scenario.effect.ImageData[] inputs
         0: .line 57
            aload 0 /* this */
            aload 2 /* lcrstate */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.setRenderState:(Lcom/sun/scenario/effect/impl/state/RenderState;)V
         1: .line 58
            aload 5 /* inputs */
            iconst_0
            aaload
            aconst_null
            invokevirtual com.sun.scenario.effect.ImageData.getTransformedBounds:(Lcom/sun/javafx/geom/Rectangle;)Lcom/sun/javafx/geom/Rectangle;
            astore 6 /* inputBounds */
        start local 6 // com.sun.javafx.geom.Rectangle inputBounds
         2: .line 61
            aload 2 /* lcrstate */
            aload 6 /* inputBounds */
            aconst_null
            invokevirtual com.sun.scenario.effect.impl.state.LinearConvolveRenderState.getPassResultBounds:(Lcom/sun/javafx/geom/Rectangle;Lcom/sun/javafx/geom/Rectangle;)Lcom/sun/javafx/geom/Rectangle;
            astore 7 /* dstRawBounds */
        start local 7 // com.sun.javafx.geom.Rectangle dstRawBounds
         3: .line 62
            aload 2 /* lcrstate */
            aload 6 /* inputBounds */
            aload 4 /* outputClip */
            invokevirtual com.sun.scenario.effect.impl.state.LinearConvolveRenderState.getPassResultBounds:(Lcom/sun/javafx/geom/Rectangle;Lcom/sun/javafx/geom/Rectangle;)Lcom/sun/javafx/geom/Rectangle;
            astore 8 /* dstBounds */
        start local 8 // com.sun.javafx.geom.Rectangle dstBounds
         4: .line 63
            aload 0 /* this */
            aload 8 /* dstBounds */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.setDestBounds:(Lcom/sun/javafx/geom/Rectangle;)V
         5: .line 64
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.width:I
            istore 9 /* dstw */
        start local 9 // int dstw
         6: .line 65
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.height:I
            istore 10 /* dsth */
        start local 10 // int dsth
         7: .line 68
            aload 5 /* inputs */
            iconst_0
            aaload
            invokevirtual com.sun.scenario.effect.ImageData.getUntransformedImage:()Lcom/sun/scenario/effect/Filterable;
            checkcast com.sun.scenario.effect.impl.HeapImage
            astore 11 /* src */
        start local 11 // com.sun.scenario.effect.impl.HeapImage src
         8: .line 69
            aload 11 /* src */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPhysicalWidth:()I
            istore 12 /* srcw */
        start local 12 // int srcw
         9: .line 70
            aload 11 /* src */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPhysicalHeight:()I
            istore 13 /* srch */
        start local 13 // int srch
        10: .line 71
            aload 11 /* src */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getScanlineStride:()I
            istore 14 /* srcscan */
        start local 14 // int srcscan
        11: .line 72
            aload 11 /* src */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPixelArray:()[I
            astore 15 /* srcPixels */
        start local 15 // int[] srcPixels
        12: .line 74
            aload 5 /* inputs */
            iconst_0
            aaload
            invokevirtual com.sun.scenario.effect.ImageData.getUntransformedBounds:()Lcom/sun/javafx/geom/Rectangle;
            astore 16 /* src0Bounds */
        start local 16 // com.sun.javafx.geom.Rectangle src0Bounds
        13: .line 75
            aload 5 /* inputs */
            iconst_0
            aaload
            invokevirtual com.sun.scenario.effect.ImageData.getTransform:()Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 17 /* src0Transform */
        start local 17 // com.sun.javafx.geom.transform.BaseTransform src0Transform
        14: .line 76
            new com.sun.javafx.geom.Rectangle
            dup
            iconst_0
            iconst_0
            iload 12 /* srcw */
            iload 13 /* srch */
            invokespecial com.sun.javafx.geom.Rectangle.<init>:(IIII)V
            astore 18 /* src0NativeBounds */
        start local 18 // com.sun.javafx.geom.Rectangle src0NativeBounds
        15: .line 78
            aload 0 /* this */
            iconst_0
            aload 16 /* src0Bounds */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.setInputBounds:(ILcom/sun/javafx/geom/Rectangle;)V
        16: .line 79
            aload 0 /* this */
            iconst_0
            aload 17 /* src0Transform */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.setInputTransform:(ILcom/sun/javafx/geom/transform/BaseTransform;)V
        17: .line 80
            aload 0 /* this */
            iconst_0
            aload 18 /* src0NativeBounds */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.setInputNativeBounds:(ILcom/sun/javafx/geom/Rectangle;)V
        18: .line 82
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.getRenderer:()Lcom/sun/scenario/effect/impl/Renderer;
            iload 9 /* dstw */
            iload 10 /* dsth */
            invokevirtual com.sun.scenario.effect.impl.Renderer.getCompatibleImage:(II)Lcom/sun/scenario/effect/impl/PoolFilterable;
            checkcast com.sun.scenario.effect.impl.HeapImage
            astore 19 /* dst */
        start local 19 // com.sun.scenario.effect.impl.HeapImage dst
        19: .line 83
            aload 0 /* this */
            aload 19 /* dst */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPhysicalWidth:()I
            aload 19 /* dst */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPhysicalHeight:()I
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.setDestNativeBounds:(II)V
        20: .line 84
            aload 19 /* dst */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getScanlineStride:()I
            istore 20 /* dstscan */
        start local 20 // int dstscan
        21: .line 85
            aload 19 /* dst */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPixelArray:()[I
            astore 21 /* dstPixels */
        start local 21 // int[] dstPixels
        22: .line 87
            aload 2 /* lcrstate */
            invokevirtual com.sun.scenario.effect.impl.state.LinearConvolveRenderState.getPassKernelSize:()I
            istore 22 /* count */
        start local 22 // int count
        23: .line 88
            aload 2 /* lcrstate */
            invokevirtual com.sun.scenario.effect.impl.state.LinearConvolveRenderState.getPassWeights:()Ljava/nio/FloatBuffer;
            astore 23 /* weights_buf */
        start local 23 // java.nio.FloatBuffer weights_buf
        24: .line 90
            aload 2 /* lcrstate */
            invokevirtual com.sun.scenario.effect.impl.state.LinearConvolveRenderState.getPassType:()Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState$PassType;
            astore 24 /* type */
        start local 24 // com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType type
        25: .line 91
            aload 17 /* src0Transform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.isIdentity:()Z
            ifeq 27
        26: .line 92
            aload 8 /* dstBounds */
            aload 7 /* dstRawBounds */
            getfield com.sun.javafx.geom.Rectangle.x:I
            aload 7 /* dstRawBounds */
            getfield com.sun.javafx.geom.Rectangle.y:I
            invokevirtual com.sun.javafx.geom.Rectangle.contains:(II)Z
            ifne 28
        27: .line 97
      StackMap locals: com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer com.sun.scenario.effect.Effect com.sun.scenario.effect.impl.state.LinearConvolveRenderState com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.ImageData[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle int int com.sun.scenario.effect.impl.HeapImage int int int int[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.impl.HeapImage int int[] int java.nio.FloatBuffer com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType
      StackMap stack:
            getstatic com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType.GENERAL_VECTOR:Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState$PassType;
            astore 24 /* type */
        28: .line 99
      StackMap locals:
      StackMap stack:
            aload 24 /* type */
            getstatic com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType.HORIZONTAL_CENTERED:Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState$PassType;
            if_acmpne 38
        29: .line 100
            iload 22 /* count */
            iconst_2
            imul
            newarray 6
            astore 25 /* weights_arr */
        start local 25 // float[] weights_arr
        30: .line 101
            aload 23 /* weights_buf */
            aload 25 /* weights_arr */
            iconst_0
            iload 22 /* count */
            invokevirtual java.nio.FloatBuffer.get:([FII)Ljava/nio/FloatBuffer;
            pop
        31: .line 102
            aload 23 /* weights_buf */
            invokevirtual java.nio.FloatBuffer.rewind:()Ljava/nio/Buffer;
            pop
        32: .line 103
            aload 23 /* weights_buf */
            aload 25 /* weights_arr */
            iload 22 /* count */
            iload 22 /* count */
            invokevirtual java.nio.FloatBuffer.get:([FII)Ljava/nio/FloatBuffer;
            pop
        33: .line 104
            aload 0 /* this */
            aload 21 /* dstPixels */
            iload 9 /* dstw */
            iload 10 /* dsth */
            iconst_1
            iload 20 /* dstscan */
        34: .line 105
            aload 15 /* srcPixels */
            iload 12 /* srcw */
            iload 13 /* srch */
            iconst_1
            iload 14 /* srcscan */
        35: .line 106
            aload 25 /* weights_arr */
        36: .line 104
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.filterHV:([IIIII[IIIII[F)V
        end local 25 // float[] weights_arr
        37: .line 107
            goto 82
      StackMap locals:
      StackMap stack:
        38: aload 24 /* type */
            getstatic com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType.VERTICAL_CENTERED:Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState$PassType;
            if_acmpne 48
        39: .line 108
            iload 22 /* count */
            iconst_2
            imul
            newarray 6
            astore 25 /* weights_arr */
        start local 25 // float[] weights_arr
        40: .line 109
            aload 23 /* weights_buf */
            aload 25 /* weights_arr */
            iconst_0
            iload 22 /* count */
            invokevirtual java.nio.FloatBuffer.get:([FII)Ljava/nio/FloatBuffer;
            pop
        41: .line 110
            aload 23 /* weights_buf */
            invokevirtual java.nio.FloatBuffer.rewind:()Ljava/nio/Buffer;
            pop
        42: .line 111
            aload 23 /* weights_buf */
            aload 25 /* weights_arr */
            iload 22 /* count */
            iload 22 /* count */
            invokevirtual java.nio.FloatBuffer.get:([FII)Ljava/nio/FloatBuffer;
            pop
        43: .line 112
            aload 0 /* this */
            aload 21 /* dstPixels */
            iload 10 /* dsth */
            iload 9 /* dstw */
            iload 20 /* dstscan */
            iconst_1
        44: .line 113
            aload 15 /* srcPixels */
            iload 13 /* srch */
            iload 12 /* srcw */
            iload 14 /* srcscan */
            iconst_1
        45: .line 114
            aload 25 /* weights_arr */
        46: .line 112
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.filterHV:([IIIII[IIIII[F)V
        end local 25 // float[] weights_arr
        47: .line 115
            goto 82
        48: .line 116
      StackMap locals:
      StackMap stack:
            iload 22 /* count */
            newarray 6
            astore 25 /* weights_arr */
        start local 25 // float[] weights_arr
        49: .line 117
            aload 23 /* weights_buf */
            aload 25 /* weights_arr */
            iconst_0
            iload 22 /* count */
            invokevirtual java.nio.FloatBuffer.get:([FII)Ljava/nio/FloatBuffer;
            pop
        50: .line 119
            bipush 8
            newarray 6
            astore 26 /* srcRect */
        start local 26 // float[] srcRect
        51: .line 120
            aload 0 /* this */
            iconst_0
            aload 26 /* srcRect */
        52: .line 121
            aload 16 /* src0Bounds */
            getfield com.sun.javafx.geom.Rectangle.x:I
            i2f
            aload 16 /* src0Bounds */
            getfield com.sun.javafx.geom.Rectangle.y:I
            i2f
        53: .line 122
            aload 18 /* src0NativeBounds */
            getfield com.sun.javafx.geom.Rectangle.width:I
            i2f
        54: .line 123
            aload 18 /* src0NativeBounds */
            getfield com.sun.javafx.geom.Rectangle.height:I
            i2f
        55: .line 124
            aload 8 /* dstBounds */
            aload 17 /* src0Transform */
        56: .line 120
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.getTextureCoordinates:(I[FFFFFLcom/sun/javafx/geom/Rectangle;Lcom/sun/javafx/geom/transform/BaseTransform;)I
            istore 27 /* nCoords */
        start local 27 // int nCoords
        57: .line 125
            aload 26 /* srcRect */
            iconst_0
            faload
            iload 12 /* srcw */
            i2f
            fmul
            fstore 28 /* srcx0 */
        start local 28 // float srcx0
        58: .line 126
            aload 26 /* srcRect */
            iconst_1
            faload
            iload 13 /* srch */
            i2f
            fmul
            fstore 29 /* srcy0 */
        start local 29 // float srcy0
        59: .line 128
            iload 27 /* nCoords */
            bipush 8
            if_icmpge 65
        60: .line 129
            aload 26 /* srcRect */
            iconst_2
            faload
            aload 26 /* srcRect */
            iconst_0
            faload
            fsub
            iload 12 /* srcw */
            i2f
            fmul
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.width:I
            i2f
            fdiv
            fstore 30 /* dxcol */
        start local 30 // float dxcol
        61: .line 130
            fconst_0
            fstore 31 /* dycol */
        start local 31 // float dycol
        62: .line 131
            fconst_0
            fstore 32 /* dxrow */
        start local 32 // float dxrow
        63: .line 132
            aload 26 /* srcRect */
            iconst_3
            faload
            aload 26 /* srcRect */
            iconst_1
            faload
            fsub
            iload 13 /* srch */
            i2f
            fmul
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.height:I
            i2f
            fdiv
            fstore 33 /* dyrow */
        start local 33 // float dyrow
        64: .line 133
            goto 69
        end local 33 // float dyrow
        end local 32 // float dxrow
        end local 31 // float dycol
        end local 30 // float dxcol
        65: .line 134
      StackMap locals: com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer com.sun.scenario.effect.Effect com.sun.scenario.effect.impl.state.LinearConvolveRenderState com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.ImageData[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle int int com.sun.scenario.effect.impl.HeapImage int int int int[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.impl.HeapImage int int[] int java.nio.FloatBuffer com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType float[] float[] int float float
      StackMap stack:
            aload 26 /* srcRect */
            iconst_4
            faload
            aload 26 /* srcRect */
            iconst_0
            faload
            fsub
            iload 12 /* srcw */
            i2f
            fmul
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.width:I
            i2f
            fdiv
            fstore 30 /* dxcol */
        start local 30 // float dxcol
        66: .line 135
            aload 26 /* srcRect */
            iconst_5
            faload
            aload 26 /* srcRect */
            iconst_1
            faload
            fsub
            iload 13 /* srch */
            i2f
            fmul
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.height:I
            i2f
            fdiv
            fstore 31 /* dycol */
        start local 31 // float dycol
        67: .line 136
            aload 26 /* srcRect */
            bipush 6
            faload
            aload 26 /* srcRect */
            iconst_0
            faload
            fsub
            iload 12 /* srcw */
            i2f
            fmul
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.width:I
            i2f
            fdiv
            fstore 32 /* dxrow */
        start local 32 // float dxrow
        68: .line 137
            aload 26 /* srcRect */
            bipush 7
            faload
            aload 26 /* srcRect */
            iconst_1
            faload
            fsub
            iload 13 /* srch */
            i2f
            fmul
            aload 8 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.height:I
            i2f
            fdiv
            fstore 33 /* dyrow */
        start local 33 // float dyrow
        69: .line 140
      StackMap locals: com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer com.sun.scenario.effect.Effect com.sun.scenario.effect.impl.state.LinearConvolveRenderState com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.ImageData[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle int int com.sun.scenario.effect.impl.HeapImage int int int int[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.impl.HeapImage int int[] int java.nio.FloatBuffer com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType float[] float[] int float float float float float float
      StackMap stack:
            aload 2 /* lcrstate */
            invokevirtual com.sun.scenario.effect.impl.state.LinearConvolveRenderState.getPassVector:()[F
            astore 34 /* offset_arr */
        start local 34 // float[] offset_arr
        70: .line 141
            aload 34 /* offset_arr */
            iconst_0
            faload
            iload 12 /* srcw */
            i2f
            fmul
            fstore 35 /* deltax */
        start local 35 // float deltax
        71: .line 142
            aload 34 /* offset_arr */
            iconst_1
            faload
            iload 13 /* srch */
            i2f
            fmul
            fstore 36 /* deltay */
        start local 36 // float deltay
        72: .line 143
            aload 34 /* offset_arr */
            iconst_2
            faload
            iload 12 /* srcw */
            i2f
            fmul
            fstore 37 /* offsetx */
        start local 37 // float offsetx
        73: .line 144
            aload 34 /* offset_arr */
            iconst_3
            faload
            iload 13 /* srch */
            i2f
            fmul
            fstore 38 /* offsety */
        start local 38 // float offsety
        74: .line 146
            aload 0 /* this */
            aload 21 /* dstPixels */
            iload 9 /* dstw */
            iload 10 /* dsth */
            iload 20 /* dstscan */
        75: .line 147
            aload 15 /* srcPixels */
            iload 12 /* srcw */
            iload 13 /* srch */
            iload 14 /* srcscan */
        76: .line 148
            aload 25 /* weights_arr */
            iload 22 /* count */
        77: .line 149
            fload 28 /* srcx0 */
            fload 29 /* srcy0 */
        78: .line 150
            fload 37 /* offsetx */
            fload 38 /* offsety */
        79: .line 151
            fload 35 /* deltax */
            fload 36 /* deltay */
        80: .line 152
            fload 30 /* dxcol */
            fload 31 /* dycol */
            fload 32 /* dxrow */
            fload 33 /* dyrow */
        81: .line 146
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.filterVector:([IIII[IIII[FIFFFFFFFFFF)V
        end local 38 // float offsety
        end local 37 // float offsetx
        end local 36 // float deltay
        end local 35 // float deltax
        end local 34 // float[] offset_arr
        end local 33 // float dyrow
        end local 32 // float dxrow
        end local 31 // float dycol
        end local 30 // float dxcol
        end local 29 // float srcy0
        end local 28 // float srcx0
        end local 27 // int nCoords
        end local 26 // float[] srcRect
        end local 25 // float[] weights_arr
        82: .line 155
      StackMap locals: com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer com.sun.scenario.effect.Effect com.sun.scenario.effect.impl.state.LinearConvolveRenderState com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.ImageData[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle int int com.sun.scenario.effect.impl.HeapImage int int int int[] com.sun.javafx.geom.Rectangle com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.impl.HeapImage int int[] int java.nio.FloatBuffer com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType
      StackMap stack:
            new com.sun.scenario.effect.ImageData
            dup
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.getFilterContext:()Lcom/sun/scenario/effect/FilterContext;
            aload 19 /* dst */
            aload 8 /* dstBounds */
            invokespecial com.sun.scenario.effect.ImageData.<init>:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/Filterable;Lcom/sun/javafx/geom/Rectangle;)V
            areturn
        end local 24 // com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType type
        end local 23 // java.nio.FloatBuffer weights_buf
        end local 22 // int count
        end local 21 // int[] dstPixels
        end local 20 // int dstscan
        end local 19 // com.sun.scenario.effect.impl.HeapImage dst
        end local 18 // com.sun.javafx.geom.Rectangle src0NativeBounds
        end local 17 // com.sun.javafx.geom.transform.BaseTransform src0Transform
        end local 16 // com.sun.javafx.geom.Rectangle src0Bounds
        end local 15 // int[] srcPixels
        end local 14 // int srcscan
        end local 13 // int srch
        end local 12 // int srcw
        end local 11 // com.sun.scenario.effect.impl.HeapImage src
        end local 10 // int dsth
        end local 9 // int dstw
        end local 8 // com.sun.javafx.geom.Rectangle dstBounds
        end local 7 // com.sun.javafx.geom.Rectangle dstRawBounds
        end local 6 // com.sun.javafx.geom.Rectangle inputBounds
        end local 5 // com.sun.scenario.effect.ImageData[] inputs
        end local 4 // com.sun.javafx.geom.Rectangle outputClip
        end local 3 // com.sun.javafx.geom.transform.BaseTransform transform
        end local 2 // com.sun.scenario.effect.impl.state.LinearConvolveRenderState lcrstate
        end local 1 // com.sun.scenario.effect.Effect effect
        end local 0 // com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   83     0              this  Lcom/sun/scenario/effect/impl/sw/sse/SSELinearConvolvePeer;
            0   83     1            effect  Lcom/sun/scenario/effect/Effect;
            0   83     2          lcrstate  Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState;
            0   83     3         transform  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   83     4        outputClip  Lcom/sun/javafx/geom/Rectangle;
            0   83     5            inputs  [Lcom/sun/scenario/effect/ImageData;
            2   83     6       inputBounds  Lcom/sun/javafx/geom/Rectangle;
            3   83     7      dstRawBounds  Lcom/sun/javafx/geom/Rectangle;
            4   83     8         dstBounds  Lcom/sun/javafx/geom/Rectangle;
            6   83     9              dstw  I
            7   83    10              dsth  I
            8   83    11               src  Lcom/sun/scenario/effect/impl/HeapImage;
            9   83    12              srcw  I
           10   83    13              srch  I
           11   83    14           srcscan  I
           12   83    15         srcPixels  [I
           13   83    16        src0Bounds  Lcom/sun/javafx/geom/Rectangle;
           14   83    17     src0Transform  Lcom/sun/javafx/geom/transform/BaseTransform;
           15   83    18  src0NativeBounds  Lcom/sun/javafx/geom/Rectangle;
           19   83    19               dst  Lcom/sun/scenario/effect/impl/HeapImage;
           21   83    20           dstscan  I
           22   83    21         dstPixels  [I
           23   83    22             count  I
           24   83    23       weights_buf  Ljava/nio/FloatBuffer;
           25   83    24              type  Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState$PassType;
           30   37    25       weights_arr  [F
           40   47    25       weights_arr  [F
           49   82    25       weights_arr  [F
           51   82    26           srcRect  [F
           57   82    27           nCoords  I
           58   82    28             srcx0  F
           59   82    29             srcy0  F
           61   65    30             dxcol  F
           66   82    30             dxcol  F
           62   65    31             dycol  F
           67   82    31             dycol  F
           63   65    32             dxrow  F
           68   82    32             dxrow  F
           64   65    33             dyrow  F
           69   82    33             dyrow  F
           70   82    34        offset_arr  [F
           71   82    35            deltax  F
           72   82    36            deltay  F
           73   82    37           offsetx  F
           74   82    38           offsety  F
    MethodParameters:
            Name  Flags
      effect      
      lcrstate    
      transform   
      outputClip  
      inputs      

  native void filterVector(int[], int, int, int, int[], int, int, int, float[], int, float, float, float, float, float, float, float, float, float, float);
    descriptor: ([IIII[IIII[FIFFFFFFFFFF)V
    flags: (0x0100) ACC_NATIVE
    MethodParameters:
           Name  Flags
      dstPixels  
      dstw       
      dsth       
      dstscan    
      srcPixels  
      srcw       
      srch       
      srcscan    
      weights    
      count      
      srcx0      
      srcy0      
      offsetx    
      offsety    
      deltax     
      deltay     
      dxcol      
      dycol      
      dxrow      
      dyrow      

  native void filterHV(int[], int, int, int, int, int[], int, int, int, int, float[]);
    descriptor: ([IIIII[IIIII[F)V
    flags: (0x0100) ACC_NATIVE
    MethodParameters:
           Name  Flags
      dstPixels  
      dstcols    
      dstrows    
      dcolinc    
      drowinc    
      srcPixels  
      srccols    
      srcrows    
      scolinc    
      srowinc    
      weights    

  public com.sun.scenario.effect.ImageData filter(com.sun.scenario.effect.Effect, com.sun.scenario.effect.impl.state.RenderState, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.Rectangle, com.sun.scenario.effect.ImageData[]);
    descriptor: (Lcom/sun/scenario/effect/Effect;Lcom/sun/scenario/effect/impl/state/RenderState;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.scenario.effect.impl.state.LinearConvolveRenderState
            aload 3
            aload 4
            aload 5
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSELinearConvolvePeer.filter:(Lcom/sun/scenario/effect/Effect;Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/scenario/effect/impl/sw/sse/SSEEffectPeer<Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState;>;
SourceFile: "SSELinearConvolvePeer.java"
InnerClasses:
  public final PassType = com.sun.scenario.effect.impl.state.LinearConvolveRenderState$PassType of com.sun.scenario.effect.impl.state.LinearConvolveRenderState