aboutsummaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2023-09-12 15:28:06 -0400
committerJerome Jiang <jianj@google.com>2023-09-12 15:28:06 -0400
commitd549cb74b9fc3f16aa3ed9f59459c791765cd723 (patch)
tree323c0ba7a15d5f3e49a5b90083186f1086a91214 /vp9
parent1a1f50a89d2ba6890024464742bf5a01e034fb45 (diff)
downloadlibvpx-d549cb74b9fc3f16aa3ed9f59459c791765cd723.tar.gz
Add missing headers for clang-tidy warnings
Change-Id: I97edec8ecffdcc79b8f3528deb60a3a0332ea0cc
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/arm/neon/vp9_quantize_neon.c1
-rw-r--r--vp9/encoder/vp9_encoder.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/vp9/encoder/arm/neon/vp9_quantize_neon.c b/vp9/encoder/arm/neon/vp9_quantize_neon.c
index 968cdc6d1..96d061436 100644
--- a/vp9/encoder/arm/neon/vp9_quantize_neon.c
+++ b/vp9/encoder/arm/neon/vp9_quantize_neon.c
@@ -11,6 +11,7 @@
#include <arm_neon.h>
#include <assert.h>
#include <math.h>
+#include <stdint.h>
#include "./vpx_config.h"
#include "vpx_mem/vpx_mem.h"
diff --git a/vp9/encoder/vp9_encoder.c b/vp9/encoder/vp9_encoder.c
index 869d557dd..69a4e3c31 100644
--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -81,6 +81,8 @@
#include "vp9/encoder/vp9_tpl_model.h"
#include "vp9/vp9_cx_iface.h"
+#include "vpx/vpx_ext_ratectrl.h"
+
#define AM_SEGMENT_ID_INACTIVE 7
#define AM_SEGMENT_ID_ACTIVE 0