Home
last modified time | relevance | path

Searched refs:get_txb_ctx (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Dtxb_common.h353 static INLINE void get_txb_ctx(const BLOCK_SIZE plane_bsize, in get_txb_ctx() function
/external/libaom/libaom/av1/encoder/
Dencodemb.c237 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in encode_block()
593 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in av1_encode_block_intra()
Dencodetxb.c1991 get_txb_ctx(plane_bsize, tx_size, plane, pd->above_context + blk_col,
Drdopt.c3486 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in block_rd_txfm()
3931 get_txb_ctx(bsize, tx_size, 0, ta, tl, &txb_ctx); in set_skip_flag()
5181 get_txb_ctx(plane_bsize, tx_size, 0, pta, ptl, &txb_ctx); in try_tx_block_no_split()
5517 get_txb_ctx(plane_bsize, tx_size, 0, ta, tl, &txb_ctx); in tx_block_yrd()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c343 get_txb_ctx(plane_bsize, tx_size, plane, pd->above_context + col, in av1_read_coeffs_txb_facade()