Home
last modified time | relevance | path

Searched refs:ct_8x8p (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.c300 unsigned int (*ct_8x8p)[2]) { in tx_counts_to_branch_counts_8x8()
301 ct_8x8p[0][0] = tx_count_8x8p[TX_4X4]; in tx_counts_to_branch_counts_8x8()
302 ct_8x8p[0][1] = tx_count_8x8p[TX_8X8]; in tx_counts_to_branch_counts_8x8()
Dvp9_entropymode.h98 unsigned int (*ct_8x8p)[2]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c814 unsigned int ct_8x8p[TX_SIZES - 3][2]; in encode_txfm_probs() local
820 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p); in encode_txfm_probs()
822 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p8x8[i][j], ct_8x8p[j]); in encode_txfm_probs()