Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c479 int64_t tx_cache[TX_MODES], in choose_tx_size_from_rd()
540 tx_cache[ONLY_4X4] = rd[TX_4X4][0]; in choose_tx_size_from_rd()
541 tx_cache[ALLOW_8X8] = rd[TX_8X8][0]; in choose_tx_size_from_rd()
542 tx_cache[ALLOW_16X16] = rd[MIN(max_tx_size, TX_16X16)][0]; in choose_tx_size_from_rd()
543 tx_cache[ALLOW_32X32] = rd[MIN(max_tx_size, TX_32X32)][0]; in choose_tx_size_from_rd()
546 tx_cache[TX_MODE_SELECT] = rd[TX_32X32][1]; in choose_tx_size_from_rd()
549 tx_cache[TX_MODE_SELECT] = rd[TX_16X16][1]; in choose_tx_size_from_rd()
552 tx_cache[TX_MODE_SELECT] = rd[TX_8X8][1]; in choose_tx_size_from_rd()
555 tx_cache[TX_MODE_SELECT] = rd[TX_4X4][1]; in choose_tx_size_from_rd()
820 int64_t tx_cache[TX_MODES], in rd_pick_intra_sby_mode()
[all …]