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
821307a5
Commit
821307a5
authored
Jul 16, 2012
by
Tim Terriberry
Committed by
Gerrit Code Review
Jul 16, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct." into experimental
parents
e65f5987
da8159a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
vp8/encoder/block.h
vp8/encoder/block.h
+6
-0
No files found.
vp8/encoder/block.h
View file @
821307a5
...
@@ -134,6 +134,12 @@ typedef struct
...
@@ -134,6 +134,12 @@ typedef struct
int
mv_col_max
;
int
mv_col_max
;
int
mv_row_min
;
int
mv_row_min
;
int
mv_row_max
;
int
mv_row_max
;
#if CONFIG_SUPERBLOCKS
int
mv_col_min_sb
;
int
mv_col_max_sb
;
int
mv_row_min_sb
;
int
mv_row_max_sb
;
#endif
int
skip
;
int
skip
;
...
...
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