comparison x86/dsputil_mmx.c @ 9439:ef3a7b711cc0 libavcodec

Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
author conrad
date Tue, 14 Apr 2009 23:55:39 +0000
parents 7f594601d5e9
children daee921fb6bb
comparison
equal deleted inserted replaced
9438:7f84bce8dd26 9439:ef3a7b711cc0
2691 c->h263_v_loop_filter= h263_v_loop_filter_mmx; 2691 c->h263_v_loop_filter= h263_v_loop_filter_mmx;
2692 c->h263_h_loop_filter= h263_h_loop_filter_mmx; 2692 c->h263_h_loop_filter= h263_h_loop_filter_mmx;
2693 } 2693 }
2694 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx_rnd; 2694 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx_rnd;
2695 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_mmx; 2695 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_mmx;
2696 c->put_no_rnd_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx_nornd; 2696 c->put_no_rnd_vc1_chroma_pixels_tab[0]= put_vc1_chroma_mc8_mmx_nornd;
2697 2697
2698 c->put_rv40_chroma_pixels_tab[0]= put_rv40_chroma_mc8_mmx; 2698 c->put_rv40_chroma_pixels_tab[0]= put_rv40_chroma_mc8_mmx;
2699 c->put_rv40_chroma_pixels_tab[1]= put_rv40_chroma_mc4_mmx; 2699 c->put_rv40_chroma_pixels_tab[1]= put_rv40_chroma_mc4_mmx;
2700 2700
2701 c->h264_idct_dc_add= 2701 c->h264_idct_dc_add=
2937 H264_QPEL_FUNCS(2, 3, ssse3); 2937 H264_QPEL_FUNCS(2, 3, ssse3);
2938 H264_QPEL_FUNCS(3, 0, ssse3); 2938 H264_QPEL_FUNCS(3, 0, ssse3);
2939 H264_QPEL_FUNCS(3, 1, ssse3); 2939 H264_QPEL_FUNCS(3, 1, ssse3);
2940 H264_QPEL_FUNCS(3, 2, ssse3); 2940 H264_QPEL_FUNCS(3, 2, ssse3);
2941 H264_QPEL_FUNCS(3, 3, ssse3); 2941 H264_QPEL_FUNCS(3, 3, ssse3);
2942 c->put_no_rnd_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_ssse3_nornd; 2942 c->put_no_rnd_vc1_chroma_pixels_tab[0]= put_vc1_chroma_mc8_ssse3_nornd;
2943 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_ssse3_rnd; 2943 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_ssse3_rnd;
2944 c->avg_h264_chroma_pixels_tab[0]= avg_h264_chroma_mc8_ssse3_rnd; 2944 c->avg_h264_chroma_pixels_tab[0]= avg_h264_chroma_mc8_ssse3_rnd;
2945 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_ssse3; 2945 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_ssse3;
2946 c->avg_h264_chroma_pixels_tab[1]= avg_h264_chroma_mc4_ssse3; 2946 c->avg_h264_chroma_pixels_tab[1]= avg_h264_chroma_mc4_ssse3;
2947 c->add_png_paeth_prediction= add_png_paeth_prediction_ssse3; 2947 c->add_png_paeth_prediction= add_png_paeth_prediction_ssse3;