comparison x86/dsputilenc_mmx.c @ 11381:f5ccf2e590d6 libavcodec

x86: move function prototypes to header files
author mru
date Sat, 06 Mar 2010 22:37:08 +0000
parents 98970e51365a
children fbf4d5b1b664
comparison
equal deleted inserted replaced
11380:8f061327e46a 11381:f5ccf2e590d6
1346 #undef PMULHRW 1346 #undef PMULHRW
1347 #undef PHADDD 1347 #undef PHADDD
1348 #endif //HAVE_SSSE3 1348 #endif //HAVE_SSSE3
1349 1349
1350 1350
1351 void ff_lpc_compute_autocorr_sse2(const int32_t *data, int len, int lag,
1352 double *autoc);
1353
1354
1355 void dsputilenc_init_mmx(DSPContext* c, AVCodecContext *avctx) 1351 void dsputilenc_init_mmx(DSPContext* c, AVCodecContext *avctx)
1356 { 1352 {
1357 if (mm_flags & FF_MM_MMX) { 1353 if (mm_flags & FF_MM_MMX) {
1358 const int dct_algo = avctx->dct_algo; 1354 const int dct_algo = avctx->dct_algo;
1359 if(dct_algo==FF_DCT_AUTO || dct_algo==FF_DCT_MMX){ 1355 if(dct_algo==FF_DCT_AUTO || dct_algo==FF_DCT_MMX){