[xiph-cvs] cvs commit: theora/lib quant.c
Ralph Giles
giles at xiph.org
Sun Mar 7 16:43:19 PST 2004
giles 04/03/07 19:43:19
Modified: lib quant.c
Log:
Use 1 bit instead of zero to record that inter Y is explicitly coded.
Revision Changes Path
1.17 +1 -1 theora/lib/quant.c
Index: quant.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/quant.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- quant.c 8 Mar 2004 00:40:54 -0000 1.16
+++ quant.c 8 Mar 2004 00:43:19 -0000 1.17
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: quant.c,v 1.16 2004/03/08 00:40:54 giles Exp $
+ last mod: $Id: quant.c,v 1.17 2004/03/08 00:43:19 giles Exp $
********************************************************************/
@@ -157,7 +157,7 @@
oggpackB_write(opb, 63, 6);
oggpackB_write(opb, 1, 2);
oggpackB_write(opb, 0, 1); /* intra V is the same */
- oggpackB_write(opb, 1, 0); /* next range is explicit */
+ oggpackB_write(opb, 1, 1); /* next range is explicit */
oggpackB_write(opb, 2, 2); /* matrix 2 for inter Y */
oggpackB_write(opb, 63, 6);
oggpackB_write(opb, 2, 2);
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list