Searched refs:p32x32 (Results 1 – 6 of 6) sorted by relevance
29 vp9_prob p32x32[TX_SIZE_CONTEXTS][TX_SIZES - 1]; member35 unsigned int p32x32[TX_SIZE_CONTEXTS][TX_SIZES]; member
109 return tx_probs->p32x32[ctx]; in get_tx_probs()130 return tx_counts->p32x32[ctx]; in get_tx_counts()
410 tx_counts_to_branch_counts_32x32(counts->tx.p32x32[i], branch_ct_32x32p); in vp9_adapt_mode_probs()412 fc->tx_probs.p32x32[i][j] = adapt_prob(pre_fc->tx_probs.p32x32[i][j], in vp9_adapt_mode_probs()
830 tx_counts_to_branch_counts_32x32(cm->counts.tx.p32x32[i], ct_32x32p); in encode_txfm_probs()832 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p32x32[i][j], in encode_txfm_probs()
3467 count4x4 += cm->counts.tx.p32x32[i][TX_4X4]; in vp9_encode_frame()3471 count8x8_lp += cm->counts.tx.p32x32[i][TX_8X8]; in vp9_encode_frame()3476 count16x16_lp += cm->counts.tx.p32x32[i][TX_16X16]; in vp9_encode_frame()3477 count32x32 += cm->counts.tx.p32x32[i][TX_32X32]; in vp9_encode_frame()
101 vp9_diff_update_prob(r, &tx_probs->p32x32[i][j]); in read_tx_mode_probs()