Home
last modified time | relevance | path

Searched defs:ConvKernel (Results 1 – 2 of 2) sorted by relevance

/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dconvkernel.h11 ConvKernel() : width(0), height(0), kernel(NULL) in ConvKernel() function
14 ConvKernel(int width,int height) : kernel(NULL) in ConvKernel() function
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpnmconvol.c407 struct ConvKernel { struct
408 unsigned int cols;
410 unsigned int rows;
412 unsigned int planes;
436 warnBadKernel(struct ConvKernel * const convKernelP) { in warnBadKernel() argument