![]() |
![]() |
Functions | |
void | IMG_conv_3x3_i16_c16s (const unsigned short *restrict imgin_ptr, unsigned short *restrict imgout_ptr, int width, const short *restrict mask_ptr, int shift) |
void IMG_conv_3x3_i16_c16s | ( | const unsigned short *restrict | imgin_ptr, | |
unsigned short *restrict | imgout_ptr, | |||
int | width, | |||
const short *restrict | mask_ptr, | |||
int | shift | |||
) |
imgin_ptr | Pointer to input image of unsigned 16-bit pixels | |
imgout_ptr | Pointer to output image of unsigned 16-bit pixels | |
width | Number of output pixels | |
mask_ptr | Pointer to a 16-bit signed filter mask | |
shift | User specified right shift on sum |