Add tx type speed feature to recursive transform block partitioning

Change-Id: I45440a72b4287d98cbe21b72defc67138a8eb953
This commit is contained in:
Jingning Han 2016-06-07 09:40:17 -07:00
Родитель 9a858e868c
Коммит 33dafdb58b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -3534,6 +3534,10 @@ static void select_tx_type_yrd(const VP10_COMP *cpi, MACROBLOCK *x,
!do_tx_type_search(tx_type, prune))
continue;
#endif // CONFIG_EXT_TX
if (is_inter && x->use_default_inter_tx_type &&
tx_type != get_default_tx_type(0, xd, 0, max_tx_size))
continue;
rd = select_tx_size_fix_type(cpi, x, &this_rate, &this_dist, &this_skip,
&this_sse, bsize, ref_best_rd, tx_type);