comparison sh4/idct_sh4.c @ 11400:c166792100a0 libavcodec

sh4: move dsputil prototypes to header file
author mru
date Mon, 08 Mar 2010 02:36:22 +0000
parents cf5183ff0417
children
comparison
equal deleted inserted replaced
11399:bb19a598f066 11400:c166792100a0
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include "libavcodec/dsputil.h" 23 #include "libavcodec/dsputil.h"
24 #include "dsputil_sh4.h"
24 #include "sh4.h" 25 #include "sh4.h"
25 26
26 #define c1 1.38703984532214752434 /* sqrt(2)*cos(1*pi/16) */ 27 #define c1 1.38703984532214752434 /* sqrt(2)*cos(1*pi/16) */
27 #define c2 1.30656296487637657577 /* sqrt(2)*cos(2*pi/16) */ 28 #define c2 1.30656296487637657577 /* sqrt(2)*cos(2*pi/16) */
28 #define c3 1.17587560241935884520 /* sqrt(2)*cos(3*pi/16) */ 29 #define c3 1.17587560241935884520 /* sqrt(2)*cos(3*pi/16) */