HomeSort by relevance Sort by last modified time
    Searched refs:p8x8 (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 34 vpx_prob p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 3]; member in struct:tx_probs
40 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2]; member in struct:tx_counts
vp9_entropymode.c 387 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], branch_ct_8x8p);
389 fc->tx_probs.p8x8[i][j] =
390 mode_mv_merge_probs(pre_fc->tx_probs.p8x8[i][j], branch_ct_8x8p[j]);
vp9_pred_common.h 172 case TX_8X8: return tx_probs->p8x8[ctx];
188 case TX_8X8: return tx_counts->p8x8[ctx];
vp9_thread_common.c 387 accum->tx.p8x8[i][j] += counts->tx.p8x8[i][j];
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 827 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], ct_8x8p);
829 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p8x8[i][j], ct_8x8p[j]);
    [all...]
vp9_encoder.c 305 // p8x8
307 diff += (int)counts->tx.p8x8[i][j] *
308 (pre_fc->tx_probs.p8x8[i][j] - cur_fc->tx_probs.p8x8[i][j]);
310 pre_last_prob = MAX_PROB - pre_fc->tx_probs.p8x8[i][TX_SIZES - 4];
311 cur_last_prob = MAX_PROB - cur_fc->tx_probs.p8x8[i][TX_SIZES - 4];
314 (int)counts->tx.p8x8[i][TX_SIZES - 3] * (pre_last_prob - cur_last_prob);
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 94 vp9_diff_update_prob(r, &tx_probs->p8x8[i][j]);
    [all...]

Completed in 1087 milliseconds