diff options
author | Leo Howell <leo@lwh.jp> | 2009-09-15 07:56:20 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-09-15 07:56:20 +0900 |
commit | 55d8ac4768d03001b746ce0af0ad0e15031e4041 (patch) | |
tree | e79c1eb983e12b790ffa7c10f7ed7675b7e820ce /lpg/libqr/rs.h | |
parent | d8f5f47084245b5b2d589d60db316f8943a96c5b (diff) | |
download | pdf-simple-sign-55d8ac4768d03001b746ce0af0ad0e15031e4041.tar.gz pdf-simple-sign-55d8ac4768d03001b746ce0af0ad0e15031e4041.tar.xz pdf-simple-sign-55d8ac4768d03001b746ce0af0ad0e15031e4041.zip |
RS encode (not working yet)
Diffstat (limited to 'lpg/libqr/rs.h')
-rw-r--r-- | lpg/libqr/rs.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |