Mercurial > libavcodec.hg
changeset 10937:afb9e56fbee9 libavcodec
Remove -2 -> -1 remapping, its not needed anymore as we must remap all
references per LUT anyway.
author | michael |
---|---|
date | Tue, 19 Jan 2010 14:28:19 +0000 |
parents | b2ea6b0d17bf |
children | 2a50b786b888 |
files | x86/h264dsp_mmx.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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"