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
7c701459
Commit
7c701459
authored
12 years ago
by
Ronald S. Bultje
Committed by
Gerrit Code Review
12 years ago
Browse files
Options
Download
Plain Diff
Merge "Add col/row-based coefficient scanning patterns for 1D 8x8/16x16 ADSTs." into experimental
parents
3c77ab4c
d9094d8f
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
vp9/common/vp9_entropy.c
+95
-2
vp9/common/vp9_entropy.c
vp9/common/vp9_entropy.h
+8
-0
vp9/common/vp9_entropy.h
vp9/decoder/vp9_detokenize.c
+38
-5
vp9/decoder/vp9_detokenize.c
vp9/encoder/vp9_block.h
+2
-2
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodeintra.c
+2
-2
vp9/encoder/vp9_encodeintra.c
vp9/encoder/vp9_encodemb.c
+24
-4
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_quantize.c
+60
-20
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_quantize.h
+2
-2
vp9/encoder/vp9_quantize.h
vp9/encoder/vp9_rdopt.c
+29
-7
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_tokenize.c
+24
-2
vp9/encoder/vp9_tokenize.c
with
284 additions
and
46 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