ConvolveImageStandard_IL |
Standard algorithms with no fancy optimization for convolving 1D and 2D kernels across an image.
|
ConvolveImageStandard_IL_MT |
Standard algorithms with no fancy optimization for convolving 1D and 2D kernels across an image.
|
ConvolveImageStandard_SB |
Standard algorithms with no fancy optimization for convolving 1D and 2D kernels across an image.
|
ConvolveImageStandard_SB_MT |
Standard algorithms with no fancy optimization for convolving 1D and 2D kernels across an image.
|
ConvolveImageStandardSparse |
|
ConvolveImageUnrolled_SB_F32_F32 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_F64_F64 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_F32_F32 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_F64_F64 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_S16_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_S16_I16_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_S32_S32 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_S32_S32_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_U16_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_U16_I16_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_U8_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_MT_U8_I8_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_S16_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_S16_I16_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_S32_S32 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_S32_S32_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_U16_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_U16_I16_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_U8_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ConvolveImageUnrolled_SB_U8_I8_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
ImplConvolveBox |
Convolves a box filter across an image.
|
ImplConvolveBox_MT |
Convolves a box filter across an image.
|
ImplConvolveMean |
Convolves a mean filter across the image.
|
ImplConvolveMean_MT |
Convolves a mean filter across the image.
|