comparison ps2/dsputil_mmi.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 72ac356803ea
children bfabfdf9ce55
comparison
equal deleted inserted replaced
2966:564788471dd4 2967:ef2149182f1c
148 148
149 c->put_pixels_tab[0][0] = put_pixels16_mmi; 149 c->put_pixels_tab[0][0] = put_pixels16_mmi;
150 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_mmi; 150 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_mmi;
151 151
152 c->get_pixels = get_pixels_mmi; 152 c->get_pixels = get_pixels_mmi;
153 153
154 if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_PS2){ 154 if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_PS2){
155 c->idct_put= ff_mmi_idct_put; 155 c->idct_put= ff_mmi_idct_put;
156 c->idct_add= ff_mmi_idct_add; 156 c->idct_add= ff_mmi_idct_add;
157 c->idct = ff_mmi_idct; 157 c->idct = ff_mmi_idct;
158 c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM; 158 c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM;