diff postproc/swscale.h @ 5452:eb87391a5292

overread in the mmx2 horizontal scaler fixed 2% faster horizontal mmx2 scaler
author michael
date Mon, 01 Apr 2002 14:01:22 +0000
parents 16fdb694cf13
children 5ac294a77a87
line wrap: on
line diff
--- a/postproc/swscale.h	Mon Apr 01 13:26:38 2002 +0000
+++ b/postproc/swscale.h	Mon Apr 01 14:01:22 2002 +0000
@@ -69,6 +69,10 @@
 
 	uint8_t __attribute__((aligned(32))) funnyYCode[10000];
 	uint8_t __attribute__((aligned(32))) funnyUVCode[10000];
+	int32_t *lumMmx2FilterPos;
+	int32_t *chrMmx2FilterPos;
+	int16_t *lumMmx2Filter;
+	int16_t *chrMmx2Filter;
 
 	int canMMX2BeUsed;