Searched refs:ct_32x32p (Results 1 – 3 of 3) sorted by relevance
279 unsigned int (*ct_32x32p)[2]) { in tx_counts_to_branch_counts_32x32()280 ct_32x32p[0][0] = tx_count_32x32p[TX_4X4]; in tx_counts_to_branch_counts_32x32()281 ct_32x32p[0][1] = tx_count_32x32p[TX_8X8] + in tx_counts_to_branch_counts_32x32()284 ct_32x32p[1][0] = tx_count_32x32p[TX_8X8]; in tx_counts_to_branch_counts_32x32()285 ct_32x32p[1][1] = tx_count_32x32p[TX_16X16] + in tx_counts_to_branch_counts_32x32()287 ct_32x32p[2][0] = tx_count_32x32p[TX_16X16]; in tx_counts_to_branch_counts_32x32()288 ct_32x32p[2][1] = tx_count_32x32p[TX_32X32]; in tx_counts_to_branch_counts_32x32()
94 unsigned int (*ct_32x32p)[2]);
816 unsigned int ct_32x32p[TX_SIZES - 1][2]; in encode_txfm_probs() local833 tx_counts_to_branch_counts_32x32(cm->counts.tx.p32x32[i], ct_32x32p); in encode_txfm_probs()836 ct_32x32p[j]); in encode_txfm_probs()