diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-08-06 07:43:39 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-08-03 10:56:52 +0200 |
commit | 3c504bc3599f00bfc5923adc114beef34bce11d0 (patch) | |
tree | b1bc307379ef7a1e31b9b0d3db62ea5f9cbf9ee3 /libavcodec/x86/vp8dsp.asm | |
parent | d3e4d406b020b0464486318aceda08bd8f69ca41 (diff) | |
download | ffmpeg-3c504bc3599f00bfc5923adc114beef34bce11d0.tar.gz |
x86: deduplicate some constants
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/x86/vp8dsp.asm')
-rw-r--r-- | libavcodec/x86/vp8dsp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vp8dsp.asm b/libavcodec/x86/vp8dsp.asm index adc9730dfa..e17d3b2132 100644 --- a/libavcodec/x86/vp8dsp.asm +++ b/libavcodec/x86/vp8dsp.asm @@ -143,13 +143,13 @@ filter_h6_shuf1: db 0, 5, 1, 6, 2, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12 filter_h6_shuf2: db 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9 filter_h6_shuf3: db 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11 -pw_256: times 8 dw 256 pw_20091: times 4 dw 20091 pw_17734: times 4 dw 17734 cextern pw_3 cextern pw_4 cextern pw_64 +cextern pw_256 SECTION .text |