comparison 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
comparison
equal deleted inserted replaced
5451:b716977c47d9 5452:eb87391a5292
67 int vLumBufSize; 67 int vLumBufSize;
68 int vChrBufSize; 68 int vChrBufSize;
69 69
70 uint8_t __attribute__((aligned(32))) funnyYCode[10000]; 70 uint8_t __attribute__((aligned(32))) funnyYCode[10000];
71 uint8_t __attribute__((aligned(32))) funnyUVCode[10000]; 71 uint8_t __attribute__((aligned(32))) funnyUVCode[10000];
72 int32_t *lumMmx2FilterPos;
73 int32_t *chrMmx2FilterPos;
74 int16_t *lumMmx2Filter;
75 int16_t *chrMmx2Filter;
72 76
73 int canMMX2BeUsed; 77 int canMMX2BeUsed;
74 78
75 int lastInLumBuf; 79 int lastInLumBuf;
76 int lastInChrBuf; 80 int lastInChrBuf;