Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
1a796617
Commit
1a796617
authored
Feb 01, 2018
by
Angie Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement sse2 fwd 1d txfms
Change-Id: I8dcaa6882d47a097498c8f8af515b1185df4fdf3
parent
3d288156
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1606 additions
and
0 deletions
+1606
-0
av1/av1.cmake
av1/av1.cmake
+1
-0
av1/encoder/x86/av1_fwd_txfm_sse2.c
av1/encoder/x86/av1_fwd_txfm_sse2.c
+1605
-0
No files found.
av1/av1.cmake
View file @
1a796617
...
...
@@ -181,6 +181,7 @@ set(AOM_AV1_ENCODER_ASM_SSE2
"
${
AOM_ROOT
}
/av1/encoder/x86/temporal_filter_apply_sse2.asm"
)
set
(
AOM_AV1_ENCODER_INTRIN_SSE2
"
${
AOM_ROOT
}
/av1/encoder/x86/av1_fwd_txfm_sse2.c"
"
${
AOM_ROOT
}
/av1/encoder/x86/dct_intrin_sse2.c"
"
${
AOM_ROOT
}
/av1/encoder/x86/highbd_block_error_intrin_sse2.c"
"
${
AOM_ROOT
}
/av1/encoder/x86/av1_quantize_sse2.c"
)
...
...
av1/encoder/x86/av1_fwd_txfm_sse2.c
0 → 100644
View file @
1a796617
This diff is collapsed.
Click to expand it.
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