Searched refs:tx_cache (Results 1 – 1 of 1) sorted by relevance
796 int64_t tx_cache[TX_MODES], in choose_txfm_size_from_rd()850 tx_cache[ONLY_4X4] = rd[TX_4X4][0]; in choose_txfm_size_from_rd()851 tx_cache[ALLOW_8X8] = rd[TX_8X8][0]; in choose_txfm_size_from_rd()852 tx_cache[ALLOW_16X16] = rd[MIN(max_tx_size, TX_16X16)][0]; in choose_txfm_size_from_rd()853 tx_cache[ALLOW_32X32] = rd[MIN(max_tx_size, TX_32X32)][0]; in choose_txfm_size_from_rd()856 tx_cache[TX_MODE_SELECT] = rd[TX_32X32][1]; in choose_txfm_size_from_rd()859 tx_cache[TX_MODE_SELECT] = rd[TX_16X16][1]; in choose_txfm_size_from_rd()862 tx_cache[TX_MODE_SELECT] = rd[TX_8X8][1]; in choose_txfm_size_from_rd()865 tx_cache[TX_MODE_SELECT] = rd[TX_4X4][1]; in choose_txfm_size_from_rd()1240 int64_t tx_cache[TX_MODES], in rd_pick_intra_sby_mode()[all …]