Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h152 static INLINE int get_tx_size_context(const MACROBLOCKD *xd) { in get_tx_size_context() function
182 return get_tx_probs(max_tx_size, get_tx_size_context(xd), tx_probs); in get_tx_probs2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c67 const int ctx = get_tx_size_context(xd); in read_selected_tx_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4858 ++get_tx_counts(max_txsize_lookup[bsize], get_tx_size_context(xd), in encode_superblock()