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.h174 const struct tx_probs *tx_probs) { in get_tx_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c94 const vpx_prob *tx_probs = get_tx_probs(i, j, &fc->tx_probs); in fill_mode_costs() local
Dvp9_bitstream.c88 const vpx_prob *const tx_probs = in write_selected_tx_size() local
/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.c69 static void read_tx_mode_probs(struct tx_probs *tx_probs, vpx_reader *r) { in read_tx_mode_probs()