Home
last modified time | relevance | path

Searched refs:get_tx_probs (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h173 static INLINE const vpx_prob *get_tx_probs(TX_SIZE max_tx_size, int ctx, in get_tx_probs() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c118 const vpx_prob *tx_probs = get_tx_probs(i, j, &fc->tx_probs); in fill_mode_costs()
Dvp9_bitstream.c94 get_tx_probs(max_tx_size, get_tx_size_context(xd), &cm->fc->tx_probs); in write_selected_tx_size()
/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()