Home
last modified time | relevance | path

Searched refs:allowed_tx_count (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtx_search.c2019 int allowed_tx_count = (x->prune_mode == PRUNE_2D_AGGRESSIVE) ? 1 : 5; in get_tx_mask() local
2022 num_allowed > allowed_tx_count) { in get_tx_mask()