Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
7c6d292e
Commit
7c6d292e
authored
May 03, 2017
by
Yushin Cho
Browse files
Fix incorrect comments
Change-Id: Ib1450eb524e5ca48f2bc3c2d48af19760a0d60a3
parent
d8a423c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/context_tree.h
View file @
7c6d292e
...
...
@@ -34,7 +34,6 @@ typedef struct {
uint8_t
*
blk_skip
[
MAX_MB_PLANE
];
#endif
// dual buffer pointers, 0: in use, 1: best in store
tran_low_t
*
coeff
[
MAX_MB_PLANE
];
tran_low_t
*
qcoeff
[
MAX_MB_PLANE
];
tran_low_t
*
dqcoeff
[
MAX_MB_PLANE
];
...
...
@@ -50,7 +49,7 @@ typedef struct {
int
skip
;
int
pred_pixel_ready
;
// For current partition, only if all Y, U, and V transform blocks'
// coefficients are quantized to 0, skippable is set to
0
.
// coefficients are quantized to 0, skippable is set to
1
.
int
skippable
;
int
best_mode_index
;
int
hybrid_pred_diff
;
...
...
Write
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!
Cancel
Please
register
or
sign in
to comment