Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c300 unsigned int (*ct_16x16p)[2]) { in tx_counts_to_branch_counts_16x16()
301 ct_16x16p[0][0] = tx_count_16x16p[TX_4X4]; in tx_counts_to_branch_counts_16x16()
302 ct_16x16p[0][1] = tx_count_16x16p[TX_8X8] + tx_count_16x16p[TX_16X16]; in tx_counts_to_branch_counts_16x16()
303 ct_16x16p[1][0] = tx_count_16x16p[TX_8X8]; in tx_counts_to_branch_counts_16x16()
304 ct_16x16p[1][1] = tx_count_16x16p[TX_16X16]; in tx_counts_to_branch_counts_16x16()
Dvp9_entropymode.h99 unsigned int (*ct_16x16p)[2]);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c829 unsigned int ct_16x16p[TX_SIZES - 2][2]; in encode_txfm_probs() local
839 tx_counts_to_branch_counts_16x16(counts->tx.p16x16[i], ct_16x16p); in encode_txfm_probs()
842 ct_16x16p[j]); in encode_txfm_probs()