Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
7c6d292e
Commit
7c6d292e
authored
May 03, 2017
by
Yushin Cho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect comments
Change-Id: Ib1450eb524e5ca48f2bc3c2d48af19760a0d60a3
parent
d8a423c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
av1/encoder/context_tree.h
av1/encoder/context_tree.h
+1
-2
No files found.
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
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