Mercurial > libavcodec.hg
comparison i386/dsputil_mmx.c @ 5278:ef85411bb7e8 libavcodec
cosmetics: indentation
author | aurel |
---|---|
date | Tue, 10 Jul 2007 20:27:50 +0000 |
parents | 7b3fcb7c61ce |
children | e9a6215f4e3a |
comparison
equal
deleted
inserted
replaced
5277:7b3fcb7c61ce | 5278:ef85411bb7e8 |
---|---|
3347 c->ssd_int8_vs_int16 = ssd_int8_vs_int16_mmx; | 3347 c->ssd_int8_vs_int16 = ssd_int8_vs_int16_mmx; |
3348 | 3348 |
3349 #endif //CONFIG_ENCODERS | 3349 #endif //CONFIG_ENCODERS |
3350 | 3350 |
3351 if (ENABLE_ANY_H263) { | 3351 if (ENABLE_ANY_H263) { |
3352 c->h263_v_loop_filter= h263_v_loop_filter_mmx; | 3352 c->h263_v_loop_filter= h263_v_loop_filter_mmx; |
3353 c->h263_h_loop_filter= h263_h_loop_filter_mmx; | 3353 c->h263_h_loop_filter= h263_h_loop_filter_mmx; |
3354 } | 3354 } |
3355 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx; | 3355 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx; |
3356 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_mmx; | 3356 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_mmx; |
3357 | 3357 |
3358 c->h264_idct_dc_add= | 3358 c->h264_idct_dc_add= |