shithub: opus

Download patch

ref: dba28a52ce617bcd9559b03c6a1b31d44c404c07
parent: ccea9ce91757055a7741a202013565839092ce50
author: Jean-Marc Valin <[email protected]>
date: Mon Feb 18 18:40:43 EST 2008

cwrs.c links to derf's article on pulse vector encoding.

--- a/libcelt/cwrs.c
+++ b/libcelt/cwrs.c
@@ -1,4 +1,5 @@
-/* (C) 2007 Timothy B. Terriberry */
+/* (C) 2007 Timothy B. Terriberry
+   (C) 2008 Jean-Marc Valin */
 /*
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
@@ -26,6 +27,10 @@
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+/* Functions for encoding and decoding pulse vectors. For more details, see:
+   http://people.xiph.org/~tterribe/notes/cwrs.html
 */
 #include <stdlib.h>
 #include "cwrs.h"