videolevels: use lut for conversion (again)

Faster, but could maybe be faster still using orc.
This commit is contained in:
Joshua M. Doe
2012-07-03 03:54:40 -04:00
parent d6fe385cb9
commit 5d5d1085b7
2 changed files with 55 additions and 120 deletions

View File

@@ -72,6 +72,7 @@ struct _GstVideoLevels
/* format */
gint width;
gint height;
int framesize;
GstVideoFormat format_in;
GstVideoFormat format_out;