Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_tx

811   TX_SIZE best_tx = TX_4X4;
838 best_tx = n;
843 best_tx : MIN(max_tx_size, max_mode_tx_size);
855 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) {
858 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) {
895 TX_SIZE best_tx = TX_4X4;
922 best_tx = n;
927 best_tx : MIN(max_tx_size, max_mode_tx_size);
935 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) {
937 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) {
1248 TX_SIZE best_tx = TX_4X4;
1285 best_tx = mic->mbmi.tx_size;
1304 mic->mbmi.tx_size = best_tx;