Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
583c2052
Commit
583c2052
authored
Jul 30, 2015
by
Aℓex Converse
Committed by
Gerrit Code Review
Jul 30, 2015
Browse files
Merge "Comment zcoeff_blk."
parents
f2324108
dfe7fdae
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_block.h
View file @
583c2052
...
@@ -100,7 +100,10 @@ struct macroblock {
...
@@ -100,7 +100,10 @@ struct macroblock {
int
mv_row_min
;
int
mv_row_min
;
int
mv_row_max
;
int
mv_row_max
;
// Notes transform blocks where no coefficents are coded.
// Set during mode selection. Read during block encoding.
uint8_t
zcoeff_blk
[
TX_SIZES
][
256
];
uint8_t
zcoeff_blk
[
TX_SIZES
][
256
];
int
skip
;
int
skip
;
int
encode_breakout
;
int
encode_breakout
;
...
...
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