Searched refs:get_txb_ctx (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | txb_common.h | 353 static INLINE void get_txb_ctx(const BLOCK_SIZE plane_bsize, in get_txb_ctx() function
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 237 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()
|
D | encodetxb.c | 1991 get_txb_ctx(plane_bsize, tx_size, plane, pd->above_context + blk_col,
|
D | rdopt.c | 3486 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/ |
D | decodetxb.c | 343 get_txb_ctx(plane_bsize, tx_size, plane, pd->above_context + col, in av1_read_coeffs_txb_facade()
|