Remove unnecessary includes of emmintrin_compat.h
Change-Id: Ie60381a0c6ee01f828cd364a43f01517f4cb03e9
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
#include "./vpx_config.h"
|
#include "./vpx_config.h"
|
||||||
#include "./vp9_rtcd.h"
|
#include "./vp9_rtcd.h"
|
||||||
|
|
||||||
#include "vpx_ports/emmintrin_compat.h"
|
|
||||||
#include "vpx/vpx_integer.h"
|
#include "vpx/vpx_integer.h"
|
||||||
#include "vp9/common/vp9_reconinter.h"
|
#include "vp9/common/vp9_reconinter.h"
|
||||||
#include "vp9/encoder/vp9_context_tree.h"
|
#include "vp9/encoder/vp9_context_tree.h"
|
||||||
|
@@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
#include "./vpx_dsp_rtcd.h"
|
#include "./vpx_dsp_rtcd.h"
|
||||||
#include "vpx_ports/mem.h"
|
#include "vpx_ports/mem.h"
|
||||||
#include "vpx_ports/emmintrin_compat.h"
|
|
||||||
|
|
||||||
static INLINE __m128i signed_char_clamp_bd_sse2(__m128i value, int bd) {
|
static INLINE __m128i signed_char_clamp_bd_sse2(__m128i value, int bd) {
|
||||||
__m128i ubounded;
|
__m128i ubounded;
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
#include "vpx_dsp/x86/transpose_sse2.h"
|
#include "vpx_dsp/x86/transpose_sse2.h"
|
||||||
#include "vpx_mem/vpx_mem.h"
|
#include "vpx_mem/vpx_mem.h"
|
||||||
#include "vpx_ports/mem.h"
|
#include "vpx_ports/mem.h"
|
||||||
#include "vpx_ports/emmintrin_compat.h"
|
|
||||||
|
|
||||||
// These are reused by the avx2 intrinsics.
|
// These are reused by the avx2 intrinsics.
|
||||||
// vpx_filter_block1d8_v8_intrin_ssse3()
|
// vpx_filter_block1d8_v8_intrin_ssse3()
|
||||||
|
Reference in New Issue
Block a user