Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h30 vp9_prob p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 2]; member
36 unsigned int p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 1]; member
Dvp9_pred_common.h107 return tx_probs->p16x16[ctx]; in get_tx_probs()
128 return tx_counts->p16x16[ctx]; in get_tx_counts()
Dvp9_entropymode.c405 tx_counts_to_branch_counts_16x16(counts->tx.p16x16[i], branch_ct_16x16p); in vp9_adapt_mode_probs()
407 fc->tx_probs.p16x16[i][j] = adapt_prob(pre_fc->tx_probs.p16x16[i][j], in vp9_adapt_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c826 tx_counts_to_branch_counts_16x16(cm->counts.tx.p16x16[i], ct_16x16p); in encode_txfm_probs()
828 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p16x16[i][j], in encode_txfm_probs()
Dvp9_encodeframe.c3316 count4x4 += cm->counts.tx.p16x16[i][TX_4X4]; in vp9_encode_frame()
3320 count8x8_lp += cm->counts.tx.p16x16[i][TX_8X8]; in vp9_encode_frame()
3323 count16x16_16x16p += cm->counts.tx.p16x16[i][TX_16X16]; in vp9_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c97 vp9_diff_update_prob(r, &tx_probs->p16x16[i][j]); in read_tx_mode_probs()