Searched refs:ct_16x16p (Results 1 – 3 of 3) sorted by relevance
300 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()
99 unsigned int (*ct_16x16p)[2]);
829 unsigned int ct_16x16p[TX_SIZES - 2][2]; in encode_txfm_probs() local839 tx_counts_to_branch_counts_16x16(counts->tx.p16x16[i], ct_16x16p); in encode_txfm_probs()842 ct_16x16p[j]); in encode_txfm_probs()