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
fbc8e8f9
Commit
fbc8e8f9
authored
Nov 26, 2012
by
Paul Wilkins
Committed by
Gerrit Code Review
Nov 26, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Modified mv prediction." into experimental
parents
89d62e3b
d22f3d9f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
270 deletions
+84
-270
vp9/encoder/rdopt.c
vp9/encoder/rdopt.c
+84
-265
vp9/encoder/rdopt.h
vp9/encoder/rdopt.h
+0
-5
No files found.
vp9/encoder/rdopt.c
View file @
fbc8e8f9
This diff is collapsed.
Click to expand it.
vp9/encoder/rdopt.h
View file @
fbc8e8f9
...
...
@@ -33,11 +33,6 @@ extern int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
int
recon_yoffset
,
int
recon_uvoffset
,
int
*
returnrate
,
int
*
returndist
);
extern
void
vp9_mv_pred
(
VP9_COMP
*
cpi
,
MACROBLOCKD
*
xd
,
const
MODE_INFO
*
here
,
int_mv
*
mvp
,
int
refframe
,
int
*
ref_frame_sign_bias
,
int
*
sr
,
int
near_sadidx
[]);
extern
void
vp9_init_me_luts
();
extern
void
vp9_set_mbmode_and_mvs
(
MACROBLOCK
*
x
,
...
...
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