]> granicus.if.org Git - libvpx/commitdiff
vp[89],vpx_dsp: add missing includes
authorJames Zern <jzern@google.com>
Fri, 16 Jun 2017 23:12:20 +0000 (16:12 -0700)
committerJames Zern <jzern@google.com>
Thu, 22 Jun 2017 02:00:15 +0000 (19:00 -0700)
quiets -Wmissing-prototypes

Change-Id: I841cfc019d592f2bc6b3fec5818051a31f4c53b5

vp8/decoder/decodemv.c
vp8/decoder/threading.c
vp8/encoder/x86/quantize_ssse3.c
vp9/encoder/x86/temporal_filter_sse4.c
vpx_dsp/add_noise.c
vpx_dsp/deblock.c

index b946ab73d0ba7d1c856395e63ae96de50230101f..58a26c1c972c4ae6587d2143348abaec2f24634f 100644 (file)
@@ -8,6 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#include "decodemv.h"
 #include "treereader.h"
 #include "vp8/common/entropymv.h"
 #include "vp8/common/entropymode.h"
index 9f77519882c9da2181df28e65dea64b0242b5f5a..5c77e7ca35eba6adac0230e3ee2156a29fdf2209 100644 (file)
@@ -20,6 +20,7 @@
 #include "vp8/common/loopfilter.h"
 #include "vp8/common/extend.h"
 #include "vpx_ports/vpx_timer.h"
+#include "decoderthreading.h"
 #include "detokenize.h"
 #include "vp8/common/reconintra4x4.h"
 #include "vp8/common/reconinter.h"
index 322f0a151fe2616b600f70f1f538ce96baae2458..d5474501544c5ce3c1e4281fe0d1ed124710cfec 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <tmmintrin.h> /* SSSE3 */
 
+#include "./vp8_rtcd.h"
 #include "vp8/encoder/block.h"
 
 /* bitscan reverse (bsr) */
index be4cd8685c5a13901e64406245c3b291f298ddda..460dab659380a8c24bf7f74ad6b133a20bc07e7c 100644 (file)
@@ -11,6 +11,7 @@
 #include <assert.h>
 #include <smmintrin.h>
 
+#include "./vp9_rtcd.h"
 #include "./vpx_config.h"
 #include "vpx/vpx_integer.h"
 
index a2b4c9010fd81c89b81d65d60c7919eba2c4c0e0..cda6ae8814a36c80d33b0a0615f8c9c7ba49ef5e 100644 (file)
@@ -15,6 +15,7 @@
 #include "./vpx_dsp_rtcd.h"
 
 #include "vpx/vpx_integer.h"
+#include "vpx_dsp/postproc.h"
 #include "vpx_ports/mem.h"
 
 void vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp,
index a0db1e40c98e87ecdfd3fb8d6d33485051bca995..94acbb391958841b20ff352ab1d75109b34c9f1f 100644 (file)
@@ -9,6 +9,7 @@
  */
 #include <assert.h>
 #include <stdlib.h>
+#include "./vpx_dsp_rtcd.h"
 #include "vpx/vpx_integer.h"
 
 const int16_t vpx_rv[] = {