Home
last modified time | relevance | path

Searched refs:get_tx_probs2 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.h116 static INLINE const vp9_prob *get_tx_probs2(TX_SIZE max_tx_size, in get_tx_probs2() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c87 const vp9_prob *const tx_probs = get_tx_probs2(max_tx_size, xd, in write_selected_tx_size()
Dvp9_rdopt.c813 const vp9_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc.tx_probs); in choose_txfm_size_from_rd()
897 const vp9_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc.tx_probs); in choose_txfm_size_from_modelrd()