Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
8eefb36c
Commit
8eefb36c
authored
Jul 27, 2015
by
Jingning Han
Browse files
Move forward dct sse2 header file to vpx_dsp
Change-Id: Iba03852ce778c956200818e3473cfb2b48cf8d8e
parent
5f214d6b
Changes
5
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/x86/vp9_dct_sse2.c
View file @
8eefb36c
...
...
@@ -13,8 +13,8 @@
#include
"./vp9_rtcd.h"
#include
"./vpx_dsp_rtcd.h"
#include
"vp9/encoder/x86/vp9_dct_sse2.h"
#include
"vpx_dsp/txfm_common.h"
#include
"vpx_dsp/x86/fwd_txfm_sse2.h"
#include
"vpx_dsp/x86/txfm_common_sse2.h"
#include
"vpx_ports/mem.h"
...
...
vp9/vp9cx.mk
View file @
8eefb36c
...
...
@@ -118,7 +118,6 @@ VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt_x86_64.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_dct_sse2.c
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_dct_ssse3.c
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_dct_sse2.h
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_dct32x32_sse2_impl.h
ifeq
($(CONFIG_VP9_TEMPORAL_DENOISING),yes)
...
...
vpx_dsp/vpx_dsp.mk
View file @
8eefb36c
...
...
@@ -68,6 +68,7 @@ DSP_SRCS-$(HAVE_MSA) += mips/txfm_macros_msa.h
ifeq
($(CONFIG_VP9_ENCODER),yes)
DSP_SRCS-yes
+=
fwd_txfm.c
DSP_SRCS-yes
+=
fwd_txfm.h
DSP_SRCS-$(HAVE_SSE2)
+=
x86/fwd_txfm_sse2.h
DSP_SRCS-$(HAVE_SSE2)
+=
x86/fwd_txfm_sse2.c
DSP_SRCS-$(HAVE_SSE2)
+=
x86/fwd_txfm_impl_sse2.h
ifeq
($(ARCH_X86_64),yes)
...
...
vpx_dsp/x86/fwd_txfm_impl_sse2.h
View file @
8eefb36c
...
...
@@ -11,8 +11,8 @@
#include
<emmintrin.h>
// SSE2
#include
"./vpx_dsp_rtcd.h"
#include
"vp9/encoder/x86/vp9_dct_sse2.h"
#include
"vpx_dsp/txfm_common.h"
#include
"vpx_dsp/x86/fwd_txfm_sse2.h"
#include
"vpx_dsp/x86/txfm_common_sse2.h"
#include
"vpx_ports/mem.h"
...
...
vp
9/encoder/x86/vp9_dct
_sse2.h
→
vp
x_dsp/x86/fwd_txfm
_sse2.h
View file @
8eefb36c
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP
9_ENCODER_X86_VP9_DCT
_SSE2_H_
#define VP
9_ENCODER_X86_VP9_DCT
_SSE2_H_
#ifndef VP
X_DSP_X86_FWD_TXFM
_SSE2_H_
#define VP
X_DSP_X86_FWD_TXFM
_SSE2_H_
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -451,4 +451,4 @@ static INLINE void transpose_and_output8x8(
}
// extern "C"
#endif
#endif // VP
9_ENCODER_X86_VP9_DCT
_SSE2_H_
#endif // VP
X_DSP_X86_FWD_TXFM
_SSE2_H_
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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