Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h41 unsigned int tx_totals[TX_SIZES]; member
Dvp9_thread_common.c562 accum->tx.tx_totals[i] += counts->tx.tx_totals[i]; in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c685 if (cpi->td.counts->tx.tx_totals[tx_size] <= 20 || in update_coef_probs()
Dvp9_encodeframe.c6154 ++td->counts->tx.tx_totals[mi->tx_size]; in encode_superblock()
6155 ++td->counts->tx.tx_totals[get_uv_tx_size(mi, &xd->plane[1])]; in encode_superblock()