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
b59b3241
Commit
b59b3241
authored
May 22, 2014
by
Deb Mukherjee
Committed by
Gerrit Code Review
May 22, 2014
Browse files
Merge "Renames x86_64 specific asm files"
parents
6e6f5881
e2722734
Changes
10
Hide whitespace changes
Inline
Side-by-side
vp8/common/x86/loopfilter_block_sse2.asm
→
vp8/common/x86/loopfilter_block_sse2
_x86_64
.asm
View file @
b59b3241
File moved
vp8/encoder/x86/ssim_opt.asm
→
vp8/encoder/x86/ssim_opt
_x86_64
.asm
View file @
b59b3241
File moved
vp8/vp8_common.mk
View file @
b59b3241
...
...
@@ -115,7 +115,7 @@ VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm
endif
ifeq
($(ARCH_X86_64),yes)
VP8_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/loopfilter_block_sse2.asm
VP8_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/loopfilter_block_sse2
_x86_64
.asm
endif
# common (c)
...
...
vp8/vp8cx.mk
View file @
b59b3241
...
...
@@ -100,7 +100,7 @@ VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c
VP8_CX_SRCS-$(HAVE_SSE4_1)
+=
encoder/x86/quantize_sse4.asm
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/quantize_mmx.asm
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/encodeopt.asm
VP8_CX_SRCS-$(ARCH_X86_64)
+=
encoder/x86/ssim_opt.asm
VP8_CX_SRCS-$(ARCH_X86_64)
+=
encoder/x86/ssim_opt
_x86_64
.asm
ifeq
($(CONFIG_REALTIME_ONLY),yes)
VP8_CX_SRCS_REMOVE-$(HAVE_SSE2)
+=
encoder/x86/temporal_filter_apply_sse2.asm
...
...
vp9/common/x86/vp9_idct_ssse3.asm
→
vp9/common/x86/vp9_idct_ssse3
_x86_64
.asm
View file @
b59b3241
File moved
vp9/encoder/x86/vp9_dct_ssse3.asm
→
vp9/encoder/x86/vp9_dct_ssse3
_x86_64
.asm
View file @
b59b3241
File moved
vp9/encoder/x86/vp9_quantize_ssse3.asm
→
vp9/encoder/x86/vp9_quantize_ssse3
_x86_64
.asm
View file @
b59b3241
File moved
vp9/encoder/x86/vp9_ssim_opt.asm
→
vp9/encoder/x86/vp9_ssim_opt
_x86_64
.asm
View file @
b59b3241
File moved
vp9/vp9_common.mk
View file @
b59b3241
...
...
@@ -121,7 +121,7 @@ VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_mblpf_vert_loopfilter_ds
VP9_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/vp9_idct_intrin_sse2.c
ifeq
($(ARCH_X86_64), yes)
VP9_COMMON_SRCS-$(HAVE_SSSE3)
+=
common/x86/vp9_idct_ssse3.asm
VP9_COMMON_SRCS-$(HAVE_SSSE3)
+=
common/x86/vp9_idct_ssse3
_x86_64
.asm
endif
VP9_COMMON_SRCS-$(HAVE_NEON_ASM)
+=
common/arm/neon/vp9_convolve_neon.c
...
...
vp9/vp9cx.mk
View file @
b59b3241
...
...
@@ -112,12 +112,12 @@ VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm
endif
ifeq
($(ARCH_X86_64),yes)
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_quantize_ssse3.asm
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_dct_ssse3.asm
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_quantize_ssse3
_x86_64
.asm
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_dct_ssse3
_x86_64
.asm
endif
VP9_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/vp9_sad_ssse3.asm
VP9_CX_SRCS-$(HAVE_SSE4_1)
+=
encoder/x86/vp9_sad_sse4.asm
VP9_CX_SRCS-$(ARCH_X86_64)
+=
encoder/x86/vp9_ssim_opt.asm
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_SSE2)
+=
encoder/x86/vp9_dct32x32_sse2.c
...
...
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