Searched defs:ct_8x8p (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.c300 unsigned int (*ct_8x8p)[2]) {
301 ct_8x8p[0][0] = tx_count_8x8p[TX_4X4];
302 ct_8x8p[0][1] = tx_count_8x8p[TX_8X8];
299 tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p, unsigned int (*ct_8x8p)[2]) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c824 unsigned int ct_8x8p[TX_SIZES - 3][2]; local
830 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], ct_8x8p);
832 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p8x8[i][j], ct_8x8p[j]);

Completed in 392 milliseconds