Mercurial > hg > pydct
changeset 4:dd4db26f874e
fix
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> | 
|---|---|
| date | Fri, 16 May 2008 17:42:17 +0200 | 
| parents | b5e69130d7e9 | 
| children | f34a444f0353 | 
| files | pydct/t4x4.py | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/pydct/t4x4.py Fri May 16 17:39:31 2008 +0200 +++ b/pydct/t4x4.py Fri May 16 17:42:17 2008 +0200 @@ -5,7 +5,7 @@ [ 2, 1, -1, -2], [ 1, -1, -1, 1], [ 1, -2, 2, -1]], numpy.float) -_fc = _fct.T +_fct = _fc.T _fe = numpy.array( [[0.25, 0.15811388, 0.25, 0.15811388], [0.15811388, 0.1, 0.15811388, 0.1], @@ -17,7 +17,7 @@ [1, 0.5, -1, -1], [1, -0.5, -1, 1], [1, -1, 1, -0.5]], numpy.float) -_ict = _iec.T +_ict = _ic.T _ie = numpy.array( [[0.25, 0.31622777, 0.25, 0.31622777], [0.31622777, 0.4, 0.31622777, 0.4],
