Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
aom-rav1e
Commits
78cfab4b
Commit
78cfab4b
authored
Jan 22, 2016
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bitstream: remove dead assignment
Change-Id: I2a4c394e885075a5c16986335feb363c49991916
parent
6b1140c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vp10/encoder/bitstream.c
vp10/encoder/bitstream.c
+0
-1
No files found.
vp10/encoder/bitstream.c
View file @
78cfab4b
...
...
@@ -182,7 +182,6 @@ static void update_ext_tx_probs(VP10_COMMON *cm, vpx_writer *w) {
}
}
savings
=
0
;
do_update
=
0
;
for
(
i
=
TX_4X4
;
i
<
EXT_TX_SIZES
;
++
i
)
{
savings
+=
prob_diff_update_savings
(
vp10_ext_tx_tree
,
cm
->
fc
->
inter_ext_tx_prob
[
i
],
...
...
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