diff libmpcodecs/pullup.h @ 10956:fdcd0d571912

support for selecting which plane to use for metrics in the pullup core (one of the chroma planes could be used for much lower cpu load at the expense of some accuracy) and turning off verbose mode.
author rfelker
date Sun, 28 Sep 2003 03:37:42 +0000
parents b6b68224033d
children ec3dac7d17a0
line wrap: on
line diff
--- a/libmpcodecs/pullup.h	Sun Sep 28 01:45:54 2003 +0000
+++ b/libmpcodecs/pullup.h	Sun Sep 28 03:37:42 2003 +0000
@@ -48,6 +48,7 @@
 	unsigned int cpu;
 	int junk_left, junk_right, junk_top, junk_bottom;
 	int verbose;
+	int metric_plane;
 	/* Internal data */
 	struct pullup_field *first, *last, *head;
 	struct pullup_buffer *buffers;