Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
62c6aa88
Commit
62c6aa88
authored
Aug 05, 2013
by
Jim Bankoski
Committed by
Gerrit Code Review
Aug 06, 2013
Browse files
block error / x86inc mods
Change-Id: Icb607745634e10b9bac5019d06661ece09fcdb40
parent
a93b115c
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/vp9_subtract_test.cc
View file @
62c6aa88
...
...
@@ -97,5 +97,4 @@ INSTANTIATE_TEST_CASE_P(C, VP9SubtractBlockTest,
INSTANTIATE_TEST_CASE_P
(
SSE2
,
VP9SubtractBlockTest
,
::
testing
::
Values
(
vp9_subtract_block_sse2
));
#endif
}
// namespace vp9
vp9/common/vp9_rtcd_defs.sh
View file @
62c6aa88
...
...
@@ -701,7 +701,7 @@ specialize vp9_get_mb_ss mmx sse2
# ENCODEMB INVOKE
prototype int64_t vp9_block_error
"int16_t *coeff, int16_t *dqcoeff, intptr_t block_size, int64_t *ssz"
specialize vp9_block_error sse2
specialize vp9_block_error
$
sse2
_x86inc
prototype void vp9_subtract_block
"int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8_t *src_ptr, ptrdiff_t src_stride, const uint8_t *pred_ptr, ptrdiff_t pred_stride"
specialize vp9_subtract_block
$sse2_x86inc
...
...
vp9/vp9cx.mk
View file @
62c6aa88
...
...
@@ -83,12 +83,12 @@ VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_impl_sse2.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_sad_sse2.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_sad4d_sse2.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_subpel_variance.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_error_sse2.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_subpel_variance_impl_sse2.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_temporal_filter_apply_sse2.asm
VP9_CX_SRCS-$(HAVE_SSE3)
+=
encoder/x86/vp9_sad_sse3.asm
ifeq
($(USE_X86INC),yes)
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_error_sse2.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_subtract_sse2.asm
endif
...
...
Write
Preview
Supports
Markdown
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