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
0e65e08e
Commit
0e65e08e
authored
Apr 16, 2013
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Apr 16, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Replacing BOOL_DECODER with vp9_reader inside vp9_decodemv." into experimental
parents
c3a312ea
1db8fa52
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
158 additions
and
176 deletions
+158
-176
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodemv.c
+156
-174
vp9/decoder/vp9_decodemv.h
vp9/decoder/vp9_decodemv.h
+2
-2
No files found.
vp9/decoder/vp9_decodemv.c
View file @
0e65e08e
This diff is collapsed.
Click to expand it.
vp9/decoder/vp9_decodemv.h
View file @
0e65e08e
...
...
@@ -17,7 +17,7 @@ void vp9_decode_mb_mode_mv(VP9D_COMP* const pbi,
MACROBLOCKD
*
const
xd
,
int
mb_row
,
int
mb_col
,
BOOL_DECODER
*
const
bc
);
void
vp9_decode_mode_mvs_init
(
VP9D_COMP
*
const
pbi
,
BOOL_DECODER
*
const
bc
);
vp9_reader
*
r
);
void
vp9_decode_mode_mvs_init
(
VP9D_COMP
*
const
pbi
,
vp9_reader
*
r
);
#endif // VP9_DECODER_VP9_DECODEMV_H_
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