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

12 lines
240 B
C

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