Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
ba3b2604
Commit
ba3b2604
authored
11 years ago
by
Yaowu Xu
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Quantize (64-bit only, for now) SSSE3 SIMD."
parents
6411228a
7353ceab
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
vp9/common/vp9_entropy.c
+47
-33
vp9/common/vp9_entropy.c
vp9/common/vp9_entropy.h
+66
-15
vp9/common/vp9_entropy.h
vp9/common/vp9_onyxc_int.h
+3
-3
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_rtcd_defs.sh
+5
-0
vp9/common/vp9_rtcd_defs.sh
vp9/decoder/vp9_detokenize.c
+1
-1
vp9/decoder/vp9_detokenize.c
vp9/encoder/vp9_block.h
+1
-1
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodemb.c
+3
-3
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_onyx_int.h
+12
-12
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_quantize.c
+67
-46
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_rdopt.c
+1
-1
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_tokenize.c
+1
-3
vp9/encoder/vp9_tokenize.c
vp9/encoder/x86/vp9_quantize_ssse3.asm
+165
-0
vp9/encoder/x86/vp9_quantize_ssse3.asm
vp9/vp9cx.mk
+3
-0
vp9/vp9cx.mk
with
375 additions
and
118 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment