Home
last modified time | relevance | path

Searched refs:best_tx (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c811 TX_SIZE best_tx = TX_4X4; in choose_txfm_size_from_rd() local
838 best_tx = n; in choose_txfm_size_from_rd()
843 best_tx : MIN(max_tx_size, max_mode_tx_size); in choose_txfm_size_from_rd()
855 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) { in choose_txfm_size_from_rd()
858 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) { in choose_txfm_size_from_rd()
895 TX_SIZE best_tx = TX_4X4; in choose_txfm_size_from_modelrd() local
922 best_tx = n; in choose_txfm_size_from_modelrd()
927 best_tx : MIN(max_tx_size, max_mode_tx_size); in choose_txfm_size_from_modelrd()
935 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) { in choose_txfm_size_from_modelrd()
937 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) { in choose_txfm_size_from_modelrd()
[all …]