Searched refs:end_tx (Results 1 – 1 of 1) sorted by relevance
950 int start_tx, end_tx; in choose_tx_size_from_rd() local972 end_tx = VPXMAX(start_tx - cpi->sf.tx_size_search_depth, 0); in choose_tx_size_from_rd()973 if (bs > BLOCK_32X32) end_tx = VPXMIN(end_tx + 1, start_tx); in choose_tx_size_from_rd()978 end_tx = chosen_tx_size; in choose_tx_size_from_rd()981 for (n = start_tx; n >= end_tx; n--) { in choose_tx_size_from_rd()