Home
last modified time | relevance | path

Searched refs:TXB_CTX (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodetxb.h43 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,
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()
Dencodemb.h69 const TXB_CTX *const txb_ctx, int fast_mode, int *rate_cost);
Dencodemb.c101 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()
Dencodetxb.c328 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;
Drdopt.c3076 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()
Dbitstream.c383 TXB_CTX txb_ctx = { txb_skip_ctx_txb[block], dc_sign_ctx_txb[block] }; in pack_txb_tokens()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.h25 const TXB_CTX *const txb_ctx,
Ddecodetxb.c113 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/
Dtxb_common.h33 } TXB_CTX; typedef
357 TXB_CTX *const txb_ctx) { in get_txb_ctx()