Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
2061359f
Commit
2061359f
authored
Apr 30, 2015
by
Yaowu Xu
Committed by
Gerrit Code Review
Apr 30, 2015
Browse files
Merge "Remove vp9_idct16x16_10_add_ssse3()"
parents
0ae1e4a9
47767609
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
test/partial_idct_test.cc
View file @
2061359f
...
...
@@ -305,13 +305,4 @@ INSTANTIATE_TEST_CASE_P(
TX_8X8
,
12
)));
#endif
#if HAVE_SSSE3 && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
INSTANTIATE_TEST_CASE_P
(
SSSE3
,
PartialIDctTest
,
::
testing
::
Values
(
make_tuple
(
&
vp9_fdct16x16_c
,
&
vp9_idct16x16_256_add_c
,
&
vp9_idct16x16_10_add_ssse3
,
TX_16X16
,
10
)));
#endif
}
// namespace
vp9/common/vp9_rtcd_defs.pl
View file @
2061359f
...
...
@@ -440,7 +440,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize
qw/vp9_idct16x16_256_add sse2 neon dspr2/
;
add_proto
qw/void vp9_idct16x16_10_add/
,
"
const tran_low_t *input, uint8_t *dest, int dest_stride
";
specialize
qw/vp9_idct16x16_10_add sse2
ssse3
neon dspr2/
;
specialize
qw/vp9_idct16x16_10_add sse2 neon dspr2/
;
add_proto
qw/void vp9_idct32x32_1024_add/
,
"
const tran_low_t *input, uint8_t *dest, int dest_stride
";
specialize
qw/vp9_idct32x32_1024_add sse2 neon dspr2/
;
...
...
vp9/common/x86/vp9_idct_intrin_ssse3.c
deleted
100644 → 0
View file @
0ae1e4a9
This diff is collapsed.
Click to expand it.
vp9/vp9_common.mk
View file @
2061359f
...
...
@@ -140,7 +140,6 @@ VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_convolve_msa.h
VP9_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/vp9_idct_intrin_sse2.c
VP9_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/vp9_idct_intrin_sse2.h
VP9_COMMON_SRCS-$(HAVE_SSSE3)
+=
common/x86/vp9_idct_intrin_ssse3.c
ifeq
($(ARCH_X86_64), yes)
VP9_COMMON_SRCS-$(HAVE_SSSE3)
+=
common/x86/vp9_idct_ssse3_x86_64.asm
endif
...
...
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