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
083ca72d
Commit
083ca72d
authored
Dec 11, 2017
by
Yue Chen
Browse files
Remove dead code for old rect_tx_ext
Change-Id: Ifa3b55d9c8022a66b6c0b1a15d3e8943cd7c69e6
parent
1f1fada0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/aom_entropy_optimizer.c
View file @
083ca72d
...
...
@@ -563,18 +563,7 @@ int main(int argc, const char **argv) {
"static const aom_cdf_prob
\n
"
"default_comp_bwdref_cdf[REF_CONTEXTS][BWD_REFS - 1][CDF_SIZE(2)]"
);
/* Compound single ref inter mode */
/* Transform size */
#if CONFIG_RECT_TX_EXT
cts_each_dim
[
0
]
=
2
;
optimize_entropy_table
(
&
fc
.
quarter_tx_size
[
0
],
probsfile
,
1
,
cts_each_dim
,
NULL
,
1
,
"static const aom_prob default_quarter_tx_size_prob"
);
optimize_cdf_table
(
&
fc
.
quarter_tx_size
[
0
],
probsfile
,
1
,
cts_each_dim
,
"static const aom_cdf_prob default_quarter_tx_size_cdf[CDF_SIZE(2)]"
);
#endif
/* Transform size */
cts_each_dim
[
0
]
=
TXFM_PARTITION_CONTEXTS
;
cts_each_dim
[
1
]
=
2
;
optimize_cdf_table
(
...
...
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