comparison i386/mpegvideo_mmx_template.c @ 687:9abb13c21fbe libavcodec

fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) [found by Kim Minh Kaplan]
author arpi_esp
date Thu, 19 Sep 2002 22:14:53 +0000
parents eaa9ef2e2557
children e65798d228ea
comparison
equal deleted inserted replaced
686:83d2c9d50d7d 687:9abb13c21fbe
39 int level=0, last_non_zero_p1, q; //=0 is cuz gcc says uninitalized ... 39 int level=0, last_non_zero_p1, q; //=0 is cuz gcc says uninitalized ...
40 const UINT16 *qmat, *bias; 40 const UINT16 *qmat, *bias;
41 static __align8 INT16 temp_block[64]; 41 static __align8 INT16 temp_block[64];
42 42
43 //s->fdct (block); 43 //s->fdct (block);
44 fdct_mmx (block); //cant be anything else ... 44 ff_fdct_mmx (block); //cant be anything else ...
45 45
46 if (s->mb_intra) { 46 if (s->mb_intra) {
47 int dummy; 47 int dummy;
48 if (n < 4) 48 if (n < 4)
49 q = s->y_dc_scale; 49 q = s->y_dc_scale;