Home | History | Annotate | Download | only in encoder

Lines Matching defs:max_tx_size

85   const TX_SIZE max_tx_size = max_txsize_lookup[bsize];
87 const vp9_prob *const tx_probs = get_tx_probs2(max_tx_size, xd,
90 if (tx_size != TX_4X4 && max_tx_size >= TX_16X16) {
92 if (tx_size != TX_8X8 && max_tx_size >= TX_32X32)
670 const TX_SIZE max_tx_size = tx_mode_to_biggest_tx_size[tx_mode];
679 for (tx_size = TX_4X4; tx_size <= max_tx_size; ++tx_size)