Searched refs:p8x8 (Results 1 – 10 of 10) sorted by relevance
34 vpx_prob p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 3]; member40 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2]; member
390 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], branch_ct_8x8p); in vp9_adapt_mode_probs()392 fc->tx_probs.p8x8[i][j] = in vp9_adapt_mode_probs()393 mode_mv_merge_probs(pre_fc->tx_probs.p8x8[i][j], branch_ct_8x8p[j]); in vp9_adapt_mode_probs()
176 case TX_8X8: return tx_probs->p8x8[ctx]; in get_tx_probs()186 case TX_8X8: return tx_counts->p8x8[ctx]; in get_tx_counts()
570 accum->tx.p8x8[i][j] += counts->tx.p8x8[i][j]; in vp9_accumulate_frame_counts()
195 UintArray2D p8x8; member
309 output_counts->tx.p8x8.resize(TX_SIZE_CONTEXTS); in update_frame_counts()313 output_counts->tx.p8x8[i].resize(TX_SIZES - 2); in update_frame_counts()414 output_counts->tx.p8x8[i][j] = input_counts->tx.p8x8[i][j]; in update_frame_counts()
833 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], ct_8x8p); in encode_txfm_probs()835 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p8x8[i][j], ct_8x8p[j]); in encode_txfm_probs()
339 diff += (int)counts->tx.p8x8[i][j] * in compute_context_model_diff()340 (pre_fc->tx_probs.p8x8[i][j] - cur_fc->tx_probs.p8x8[i][j]); in compute_context_model_diff()342 pre_last_prob = MAX_PROB - pre_fc->tx_probs.p8x8[i][TX_SIZES - 4]; in compute_context_model_diff()343 cur_last_prob = MAX_PROB - cur_fc->tx_probs.p8x8[i][TX_SIZES - 4]; in compute_context_model_diff()346 (int)counts->tx.p8x8[i][TX_SIZES - 3] * (pre_last_prob - cur_last_prob); in compute_context_model_diff()
6321 count4x4 += counts->tx.p8x8[i][TX_4X4]; in vp9_encode_frame()6325 count8x8_8x8p += counts->tx.p8x8[i][TX_8X8]; in vp9_encode_frame()
78 vp9_diff_update_prob(r, &tx_probs->p8x8[i][j]); in read_tx_mode_probs()