Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c304 void tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p, in tx_counts_to_branch_counts_8x8() argument
306 ct_8x8p[0][0] = tx_count_8x8p[TX_4X4]; in tx_counts_to_branch_counts_8x8()
307 ct_8x8p[0][1] = tx_count_8x8p[TX_8X8]; in tx_counts_to_branch_counts_8x8()
Dvp9_entropymode.h100 void tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p,