Skip to content
GitLab
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
70bd76e1
Commit
70bd76e1
authored
May 30, 2017
by
Jingning Han
Browse files
Preset min_tx_size in the encoder
Change-Id: I56c790821c1035e06d53392fbfee4fb4b7ed8b4d
parent
6e28006f
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/rdopt.c
View file @
70bd76e1
...
...
@@ -4248,7 +4248,7 @@ static int64_t select_tx_size_fix_type(const AV1_COMP *cpi, MACROBLOCK *x,
mbmi->tx_type = tx_type;
inter_block_yrd(cpi, x, rd_stats, bsize, ref_best_rd, rd_stats_stack);
mbmi->min_tx_size = mbmi->inter_tx_size[0][0];
mbmi->min_tx_size =
get_min_tx_size(
mbmi->inter_tx_size[0][0]
)
;
if (rd_stats->rate == INT_MAX) return INT64_MAX;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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