Searched refs:try_split (Results 1 – 3 of 3) sorted by relevance
213 try_split = false; in TEST_BEGIN()221 try_split = try_merge = try_purge_lazy = try_purge_forced = true; in TEST_BEGIN()
49 static bool try_split = true; variable246 if (!try_split) { in extent_split_hook()
5310 int try_split = tx_size > TX_4X4 && depth < MAX_VARTX_DEPTH; in select_tx_block() local5313 try_split &= tx_size_wide[tx_size] >= 16 && tx_size_high[tx_size] >= 16; in select_tx_block()5332 if (p->eobs[block] == 0) try_split = 0; in select_tx_block()5339 try_split = 0; in select_tx_block()5343 if (x->e_mbd.bd == 8 && !x->cb_partition_scan && try_split) { in select_tx_block()5348 if (split_score >= 0 && split_score < threshold) try_split = 0; in select_tx_block()5356 if (try_split) { in select_tx_block()