Home
last modified time | relevance | path

Searched refs:p32x32 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h32 vpx_prob p32x32[TX_SIZE_CONTEXTS][TX_SIZES - 1]; member
38 unsigned int p32x32[TX_SIZE_CONTEXTS][TX_SIZES]; member
Dvp9_entropymode.c400 tx_counts_to_branch_counts_32x32(counts->tx.p32x32[i], branch_ct_32x32p); in vp9_adapt_mode_probs()
402 fc->tx_probs.p32x32[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs()
403 pre_fc->tx_probs.p32x32[i][j], branch_ct_32x32p[j]); in vp9_adapt_mode_probs()
Dvp9_pred_common.h178 case TX_32X32: return tx_probs->p32x32[ctx]; in get_tx_probs()
188 case TX_32X32: return tx_counts->p32x32[ctx]; in get_tx_counts()
Dvp9_thread_common.c564 accum->tx.p32x32[i][j] += counts->tx.p32x32[i][j]; in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c846 tx_counts_to_branch_counts_32x32(counts->tx.p32x32[i], ct_32x32p); in encode_txfm_probs()
848 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p32x32[i][j], in encode_txfm_probs()
Dvp9_encoder.c316 diff += (int)counts->tx.p32x32[i][j] * in compute_context_model_diff()
317 (pre_fc->tx_probs.p32x32[i][j] - cur_fc->tx_probs.p32x32[i][j]); in compute_context_model_diff()
319 pre_last_prob = MAX_PROB - pre_fc->tx_probs.p32x32[i][TX_SIZES - 2]; in compute_context_model_diff()
320 cur_last_prob = MAX_PROB - cur_fc->tx_probs.p32x32[i][TX_SIZES - 2]; in compute_context_model_diff()
322 diff += (int)counts->tx.p32x32[i][TX_SIZES - 1] * in compute_context_model_diff()
Dvp9_encodeframe.c6261 count4x4 += counts->tx.p32x32[i][TX_4X4]; in vp9_encode_frame()
6265 count8x8_lp += counts->tx.p32x32[i][TX_8X8]; in vp9_encode_frame()
6270 count16x16_lp += counts->tx.p32x32[i][TX_16X16]; in vp9_encode_frame()
6271 count32x32 += counts->tx.p32x32[i][TX_32X32]; in vp9_encode_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c86 vp9_diff_update_prob(r, &tx_probs->p32x32[i][j]); in read_tx_mode_probs()