Searched refs:TXB_CTX (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.h | 43 TXB_CTX *txb_ctx; 53 const TX_TYPE tx_type, const TXB_CTX *const txb_ctx); 57 uint16_t eob, TXB_CTX *txb_ctx); 80 const TXB_CTX *const txb_ctx, int *rate_cost,
|
D | rdopt.h | 77 static INLINE int av1_cost_skip_txb(MACROBLOCK *x, const TXB_CTX *const txb_ctx, in av1_cost_skip_txb() 89 const TXB_CTX *const txb_ctx, in av1_cost_coeffs()
|
D | encodemb.h | 69 const TXB_CTX *const txb_ctx, int fast_mode, int *rate_cost);
|
D | encodemb.c | 101 const TXB_CTX *const txb_ctx, int fast_mode, in av1_optimize_b() 236 TXB_CTX txb_ctx; in encode_block() 592 TXB_CTX txb_ctx; in av1_encode_block_intra()
|
D | encodetxb.c | 328 const TXB_CTX *const txb_ctx = txb_info->txb_ctx; 508 uint16_t eob, TXB_CTX *txb_ctx) { 652 TXB_CTX txb_ctx = { txb_skip_ctx_txb[block], dc_sign_ctx_txb[block] }; 738 const int block, const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, 834 const TX_TYPE tx_type, const TXB_CTX *const txb_ctx) { 1655 const TXB_CTX *const txb_ctx, int *rate_cost, 1815 TXB_CTX *txb_ctx, int fast_mode, int *rate_cost) { 1990 TXB_CTX txb_ctx;
|
D | rdopt.c | 3076 const TXB_CTX *const txb_ctx, in search_txk_type() 3485 TXB_CTX txb_ctx; in block_rd_txfm() 3930 TXB_CTX txb_ctx; in set_skip_flag() 4994 int plane_bsize, TXB_CTX *txb_ctx, RD_STATS *rd_stats, in tx_type_rd() 5180 TXB_CTX txb_ctx; in try_tx_block_no_split() 5516 TXB_CTX txb_ctx; in tx_block_yrd()
|
D | bitstream.c | 383 TXB_CTX txb_ctx = { txb_skip_ctx_txb[block], dc_sign_ctx_txb[block] }; in pack_txb_tokens()
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.h | 25 const TXB_CTX *const txb_ctx,
|
D | decodetxb.c | 113 const TXB_CTX *const txb_ctx, in av1_read_coeffs_txb() 342 TXB_CTX txb_ctx; in av1_read_coeffs_txb_facade()
|
/external/libaom/libaom/av1/common/ |
D | txb_common.h | 33 } TXB_CTX; typedef 357 TXB_CTX *const txb_ctx) { in get_txb_ctx()
|