![]() |
![]() |
Functions | |
void | IMG_conv_5x5_i16s_c16s (const short *restrict imgin_ptr, short *restrict imgout_ptr, short width, short pitch, const short *restrict mask_ptr, short shift) |
void IMG_conv_5x5_i16s_c16s | ( | const short *restrict | imgin_ptr, | |
short *restrict | imgout_ptr, | |||
short | width, | |||
short | pitch, | |||
const short *restrict | mask_ptr, | |||
short | shift | |||
) |
imgin_ptr | Pointer to an input image of 16-bit pixels | |
imgout_ptr | Pointer to an output image of 16-bit pixels | |
width | Number of output pixels | |
pitch | Number of columns in the image | |
mask_ptr | Pointer to a 16-bit filter mask | |
shift | User specified right shift on sum |