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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 28 vp9_prob p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 3]; member in struct:tx_probs
34 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2]; member in struct:tx_counts
vp9_pred_common.h 116 return tx_probs->p8x8[ctx];
137 return tx_counts->p8x8[ctx];
vp9_entropymode.c 412 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], branch_ct_8x8p);
414 fc->tx_probs.p8x8[i][j] = adapt_prob(pre_fc->tx_probs.p8x8[i][j],
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 103 vp9_diff_update_prob(r, &tx_probs->p8x8[i][j]);
    [all...]

Completed in 26 milliseconds