Macros | Functions
convolve.c File Reference
#include "../c/eus.h"
Include dependency graph for convolve.c:

Go to the source code of this file.

Macros

#define is2Dstring(a)
 

Functions

pointer convolve ()
 
pointer convolve (context *ctx, int n, argv)
 
pointer CONVOLVE3 (context *ctx, int n, argv)
 
pointer DOUBLE_IMAGE (context *ctx, int n, argv)
 
pointer HALVE_IMAGE (context *ctx, int n, argv)
 
static void init_object_module ()
 
pointer LOOK_UP (context *ctx, int n, argv)
 
pointer MEDIAN_IMAGE (context *ctx, int n, argv)
 
static int median_img (unsigned char *img, int width, int height, int x, int y, int size)
 

Macro Definition Documentation

#define is2Dstring (   a)
Value:
(isarray(a) && \
((a)->c.ary.rank==makeint(2)) && \
isstring((a)->c.ary.entity))
#define makeint(v)
Definition: sfttest.c:2
char a[26]
Definition: freq.c:4

Definition at line 10 of file convolve.c.

Function Documentation

pointer convolve ( )
pointer convolve ( context ctx,
int  n,
argv   
)

Definition at line 200 of file convolve.c.

pointer CONVOLVE3 ( context ctx,
int  n,
argv   
)

Definition at line 13 of file convolve.c.

pointer DOUBLE_IMAGE ( context ctx,
int  n,
argv   
)

Definition at line 101 of file convolve.c.

pointer HALVE_IMAGE ( context ctx,
int  n,
argv   
)

Definition at line 73 of file convolve.c.

static void init_object_module ( )
static

Definition at line 7 of file convolve.c.

pointer LOOK_UP ( context ctx,
int  n,
argv   
)

Definition at line 44 of file convolve.c.

pointer MEDIAN_IMAGE ( context ctx,
int  n,
argv   
)

Definition at line 169 of file convolve.c.

static int median_img ( unsigned char *  img,
int  width,
int  height,
int  x,
int  y,
int  size 
)
static

Definition at line 133 of file convolve.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54