Searched refs:tx_count_16x16p (Results 1 – 2 of 2) sorted by relevance
299 void tx_counts_to_branch_counts_16x16(const unsigned int *tx_count_16x16p, in tx_counts_to_branch_counts_16x16() argument301 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()
98 void tx_counts_to_branch_counts_16x16(const unsigned int *tx_count_16x16p,