Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h28 struct tx_probs { struct
52 struct tx_probs tx_probs; argument
Dvp9_pred_common.h102 const struct tx_probs *tx_probs) { in get_tx_probs()
118 const struct tx_probs *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() local
Dvp9_decodeframe.c88 static void read_tx_mode_probs(struct tx_probs *tx_probs, vp9_reader *r) { in read_tx_mode_probs()
/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() local
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() local
897 const vp9_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc.tx_probs); in choose_txfm_size_from_modelrd() local