add fast library
This commit is contained in:
9
lib/sip/rle.sip
Normal file
9
lib/sip/rle.sip
Normal file
@@ -0,0 +1,9 @@
|
||||
%Module(name=rle, language="C")
|
||||
|
||||
%UnitCode
|
||||
#include <../src/rle.h>
|
||||
%End
|
||||
|
||||
int rle_decode_uint8(void* output, int width, int height, char* input, int size);
|
||||
int rle_decode_uint16(void* output, int width, int height, char* input, int size);
|
||||
int rle_decode_uint24(void* output, int width, int height, char* input, int size);
|
||||
Reference in New Issue
Block a user