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
095d48a4
Commit
095d48a4
authored
Sep 03, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Sep 03, 2014
Browse files
Merge "Removing clear_system_state() call from update_coef_probs()."
parents
759afe52
13eb51b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_bitstream.c
View file @
095d48a4
...
@@ -671,8 +671,6 @@ static void update_coef_probs(VP9_COMP *cpi, vp9_writer* w) {
...
@@ -671,8 +671,6 @@ static void update_coef_probs(VP9_COMP *cpi, vp9_writer* w) {
vp9_coeff_stats
frame_branch_ct
[
TX_SIZES
][
PLANE_TYPES
];
vp9_coeff_stats
frame_branch_ct
[
TX_SIZES
][
PLANE_TYPES
];
vp9_coeff_probs_model
frame_coef_probs
[
TX_SIZES
][
PLANE_TYPES
];
vp9_coeff_probs_model
frame_coef_probs
[
TX_SIZES
][
PLANE_TYPES
];
vp9_clear_system_state
();
for
(
tx_size
=
TX_4X4
;
tx_size
<=
TX_32X32
;
++
tx_size
)
for
(
tx_size
=
TX_4X4
;
tx_size
<=
TX_32X32
;
++
tx_size
)
build_tree_distribution
(
cpi
,
tx_size
,
frame_branch_ct
[
tx_size
],
build_tree_distribution
(
cpi
,
tx_size
,
frame_branch_ct
[
tx_size
],
frame_coef_probs
[
tx_size
]);
frame_coef_probs
[
tx_size
]);
...
...
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