[FFmpeg-cvslog] r21323 - trunk/libavcodec/x86/h264dsp_mmx.c

michael subversion
Tue Jan 19 15:28:19 CET 2010


Author: michael
Date: Tue Jan 19 15:28:19 2010
New Revision: 21323

Log:
Remove -2 -> -1 remapping, its not needed anymore as we must remap all
references per LUT anyway.

Modified:
   trunk/libavcodec/x86/h264dsp_mmx.c

Modified: trunk/libavcodec/x86/h264dsp_mmx.c
==============================================================================
--- trunk/libavcodec/x86/h264dsp_mmx.c	Tue Jan 19 05:40:18 2010	(r21322)
+++ trunk/libavcodec/x86/h264dsp_mmx.c	Tue Jan 19 15:28:19 2010	(r21323)
@@ -827,10 +827,6 @@ static void h264_loop_filter_strength_mm
                     __asm__ volatile(
                         "movd %0, %%mm1 \n\t"
                         "punpckldq %1, %%mm1 \n\t"
-                        "movq %%mm1, %%mm2 \n\t"
-                        "psrlw $7, %%mm2 \n\t"
-                        "pand %%mm6, %%mm2 \n\t"
-                        "por %%mm2, %%mm1 \n\t" // ref_cache with -2 mapped to -1
                         "punpckldq %%mm1, %%mm2 \n\t"
                         "pcmpeqb %%mm2, %%mm1 \n\t"
                         "paddb %%mm6, %%mm1 \n\t"



More information about the ffmpeg-cvslog mailing list