Searched refs:end_tx (Results 1 – 1 of 1) sorted by relevance
847 int start_tx, end_tx; in choose_tx_size_from_rd() local855 end_tx = VPXMAX(start_tx - cpi->sf.tx_size_search_depth, 0); in choose_tx_size_from_rd()856 if (bs > BLOCK_32X32) end_tx = VPXMIN(end_tx + 1, start_tx); in choose_tx_size_from_rd()861 end_tx = chosen_tx_size; in choose_tx_size_from_rd()864 for (n = start_tx; n >= end_tx; n--) { in choose_tx_size_from_rd()