Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
68ef7a6b
Commit
68ef7a6b
authored
Jul 10, 2013
by
Jim Bankoski
Browse files
configure with internal stats not working
Change-Id: I5dea4570cb05df27a522abf6e7b695998654284a
parent
e6f95525
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
68ef7a6b
...
...
@@ -389,7 +389,7 @@ static void update_state(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx,
THR_TM
/*TM_PRED*/
,
THR_B_PRED
/*I4X4_PRED*/
,
};
cpi
->
mode_chosen_counts
[
kf_mode_index
[
m
b_
mode
]]
++
;
cpi
->
mode_chosen_counts
[
kf_mode_index
[
m
i
->
mbmi
.
mode
]]
++
;
#endif
}
else
{
// Note how often each mode chosen as best
...
...
Write
Preview
Supports
Markdown
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