summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-16 18:39:06 +0000
committerramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-16 18:39:06 +0000
commit14fe9544f9949cfe41f1dfd92671c32c9de650ea (patch)
tree9072c1f7ac08b6749ec8bd1e96ed43bad36d337c /libswscale/swscale_internal.h
parent5d8bd54019d182aafcaa69d6cd519af31bacbc20 (diff)
downloadmpv-14fe9544f9949cfe41f1dfd92671c32c9de650ea.tar.bz2
mpv-14fe9544f9949cfe41f1dfd92671c32c9de650ea.tar.xz
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30327 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 3db7a480c8..5efaee7e00 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -114,10 +114,6 @@ typedef struct SwsContext {
int chrMmx2FilterCodeSize;
uint8_t *lumMmx2FilterCode;
uint8_t *chrMmx2FilterCode;
- int32_t *lumMmx2FilterPos;
- int32_t *chrMmx2FilterPos;
- int16_t *lumMmx2Filter;
- int16_t *chrMmx2Filter;
int canMMX2BeUsed;