diff options
Diffstat (limited to 'libavcodec/x86/vc1dsp_yasm.asm')
-rw-r--r-- | libavcodec/x86/vc1dsp_yasm.asm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libavcodec/x86/vc1dsp_yasm.asm b/libavcodec/x86/vc1dsp_yasm.asm index 1eba3c1..b897580 100644 --- a/libavcodec/x86/vc1dsp_yasm.asm +++ b/libavcodec/x86/vc1dsp_yasm.asm @@ -227,13 +227,6 @@ section .text imul r2, 0x01010101 %endmacro -; I do not know why the sign extension is needed... -%macro PSIGNW_SRA_MMX 2 - psraw %2, 15 - PSIGNW_MMX %1, %2 -%endmacro - - %macro VC1_LF_MMX 1 INIT_MMX cglobal vc1_v_loop_filter_internal_%1 @@ -274,10 +267,6 @@ cglobal vc1_h_loop_filter8_%1, 3,5,0 RET %endmacro -%define PABSW PABSW_MMX -%define PSIGNW PSIGNW_SRA_MMX -VC1_LF_MMX mmx - %define PABSW PABSW_MMX2 VC1_LF_MMX mmx2 |