Searched refs:start_tx (Results 1 – 2 of 2) sorted by relevance
847 int start_tx, end_tx; in choose_tx_size_from_rd() local854 start_tx = max_tx_size; in choose_tx_size_from_rd()855 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()860 start_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()
3752 int start_tx; in choose_tx_size_type_from_rd() local3756 start_tx = max_rect_tx_size; in choose_tx_size_type_from_rd()3761 start_tx = chosen_tx_size; in choose_tx_size_type_from_rd()3775 for (int n = start_tx; depth <= MAX_TX_DEPTH; in choose_tx_size_type_from_rd()