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
dfe7fdae
Commit
dfe7fdae
authored
Jul 29, 2015
by
Alex Converse
Browse files
Comment zcoeff_blk.
Change-Id: Iefc2eb78e71472ecf51802ec59ff32caef4bd0f4
parent
ce4c4b96
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_block.h
View file @
dfe7fdae
...
@@ -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