mirror of https://github.com/mpv-player/mpv
copyright update by the author
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11981 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d257988671
commit
ec195cae4f
|
@ -1,10 +1,8 @@
|
|||
|
||||
/*
|
||||
* Discrete Cosine Tansform (DCT) for subband synthesis
|
||||
* optimized for machines with no auto-increment.
|
||||
* The performance is highly compiler dependend. Maybe
|
||||
* the dct64.c version for 'normal' processor may be faster
|
||||
* even for Intel processors.
|
||||
* Discrete Cosine Tansform (DCT) for Altivec
|
||||
* Copyright (c) 2004 Romain Dolbeau <romain@dolbeau.org>
|
||||
* based upon code from "mp3lib/dct64.c"
|
||||
*/
|
||||
|
||||
#define real float
|
||||
|
|
Loading…
Reference in New Issue