Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
3ae909b0
Commit
3ae909b0
authored
Nov 29, 2017
by
Kyle Siefring
Committed by
Gerrit Code Review
Nov 29, 2017
Browse files
Merge "Remove unnecessary includes of emmintrin_compat.h"
parents
c5f5f4ed
a60da3a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
vp9/encoder/x86/vp9_denoiser_sse2.c
vp9/encoder/x86/vp9_denoiser_sse2.c
+0
-1
vpx_dsp/x86/highbd_loopfilter_sse2.c
vpx_dsp/x86/highbd_loopfilter_sse2.c
+0
-1
vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
+0
-1
No files found.
vp9/encoder/x86/vp9_denoiser_sse2.c
View file @
3ae909b0
...
@@ -13,7 +13,6 @@
...
@@ -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"
...
...
vpx_dsp/x86/highbd_loopfilter_sse2.c
View file @
3ae909b0
...
@@ -12,7 +12,6 @@
...
@@ -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
;
...
...
vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
View file @
3ae909b0
...
@@ -20,7 +20,6 @@
...
@@ -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()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment