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/decoder/ |
D | decodetxb.c | 340 get_txb_ctx(plane_bsize, tx_size, plane, pd->above_entropy_context + col, in av1_read_coeffs_txb_facade()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 401 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in encode_block() 744 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in av1_encode_block_intra()
|
D | tx_search.c | 486 get_txb_ctx(bsize, tx_size, 0, ta, tl, &txb_ctx); in set_skip_flag() 2484 get_txb_ctx(plane_bsize, tx_size, 0, pta, ptl, &txb_ctx); in try_tx_block_no_split() 2832 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in block_rd_txfm() 2965 get_txb_ctx(plane_bsize, tx_size, 0, ta, tl, &txb_ctx); in tx_block_yrd()
|
D | encodetxb.c | 2095 get_txb_ctx(plane_bsize, tx_size, plane,
|