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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 27 vp9_prob p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 2]; member in struct:tx_probs
33 unsigned int p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 1]; member in struct:tx_counts
vp9_pred_common.h 118 return tx_probs->p16x16[ctx];
139 return tx_counts->p16x16[ctx];
vp9_entropymode.c 417 tx_counts_to_branch_counts_16x16(counts->tx.p16x16[i], branch_ct_16x16p);
419 fc->tx_probs.p16x16[i][j] = adapt_prob(pre_fc->tx_probs.p16x16[i][j],
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 107 vp9_diff_update_prob(r, &tx_probs->p16x16[i][j]);
    [all...]

Completed in 33 milliseconds