Home
last modified time | relevance | path

Searched defs:txb_ctx (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.h77 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()
Dencodetxb.h43 TXB_CTX *txb_ctx; member
Dencodemb.c101 const TXB_CTX *const txb_ctx, int fast_mode, in av1_optimize_b()
236 TXB_CTX txb_ctx; in encode_block() local
592 TXB_CTX txb_ctx; in av1_encode_block_intra() local
Dencodetxb.c328 const TXB_CTX *const txb_ctx = txb_info->txb_ctx; local
508 uint16_t eob, TXB_CTX *txb_ctx) {
652 TXB_CTX txb_ctx = { txb_skip_ctx_txb[block], dc_sign_ctx_txb[block] }; local
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; local
Drdopt.c3076 const TXB_CTX *const txb_ctx, in search_txk_type()
3485 TXB_CTX txb_ctx; in block_rd_txfm() local
3930 TXB_CTX txb_ctx; in set_skip_flag() local
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() local
5516 TXB_CTX txb_ctx; in tx_block_yrd() local
Dbitstream.c383 TXB_CTX txb_ctx = { txb_skip_ctx_txb[block], dc_sign_ctx_txb[block] }; in pack_txb_tokens() local
/external/libaom/libaom/av1/common/
Dtxb_common.h30 typedef struct txb_ctx { struct
31 int txb_skip_ctx;
32 int dc_sign_ctx;
357 TXB_CTX *const txb_ctx) { in get_txb_ctx()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c113 const TXB_CTX *const txb_ctx, in av1_read_coeffs_txb()
342 TXB_CTX txb_ctx; in av1_read_coeffs_txb_facade() local