Searched defs:txb_ctx (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | txb_common.h | 30 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/encoder/ |
D | encodetxb.h | 47 TXB_CTX *txb_ctx; member
|
D | rdopt.h | 45 static INLINE int av1_cost_skip_txb(MACROBLOCK *x, const TXB_CTX *const txb_ctx, in av1_cost_skip_txb()
|
D | tx_search.c | 485 TXB_CTX txb_ctx; in set_skip_flag() local 1081 const TXB_CTX *const txb_ctx, int skip_trellis, in recon_intra() 1263 const TXB_CTX *const txb_ctx, in is_intra_hash_match() 1347 const TXB_CTX *const txb_ctx, in prune_txk_type_separ() 1480 const TXB_CTX *const txb_ctx, int reduced_tx_set_used) { in prune_txk_type() 1912 const TXB_CTX *const txb_ctx, FAST_TX_SEARCH_MODE ftxs_mode, in get_tx_mask() 2066 const TXB_CTX *const txb_ctx, in cost_coeffs() 2091 const TXB_CTX *const txb_ctx, in search_tx_type() 2418 int block, int plane_bsize, TXB_CTX *txb_ctx, in tx_type_rd() 2483 TXB_CTX txb_ctx; in try_tx_block_no_split() local [all …]
|
D | encodemb.c | 87 const TXB_CTX *const txb_ctx, int fast_mode, in av1_optimize_b() 400 TXB_CTX txb_ctx; in encode_block() local 743 TXB_CTX txb_ctx; in av1_encode_block_intra() local
|
D | encodetxb.c | 328 const TXB_CTX *const txb_ctx = txb_info->txb_ctx; local 758 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, 854 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, const int eob, 919 const TXB_CTX *const txb_ctx, int reduced_tx_set_used) { 941 const TXB_CTX *const txb_ctx, 1743 const TXB_CTX *const txb_ctx, int *rate_cost, 1911 TXB_CTX *txb_ctx, int fast_mode, int *rate_cost) { 2094 TXB_CTX txb_ctx; local
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 113 const TXB_CTX *const txb_ctx, in av1_read_coeffs_txb() 339 TXB_CTX txb_ctx; in av1_read_coeffs_txb_facade() local
|