Searched refs:get_txb_ctx (Results 1 – 6 of 6) sorted by relevance
/external/libaom/av1/common/ |
D | txb_common.h | 454 static INLINE void get_txb_ctx(const BLOCK_SIZE plane_bsize, in get_txb_ctx() function
|
/external/libaom/av1/decoder/ |
D | decodetxb.c | 342 get_txb_ctx(plane_bsize, tx_size, plane, pd->above_entropy_context + col, in av1_read_coeffs_txb_facade()
|
/external/libaom/av1/encoder/ |
D | encodetxb.c | 571 get_txb_ctx(plane_bsize, tx_size, plane, 733 get_txb_ctx(plane_bsize, tx_size, plane,
|
D | encodemb.c | 439 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in encode_block() 785 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in av1_encode_block_intra()
|
D | tx_search.c | 277 get_txb_ctx(bsize, tx_size, 0, ta, tl, &txb_ctx); in set_skip_txfm() 2001 get_txb_ctx(plane_bsize, tx_size, plane, ta, tl, &txb_ctx_tmp); in predict_dc_only_block() 2365 get_txb_ctx(plane_bsize, tx_size, 0, pta, ptl, &txb_ctx); in try_tx_block_no_split() 2969 get_txb_ctx(plane_bsize, tx_size, plane, a, l, &txb_ctx); in block_rd_txfm() 3066 get_txb_ctx(bs, tx_size, 0, a, l, &txb_ctx); in av1_estimate_txfm_yrd() 3227 get_txb_ctx(plane_bsize, tx_size, 0, ta, tl, &txb_ctx); in tx_block_yrd()
|
/external/libaom/doc/dev_guide/ |
D | av1_encoder.dox | 1274 transform block, the encoder will use get_txb_ctx() to collect the context 1286 - get_txb_ctx()
|