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
86ae7b13
Commit
86ae7b13
authored
Jan 11, 2017
by
Yue Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add recon functions of non-causal obmc
Change-Id: Id2537c8826e07ad6605aaa9858ba6d797bcd23a5
parent
9ab6d71f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
460 additions
and
0 deletions
+460
-0
av1/common/reconinter.c
av1/common/reconinter.c
+456
-0
av1/common/reconinter.h
av1/common/reconinter.h
+4
-0
No files found.
av1/common/reconinter.c
View file @
86ae7b13
This diff is collapsed.
Click to expand it.
av1/common/reconinter.h
View file @
86ae7b13
...
...
@@ -499,6 +499,10 @@ void av1_build_prediction_by_left_preds(const AV1_COMMON *cm, MACROBLOCKD *xd,
int
tmp_stride
[
MAX_MB_PLANE
]);
void
av1_build_obmc_inter_predictors_sb
(
const
AV1_COMMON
*
cm
,
MACROBLOCKD
*
xd
,
int
mi_row
,
int
mi_col
);
#if CONFIG_NCOBMC
void
av1_build_ncobmc_inter_predictors_sb
(
const
AV1_COMMON
*
cm
,
MACROBLOCKD
*
xd
,
int
mi_row
,
int
mi_col
);
#endif
#endif // CONFIG_MOTION_VAR
#if CONFIG_EXT_INTER
...
...
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