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

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents d5ba514e3f4a
children f7cbb7733146
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
473 movq_r2m(mm7, *(out + 4)); 473 movq_r2m(mm7, *(out + 4));
474 } 474 }
475 475
476 static av_always_inline void fdct_row_mmx(const int16_t *in, int16_t *out, const int16_t *table) 476 static av_always_inline void fdct_row_mmx(const int16_t *in, int16_t *out, const int16_t *table)
477 { 477 {
478 //FIXME reorder (i dont have a old mmx only cpu here to benchmark ...) 478 //FIXME reorder (I do not have an old MMX-only CPU here to benchmark ...)
479 movd_m2r(*(in + 6), mm1); 479 movd_m2r(*(in + 6), mm1);
480 punpcklwd_m2r(*(in + 4), mm1); 480 punpcklwd_m2r(*(in + 4), mm1);
481 movq_r2r(mm1, mm2); 481 movq_r2r(mm1, mm2);
482 psrlq_i2r(0x20, mm1); 482 psrlq_i2r(0x20, mm1);
483 movq_m2r(*(in + 0), mm0); 483 movq_m2r(*(in + 0), mm0);