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

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

Completed in 75 milliseconds