Searched defs:txb_ctx (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libaom/av1/common/ |
H A D | txb_common.h | 22 typedef struct txb_ctx { struct 23 int txb_skip_ctx; 24 int dc_sign_ctx; 285 TXB_CTX *const txb_ctx) { in get_txb_ctx_general() 450 TXB_CTX *const txb_ctx) { in get_txb_ctx()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | txb_rdopt.c | 297 const TXB_CTX *const txb_ctx, int *rate_cost, in av1_optimize_txb() 452 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, in warehouse_efficients_txb() 585 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, const int eob, in warehouse_efficients_txb_laplacian() 606 const TXB_CTX *const txb_ctx, int reduced_tx_set_used) { in av1_cost_coeffs_txb() 628 const TXB_CTX *const txb_ctx, in av1_cost_coeffs_txb_laplacian()
|
H A D | tx_search.c | 272 TXB_CTX txb_ctx; in set_skip_txfm() local 867 const TXB_CTX *const txb_ctx, int skip_trellis, in recon_intra() 1113 int16_t allowed_tx_mask, int prune_factor, const TXB_CTX *const txb_ctx, in prune_txk_type_separ() 1258 int prune_factor, const TXB_CTX *const txb_ctx, in prune_txk_type() 1716 const TXB_CTX *const txb_ctx, FAST_TX_SEARCH_MODE ftxs_mode, in get_tx_mask() 1896 const TXB_CTX *const txb_ctx, in cost_coeffs() 2016 const TXB_CTX *const txb_ctx, in search_tx_type() 2329 int block, int plane_bsize, TXB_CTX *txb_ctx, in tx_type_rd() 2354 TXB_CTX txb_ctx; in try_tx_block_no_split() local 3042 TXB_CTX txb_ctx; in block_rd_txfm() local [all …]
|
H A D | encodemb.c | 89 const TXB_CTX *const txb_ctx, int *rate_cost) { in av1_optimize_b() 443 TXB_CTX txb_ctx; in encode_block() local 797 TXB_CTX txb_ctx; in encode_block_intra() local
|
H A D | encodetxb.h | 255 const TXB_CTX *const txb_ctx, int plane, in av1_cost_skip_txb()
|
H A D | encodetxb.c | 593 TXB_CTX txb_ctx; local 755 TXB_CTX txb_ctx; local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodetxb.c | 113 const int plane, const TXB_CTX *const txb_ctx, in read_coeffs_txb() 341 TXB_CTX txb_ctx; in av1_read_coeffs_txb() local
|