| Index: source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c
|
| diff --git a/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c b/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c
|
| index c67490fad345a8cd1299720fd74d8c4f6499c63f..dfebaab0ac6db590944c2dfaae20c921809c52da 100644
|
| --- a/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c
|
| +++ b/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c
|
| @@ -9,8 +9,9 @@
|
| */
|
|
|
| #include <immintrin.h> // AVX2
|
| -#include "vpx/vpx_integer.h"
|
|
|
| +#include "./vp9_rtcd.h"
|
| +#include "vpx/vpx_integer.h"
|
|
|
| int64_t vp9_block_error_avx2(const int16_t *coeff,
|
| const int16_t *dqcoeff,
|
|
|