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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.h69 void tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p,
H A Dvp9_entropymode.c303 void tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p, argument
305 ct_8x8p[0][0] = tx_count_8x8p[TX_4X4];
306 ct_8x8p[0][1] = tx_count_8x8p[TX_8X8];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c82 tx_count_8x8p_stats[i][j] += cm->fc.tx_count_8x8p[i][j];

Completed in 76 milliseconds