comparison i386/mpegvideo_mmx_template.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 0b1e761135cd
children 0244bba24b43
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
101 DECLARE_ALIGNED_16(int16_t, temp_block[64]); 101 DECLARE_ALIGNED_16(int16_t, temp_block[64]);
102 102
103 assert((7&(int)(&temp_block[0])) == 0); //did gcc align it correctly? 103 assert((7&(int)(&temp_block[0])) == 0); //did gcc align it correctly?
104 104
105 //s->fdct (block); 105 //s->fdct (block);
106 RENAMEl(ff_fdct) (block); //cant be anything else ... 106 RENAMEl(ff_fdct) (block); //cannot be anything else ...
107 107
108 if(s->dct_error_sum) 108 if(s->dct_error_sum)
109 s->denoise_dct(s, block); 109 s->denoise_dct(s, block);
110 110
111 if (s->mb_intra) { 111 if (s->mb_intra) {