Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
e127bb8a
Commit
e127bb8a
authored
Jan 30, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Jan 30, 2014
Browse files
Merge "Fix a build issue for --enable-intern-stats"
parents
0768fc0b
6f81942f
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
e127bb8a
...
@@ -1075,7 +1075,7 @@ static void update_state_rt(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx,
...
@@ -1075,7 +1075,7 @@ static void update_state_rt(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx,
THR_D63_PRED
/*D63_PRED*/
,
THR_D63_PRED
/*D63_PRED*/
,
THR_TM
/*TM_PRED*/
,
THR_TM
/*TM_PRED*/
,
};
};
cpi
->
mode_chosen_counts
[
kf_mode_index
[
mi
->
mbmi
.
mode
]]
++
;
++
cpi
->
mode_chosen_counts
[
kf_mode_index
[
mb
mi
->
mode
]];
#endif
#endif
}
else
{
}
else
{
// Note how often each mode chosen as best
// Note how often each mode chosen as best
...
...
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