Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h156 static INLINE int get_tx_size_context(const MACROBLOCKD *xd) { in get_tx_size_context() function
/external/libaom/libaom/av1/common/
Dpred_common.h329 static INLINE int get_tx_size_context(const MACROBLOCKD *xd) { in get_tx_size_context() function
/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_bitstream.c89 get_tx_probs(max_tx_size, get_tx_size_context(xd), &cm->fc->tx_probs); in write_selected_tx_size()
Dvp9_rdopt.c848 const int tx_size_ctx = get_tx_size_context(xd); in choose_tx_size_from_rd()
Dvp9_encodeframe.c6142 ++get_tx_counts(max_txsize_lookup[bsize], get_tx_size_context(xd), in encode_superblock()
/external/libaom/libaom/av1/encoder/
Dbitstream.c202 const int tx_size_ctx = get_tx_size_context(xd); in write_selected_tx_size()
Dencodeframe.c6057 const int tx_size_ctx = get_tx_size_context(xd); in encode_superblock()
Drdopt.c3580 const int tx_size_ctx = get_tx_size_context(xd); in tx_size_cost()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1353 const int ctx = get_tx_size_context(xd); in read_selected_tx_size()