Home
last modified time | relevance | path

Searched defs:tx_probs (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h31 struct tx_probs { struct
32 vpx_prob p32x32[TX_SIZE_CONTEXTS][TX_SIZES - 1];
56 struct tx_probs tx_probs; argument
Dvp9_pred_common.h170 const struct tx_probs *tx_probs) { in get_tx_probs()
181 const struct tx_probs *tx_probs) { in get_tx_probs2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c68 const vpx_prob *tx_probs = get_tx_probs(max_tx_size, ctx, &cm->fc->tx_probs); in read_selected_tx_size() local
Dvp9_decodeframe.c89 static void read_tx_mode_probs(struct tx_probs *tx_probs, vpx_reader *r) { in read_tx_mode_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c88 const vpx_prob *const tx_probs = in write_selected_tx_size() local
Dvp9_rdopt.c851 const vpx_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc->tx_probs); in choose_tx_size_from_rd() local