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
Open sidebar
Xiph.Org
aom-rav1e
Commits
ac232300
Commit
ac232300
authored
Jun 07, 2016
by
Debargha Mukherjee
Committed by
Gerrit Code Review
Jun 07, 2016
Browse files
Merge "Zero segment counter before accumulating." into nextgenv2
parents
d3180b8b
f304d5c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vp10/encoder/segmentation.c
vp10/encoder/segmentation.c
+3
-0
No files found.
vp10/encoder/segmentation.c
View file @
ac232300
...
...
@@ -317,6 +317,9 @@ void vp10_choose_segmap_coding_method(VP10_COMMON *cm, MACROBLOCKD *xd) {
(
void
)
xd
;
// We are about to recompute all the segment counts, so zero the accumulators.
vp10_zero
(
cm
->
counts
.
seg
);
// First of all generate stats regarding how well the last segment map
// predicts this one
for
(
tile_row
=
0
;
tile_row
<
cm
->
tile_rows
;
tile_row
++
)
{
...
...
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