| Index: simd/jdct.inc
|
| diff --git a/simd/jdct.inc b/simd/jdct.inc
|
| index cc6270425840be89fd390f6acb910e38e73d51ba..ad5890c6c90db91207b6472c13e4a4afeefe0b06 100644
|
| --- a/simd/jdct.inc
|
| +++ b/simd/jdct.inc
|
| @@ -18,11 +18,11 @@
|
| ;
|
| %define RANGE_MASK (MAXJSAMPLE * 4 + 3) ; 2 bits wider than legal samples
|
|
|
| -%define ROW(n,b,s) ((b)+(n)*(s))
|
| -%define COL(n,b,s) ((b)+(n)*(s)*DCTSIZE)
|
| +%define ROW(n,b,s) ((b)+(n)*(s))
|
| +%define COL(n,b,s) ((b)+(n)*(s)*DCTSIZE)
|
|
|
| -%define DWBLOCK(m,n,b,s) ((b)+(m)*DCTSIZE*(s)+(n)*SIZEOF_DWORD)
|
| -%define MMBLOCK(m,n,b,s) ((b)+(m)*DCTSIZE*(s)+(n)*SIZEOF_MMWORD)
|
| -%define XMMBLOCK(m,n,b,s) ((b)+(m)*DCTSIZE*(s)+(n)*SIZEOF_XMMWORD)
|
| +%define DWBLOCK(m,n,b,s) ((b)+(m)*DCTSIZE*(s)+(n)*SIZEOF_DWORD)
|
| +%define MMBLOCK(m,n,b,s) ((b)+(m)*DCTSIZE*(s)+(n)*SIZEOF_MMWORD)
|
| +%define XMMBLOCK(m,n,b,s) ((b)+(m)*DCTSIZE*(s)+(n)*SIZEOF_XMMWORD)
|
|
|
| ; --------------------------------------------------------------------------
|
|
|