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
40af118a
Commit
40af118a
authored
Feb 13, 2014
by
Dmitry Kovalev
Browse files
Removing reference to non-existing context_counters array.
Change-Id: I84668fa7b9487102e9bde5aea10f5f42efcd042c
parent
e25fbed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_bitstream.c
+0
-10
No files found.
vp9/encoder/vp9_bitstream.c
View file @
40af118a
...
...
@@ -550,16 +550,6 @@ static void build_tree_distribution(VP9_COMP *cpi, TX_SIZE tx_size) {
coef_probs
[
i
][
j
][
k
][
l
][
m
]
=
get_binary_prob
(
coef_branch_ct
[
i
][
j
][
k
][
l
][
m
][
0
],
coef_branch_ct
[
i
][
j
][
k
][
l
][
m
][
1
]);
#ifdef ENTROPY_STATS
if
(
!
cpi
->
dummy_packing
)
{
int
t
;
for
(
t
=
0
;
t
<
ENTROPY_TOKENS
;
++
t
)
context_counters
[
tx_size
][
i
][
j
][
k
][
l
][
t
]
+=
coef_counts
[
i
][
j
][
k
][
l
][
t
];
context_counters
[
tx_size
][
i
][
j
][
k
][
l
][
ENTROPY_TOKENS
]
+=
eob_branch_ct
[
i
][
j
][
k
][
l
];
}
#endif
}
}
}
...
...
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