summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2017-05-16 23:39:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-16 23:39:37 +0000
commit31cb852a908ef36277a98b1a1beff0a8f6a7dc4f (patch)
tree37bd8a7346a84b98a04670065462d94cb9212dec /vpx_dsp
parentbaef5486bf32226a044c48f8fc9894e2db4def6d (diff)
parent2300e16675c2f526fc6a15246ffbe5aabbd5ea5f (diff)
downloadlibvpx-31cb852a908ef36277a98b1a1beff0a8f6a7dc4f.tar
libvpx-31cb852a908ef36277a98b1a1beff0a8f6a7dc4f.tar.gz
libvpx-31cb852a908ef36277a98b1a1beff0a8f6a7dc4f.tar.bz2
libvpx-31cb852a908ef36277a98b1a1beff0a8f6a7dc4f.zip
Merge "Revert "Add visibility="protected" attribute for global variables referenced in asm files.""
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/deblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx_dsp/deblock.c b/vpx_dsp/deblock.c
index 3734ac251..a0db1e40c 100644
--- a/vpx_dsp/deblock.c
+++ b/vpx_dsp/deblock.c
@@ -9,9 +9,9 @@
*/
#include <assert.h>
#include <stdlib.h>
-#include "vpx_ports/mem.h"
+#include "vpx/vpx_integer.h"
-DECLARE_PROTECTED(const int16_t vpx_rv[]) = {
+const int16_t vpx_rv[] = {
8, 5, 2, 2, 8, 12, 4, 9, 8, 3, 0, 3, 9, 0, 0, 0, 8, 3, 14,
4, 10, 1, 11, 14, 1, 14, 9, 6, 12, 11, 8, 6, 10, 0, 0, 8, 9, 0,
3, 14, 8, 11, 13, 4, 2, 9, 0, 3, 9, 6, 1, 2, 3, 14, 13, 1, 8,