[xiph-commits] r15322 - trunk/theora/lib/dec
giles at svn.xiph.org
giles at svn.xiph.org
Fri Sep 19 12:37:54 PDT 2008
Author: giles
Date: 2008-09-19 12:37:54 -0700 (Fri, 19 Sep 2008)
New Revision: 15322
Modified:
trunk/theora/lib/dec/quant.h
Log:
Remove extern references for OC_*_QUANT_MIN.
These were exported for the use of the theora-exp encoder and are not
needed in trunk. Part of a patch from issue 1297.
Modified: trunk/theora/lib/dec/quant.h
===================================================================
--- trunk/theora/lib/dec/quant.h 2008-09-19 19:20:06 UTC (rev 15321)
+++ trunk/theora/lib/dec/quant.h 2008-09-19 19:37:54 UTC (rev 15322)
@@ -24,21 +24,10 @@
typedef oc_quant_table oc_quant_tables[64];
-
/*Maximum scaled quantizer value.*/
#define OC_QUANT_MAX (1024<<2)
-
-/*Minimum scaled DC coefficient frame quantizer value for intra and inter
- modes.*/
-extern unsigned OC_DC_QUANT_MIN[2];
-/*Minimum scaled AC coefficient frame quantizer value for intra and inter
- modes.*/
-extern unsigned OC_AC_QUANT_MIN[2];
-
-
-
void oc_dequant_tables_init(oc_quant_table *_dequant[2][3],
int _pp_dc_scale[64],const th_quant_info *_qinfo);
More information about the commits
mailing list