I am trying to use the IMG_conv_5x5_i8_c16s function but I am not getting the same results as the C-version. I've tried using a filter with all zeros and a 1 in the center tap just to see if I can get my original data back. The data matches when using the C-version of the code but not when using the IMGLIB call. I'm using IMGLIB v2_01 on a DM6441 device.
Also, when I try using the 8-bit version of this function (IMG_conv_5x5_i8_c8s) it works correctly. I do not want to have to change my coefficients to 8-bit values, though. Any insight on this is greatly appreciated.