From 55d8ac4768d03001b746ce0af0ad0e15031e4041 Mon Sep 17 00:00:00 2001 From: Leo Howell Date: Tue, 15 Sep 2009 07:56:20 +0900 Subject: RS encode (not working yet) --- lpg/libqr/rs.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lpg/libqr/rs.h (limited to 'lpg/libqr/rs.h') diff --git a/lpg/libqr/rs.h b/lpg/libqr/rs.h new file mode 100644 index 0000000..98e3aa0 --- /dev/null +++ b/lpg/libqr/rs.h @@ -0,0 +1,9 @@ +#ifndef RS_H +#define RS_H + +#include "bitstream.h" + +struct bitstream * rs_generate_words(int k, const int * coeff, struct bitstream * data); + +#endif + -- cgit v1.2.3-70-g09d2