Home | History | Annotate | Download | only in encoder

Lines Matching refs:tx_mode

1917     cpi->common.tx_mode = ONLY_4X4;
1927 cpi->common.tx_mode >= ALLOW_32X32)
1928 cpi->common.tx_mode = ALLOW_32X32;
2173 cpi->common.tx_mode = ONLY_4X4;
2175 cpi->common.tx_mode = TX_MODE_SELECT;
2178 cpi->common.tx_mode = ALLOW_32X32;
2181 cpi->common.tx_mode =
2192 cpi->common.tx_mode = fraction > 0.90 ? ALLOW_32X32 : TX_MODE_SELECT;
2327 if (cpi->common.tx_mode == TX_MODE_SELECT) {
2349 cpi->common.tx_mode = ALLOW_8X8;
2353 cpi->common.tx_mode = ONLY_4X4;
2356 cpi->common.tx_mode = ALLOW_32X32;
2358 cpi->common.tx_mode = ALLOW_16X16;
2504 if (cm->tx_mode == TX_MODE_SELECT &&
2514 TX_SIZE sz = tx_mode_to_biggest_tx_size[cm->tx_mode];