diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-08-06 07:43:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-06 18:36:31 +0200 |
commit | 4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93 (patch) | |
tree | d0033797b32f27be09ac7567ab55c1ed507ec8f3 /libavcodec/x86/vp9lpf.asm | |
parent | 305f72aee77bc36d1da9feaec42f9ddcdc9b0689 (diff) | |
download | ffmpeg-4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93.tar.gz |
x86: vpx/h264/hevc/mpeg2: share constants
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/vp9lpf.asm')
-rw-r--r-- | libavcodec/x86/vp9lpf.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm index def7d5a9d3..cb57a25333 100644 --- a/libavcodec/x86/vp9lpf.asm +++ b/libavcodec/x86/vp9lpf.asm @@ -36,8 +36,8 @@ pb_81: times 16 db 0x81 pb_f8: times 16 db 0xf8 pb_fe: times 16 db 0xfe -pw_4: times 8 dw 4 -pw_8: times 8 dw 8 +cextern pw_4 +cextern pw_8 ; with mix functions, two 8-bit thresholds are stored in a 16-bit storage, ; the following mask is used to splat both in the same register |