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
76677339
Commit
76677339
authored
Feb 29, 2016
by
Angie Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update obmc counts in multithread mode
Change-Id: I0743e00dad9d36a87870c480922f5ae904bd5c9d
parent
342a368f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
vp10/common/thread_common.c
vp10/common/thread_common.c
+5
-0
No files found.
vp10/common/thread_common.c
View file @
76677339
...
...
@@ -365,6 +365,11 @@ void vp10_accumulate_frame_counts(VP10_COMMON *cm, FRAME_COUNTS *counts,
for
(
i
=
0
;
i
<
SWITCHABLE_FILTER_CONTEXTS
;
i
++
)
for
(
j
=
0
;
j
<
SWITCHABLE_FILTERS
;
j
++
)
cm
->
counts
.
switchable_interp
[
i
][
j
]
+=
counts
->
switchable_interp
[
i
][
j
];
#if CONFIG_OBMC
for
(
i
=
0
;
i
<
BLOCK_SIZES
;
i
++
)
for
(
j
=
0
;
j
<
2
;
j
++
)
cm
->
counts
.
obmc
[
i
][
j
]
+=
counts
->
obmc
[
i
][
j
];
#endif // CONFIG_OBMC
#if CONFIG_REF_MV
for
(
i
=
0
;
i
<
NEWMV_MODE_CONTEXTS
;
++
i
)
...
...
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