public class ConvolveDownNoBorderUnrolled_S16_I16_Div extends Object
Unrolls the convolution kernel to improve runtime performance by reducing array accesses.
DO NOT MODIFY: This class was automatically generated by GenerateConvolveDownNoBorderUnrolled.
| Constructor and Description |
|---|
ConvolveDownNoBorderUnrolled_S16_I16_Div() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
convolve(Kernel2D_I32 kernel,
ImageSInt16 image,
ImageInt16 dest,
int skip,
int divisor) |
static void |
convolve11(Kernel2D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
convolve3(Kernel2D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
convolve5(Kernel2D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
convolve7(Kernel2D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
convolve9(Kernel2D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static boolean |
horizontal(Kernel1D_I32 kernel,
ImageSInt16 image,
ImageInt16 dest,
int skip,
int divisor) |
static void |
horizontal11(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
horizontal3(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
horizontal5(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
horizontal7(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
horizontal9(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static boolean |
vertical(Kernel1D_I32 kernel,
ImageSInt16 image,
ImageInt16 dest,
int skip,
int divisor) |
static void |
vertical11(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
vertical3(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
vertical5(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
vertical7(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
static void |
vertical9(Kernel1D_I32 kernel,
ImageSInt16 input,
ImageInt16 output,
int skip,
int divisor) |
public ConvolveDownNoBorderUnrolled_S16_I16_Div()
public static boolean horizontal(Kernel1D_I32 kernel, ImageSInt16 image, ImageInt16 dest, int skip, int divisor)
public static boolean vertical(Kernel1D_I32 kernel, ImageSInt16 image, ImageInt16 dest, int skip, int divisor)
public static boolean convolve(Kernel2D_I32 kernel, ImageSInt16 image, ImageInt16 dest, int skip, int divisor)
public static void horizontal3(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void horizontal5(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void horizontal7(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void horizontal9(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void horizontal11(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void vertical3(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void vertical5(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void vertical7(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void vertical9(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void vertical11(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void convolve3(Kernel2D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void convolve5(Kernel2D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void convolve7(Kernel2D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void convolve9(Kernel2D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
public static void convolve11(Kernel2D_I32 kernel, ImageSInt16 input, ImageInt16 output, int skip, int divisor)
Copyright © 2013. All Rights Reserved.