comparison jfdctfst.c @ 474:11dbd00682fc libavcodec

avoid name clash with libjpeg - added missing externs
author bellard
date Tue, 04 Jun 2002 12:58:40 +0000
parents 000aeeac27a2
children b32afefe7d33
comparison
equal deleted inserted replaced
473:1ca0876f99bc 474:11dbd00682fc
111 /* 111 /*
112 * Perform the forward DCT on one block of samples. 112 * Perform the forward DCT on one block of samples.
113 */ 113 */
114 114
115 GLOBAL(void) 115 GLOBAL(void)
116 jpeg_fdct_ifast (DCTELEM * data) 116 fdct_ifast (DCTELEM * data)
117 { 117 {
118 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; 118 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
119 DCTELEM tmp10, tmp11, tmp12, tmp13; 119 DCTELEM tmp10, tmp11, tmp12, tmp13;
120 DCTELEM z1, z2, z3, z4, z5, z11, z13; 120 DCTELEM z1, z2, z3, z4, z5, z11, z13;
121 DCTELEM *dataptr; 121 DCTELEM *dataptr;