Source position: sdl_gfx.pas line 616
function SDL_imageFilterConvolveKernel7x7ShiftRight(
Src: PAnsiChar;
Dest: PAnsiChar;
rows: Integer;
columns: Integer;
Kernel: PShortInt;
NRightShift: AnsiChar
):Integer;