# HG changeset patch # User michael # Date 1263911299 0 # Node ID afb9e56fbee9b4e223b0098d0c491854d37fc01e # Parent b2ea6b0d17bf8356c62a718e69e65d31634845dd Remove -2 -> -1 remapping, its not needed anymore as we must remap all references per LUT anyway. diff -r b2ea6b0d17bf -r afb9e56fbee9 x86/h264dsp_mmx.c --- a/x86/h264dsp_mmx.c Tue Jan 19 04:00:08 2010 +0000 +++ b/x86/h264dsp_mmx.c Tue Jan 19 14:28:19 2010 +0000 @@ -827,10 +827,6 @@ __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"