Files
TurboPFor-Integer-Compression/ext/polycom/optp4.h
2017-01-02 23:30:16 +01:00

12 lines
264 B
C

#ifdef __cplusplus
extern "C" {
#endif
#define OPTPFDMAX 2048
unsigned char *optpfdenc32(unsigned *__restrict in, int n, unsigned *__restrict out);
unsigned char *optpfddec32(unsigned *__restrict in, int n, unsigned *__restrict out);
#ifdef __cplusplus
}
#endif