From c46819f2299c73cd1bfa8ef04d08b0153a5699d3 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 10 Apr 2013 12:34:10 +0300 Subject: x86: Move constants to the only place where they are used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/x86/vp3dsp.asm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libavcodec/x86/vp3dsp.asm') diff --git a/libavcodec/x86/vp3dsp.asm b/libavcodec/x86/vp3dsp.asm index d2c464c5cf..078e9db99a 100644 --- a/libavcodec/x86/vp3dsp.asm +++ b/libavcodec/x86/vp3dsp.asm @@ -33,12 +33,13 @@ vp3_idct_data: times 8 dw 64277 times 8 dw 25080 times 8 dw 12785 +pb_7: times 8 db 0x07 +pb_1F: times 8 db 0x1f +pb_81: times 8 db 0x81 + cextern pb_1 cextern pb_3 -cextern pb_7 -cextern pb_1F cextern pb_80 -cextern pb_81 cextern pw_8 -- cgit v1.2.3