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
8f270acf
Commit
8f270acf
authored
Feb 28, 2013
by
Jim Bankoski
Browse files
mv dct_sse2.c dct_sse2_intrinsics.c to avoid collision
Change-Id: Id786be31da3c91d95d2955aa569ecdc6e66650df
parent
b715e371
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/x86/vp9_dct_sse2.c
→
vp9/encoder/x86/vp9_dct_sse2
_intrinsics
.c
View file @
8f270acf
File moved
vp9/vp9cx.mk
View file @
8f270acf
...
...
@@ -110,10 +110,10 @@ VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_quantize_mmx.asm
VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/vp9_encodeopt.asm
VP9_CX_SRCS-$(ARCH_X86_64)
+=
encoder/x86/vp9_ssim_opt.asm
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_dct_sse2.c
VP9_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/vp9_dct_sse2
_intrinsics
.c
ifeq
($(HAVE_SSE2),yes)
vp9/encoder/x86/vp9_dct_sse2.c.d
:
CFLAGS += -msse2
vp9/encoder/x86/vp9_dct_sse2.c.o
:
CFLAGS += -msse2
vp9/encoder/x86/vp9_dct_sse2
_intrinsics
.c.d
:
CFLAGS += -msse2
vp9/encoder/x86/vp9_dct_sse2
_intrinsics
.c.o
:
CFLAGS += -msse2
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