Searched refs:p16x16 (Results 1 – 8 of 8) sorted by relevance
33 vpx_prob p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 2]; member39 unsigned int p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 1]; member
395 tx_counts_to_branch_counts_16x16(counts->tx.p16x16[i], branch_ct_16x16p); in vp9_adapt_mode_probs()397 fc->tx_probs.p16x16[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs()398 pre_fc->tx_probs.p16x16[i][j], branch_ct_16x16p[j]); in vp9_adapt_mode_probs()
177 case TX_16X16: return tx_probs->p16x16[ctx]; in get_tx_probs()187 case TX_16X16: return tx_counts->p16x16[ctx]; in get_tx_counts()
567 accum->tx.p16x16[i][j] += counts->tx.p16x16[i][j]; in vp9_accumulate_frame_counts()
839 tx_counts_to_branch_counts_16x16(counts->tx.p16x16[i], ct_16x16p); in encode_txfm_probs()841 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p16x16[i][j], in encode_txfm_probs()
327 diff += (int)counts->tx.p16x16[i][j] * in compute_context_model_diff()328 (pre_fc->tx_probs.p16x16[i][j] - cur_fc->tx_probs.p16x16[i][j]); in compute_context_model_diff()330 pre_last_prob = MAX_PROB - pre_fc->tx_probs.p16x16[i][TX_SIZES - 3]; in compute_context_model_diff()331 cur_last_prob = MAX_PROB - cur_fc->tx_probs.p16x16[i][TX_SIZES - 3]; in compute_context_model_diff()333 diff += (int)counts->tx.p16x16[i][TX_SIZES - 2] * in compute_context_model_diff()
6262 count4x4 += counts->tx.p16x16[i][TX_4X4]; in vp9_encode_frame()6266 count8x8_lp += counts->tx.p16x16[i][TX_8X8]; in vp9_encode_frame()6269 count16x16_16x16p += counts->tx.p16x16[i][TX_16X16]; in vp9_encode_frame()
82 vp9_diff_update_prob(r, &tx_probs->p16x16[i][j]); in read_tx_mode_probs()