diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-02-05 19:20:43 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-06 23:35:02 +0100 |
commit | 9dc45d1f42801036443e41a3cc424c7635936539 (patch) | |
tree | 65595a610b5a0af8eb90ac616f15352ae9cb9f03 /libavcodec/x86/hevc_sao.asm | |
parent | bfb988b1fafdc37f88aa64b49360cbbb64fa7e8e (diff) | |
download | ffmpeg-9dc45d1f42801036443e41a3cc424c7635936539.tar.gz |
x86: lavc: share more constants
Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/hevc_sao.asm')
-rw-r--r-- | libavcodec/x86/hevc_sao.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hevc_sao.asm b/libavcodec/x86/hevc_sao.asm index f4eca0c065..8202236447 100644 --- a/libavcodec/x86/hevc_sao.asm +++ b/libavcodec/x86/hevc_sao.asm @@ -27,7 +27,6 @@ SECTION_RODATA 32 pw_mask10: times 16 dw 0x03FF pw_mask12: times 16 dw 0x0FFF -pb_2: times 32 db 2 pw_m2: times 16 dw -2 pb_edge_shuffle: times 2 db 1, 2, 0, 3, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 pb_eo: db -1, 0, 1, 0, 0, -1, 0, 1, -1, -1, 1, 1, 1, -1, -1, 1 @@ -35,6 +34,7 @@ cextern pw_m1 cextern pw_1 cextern pw_2 cextern pb_1 +cextern pb_2 SECTION_TEXT |