Home
last modified time | relevance | path

Searched refs:tx_count_32x32p (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c285 void tx_counts_to_branch_counts_32x32(const unsigned int *tx_count_32x32p, in tx_counts_to_branch_counts_32x32() argument
287 ct_32x32p[0][0] = tx_count_32x32p[TX_4X4]; in tx_counts_to_branch_counts_32x32()
288 ct_32x32p[0][1] = tx_count_32x32p[TX_8X8] + tx_count_32x32p[TX_16X16] + in tx_counts_to_branch_counts_32x32()
289 tx_count_32x32p[TX_32X32]; in tx_counts_to_branch_counts_32x32()
290 ct_32x32p[1][0] = tx_count_32x32p[TX_8X8]; in tx_counts_to_branch_counts_32x32()
291 ct_32x32p[1][1] = tx_count_32x32p[TX_16X16] + tx_count_32x32p[TX_32X32]; in tx_counts_to_branch_counts_32x32()
292 ct_32x32p[2][0] = tx_count_32x32p[TX_16X16]; in tx_counts_to_branch_counts_32x32()
293 ct_32x32p[2][1] = tx_count_32x32p[TX_32X32]; in tx_counts_to_branch_counts_32x32()
Dvp9_entropymode.h96 void tx_counts_to_branch_counts_32x32(const unsigned int *tx_count_32x32p,