Home
last modified time | relevance | path

Searched refs:p8x8 (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h31 vp9_prob p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 3]; member
37 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2]; member
Dvp9_pred_common.h105 return tx_probs->p8x8[ctx]; in get_tx_probs()
126 return tx_counts->p8x8[ctx]; in get_tx_counts()
Dvp9_entropymode.c400 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], branch_ct_8x8p); in vp9_adapt_mode_probs()
402 fc->tx_probs.p8x8[i][j] = adapt_prob(pre_fc->tx_probs.p8x8[i][j], in vp9_adapt_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c820 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()
Dvp9_encodeframe.c3317 count4x4 += cm->counts.tx.p8x8[i][TX_4X4]; in vp9_encode_frame()
3321 count8x8_8x8p += cm->counts.tx.p8x8[i][TX_8X8]; in vp9_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c93 vp9_diff_update_prob(r, &tx_probs->p8x8[i][j]); in read_tx_mode_probs()