Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.h101 static INLINE const vp9_prob *get_tx_probs(TX_SIZE max_tx_size, int ctx, in get_tx_probs() function
119 return get_tx_probs(max_tx_size, vp9_get_tx_size_context(xd), tx_probs); in get_tx_probs2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c65 const vp9_prob *tx_probs = get_tx_probs(max_tx_size, ctx, &cm->fc.tx_probs); in read_selected_tx_size()