aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vpx_dsp
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-02-14 17:31:42 -0800
committerJames Zern <jzern@google.com>2020-03-05 04:12:42 +0000
commit354408e4dc134d5df7e0c052b9682812ac1da7a4 (patch)
tree1df6730b7e09ddeccd6f18734e35038d3548a91d /libvpx/vpx_dsp
parent829d2f4cbbc8f698d957b22a87e02e2376f635e5 (diff)
downloadlibvpx-354408e4dc134d5df7e0c052b9682812ac1da7a4.tar.gz
external/libvpx: backport GetCoeffs overflow suppression | DO NOT MERGE
0f3fe088f vp8_decode: add missing vpx_clear_system_state 9cfcac1cb vp8,GetSigned: silence unsigned int overflow warning c713f8461 move common attribute defs to compiler_attributes.h https://chromium-review.googlesource.com/c/webm/libvpx/+/2058184 https://chromium-review.googlesource.com/c/webm/libvpx/+/2058198 https://chromium-review.googlesource.com/c/webm/libvpx/+/2058199 Change-Id: I4e632d99a9587ea794588bb99f247d18db52bde9 Test: crosshatch builds Bug: b/148271109 (cherry picked from commit 73b9b5a6dd53ee7d33e51804edd7e59cc8c7c483)
Diffstat (limited to 'libvpx/vpx_dsp')
-rw-r--r--libvpx/vpx_dsp/x86/convolve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvpx/vpx_dsp/x86/convolve.h b/libvpx/vpx_dsp/x86/convolve.h
index 6fd40fef9..c33960055 100644
--- a/libvpx/vpx_dsp/x86/convolve.h
+++ b/libvpx/vpx_dsp/x86/convolve.h
@@ -14,7 +14,7 @@
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"
-#include "vpx_ports/mem.h"
+#include "vpx_ports/compiler_attributes.h"
// TODO(chiyotsai@google.com): Refactor the code here. Currently this is pretty
// hacky and awful to read. Note that there is a filter_x[3] == 128 check in