Searched refs:txs_ctx (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 118 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in av1_read_coeffs_txb() local 133 r, ec_ctx->txb_skip_cdf[txs_ctx][txb_ctx->txb_skip_ctx], 2, ACCT_STR); in av1_read_coeffs_txb() 223 r, ec_ctx->eob_extra_cdf[txs_ctx][plane_type][eob_ctx], 2, ACCT_STR); in av1_read_coeffs_txb() 251 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx]; in av1_read_coeffs_txb() 255 cdf = ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; in av1_read_coeffs_txb() 265 base_cdf_arr base_cdf = ec_ctx->coeff_base_cdf[txs_ctx][plane_type]; in av1_read_coeffs_txb() 267 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type]; in av1_read_coeffs_txb()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 171 TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); local 242 counts->eob_extra[cdf_idx][txs_ctx][plane][eob_pt][bit]++; 245 update_cdf(ec_ctx->eob_extra_cdf[txs_ctx][plane][eob_ctx], bit, 2); 516 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); local 518 aom_write_symbol(w, eob == 0, ec_ctx->txb_skip_cdf[txs_ctx][txb_skip_ctx], 2); 572 ec_ctx->eob_extra_cdf[txs_ctx][plane_type][eob_ctx], 2); 603 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx], 3); 606 ec_ctx->coeff_base_cdf[txs_ctx][plane_type][coeff_ctx], 614 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; 922 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); local [all …]
|
D | rdopt.h | 47 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in av1_cost_skip_txb() local 50 &x->coeff_costs[txs_ctx][plane_type]; in av1_cost_skip_txb()
|
D | encodetxb.h | 39 TX_SIZE txs_ctx; member
|
D | tx_search.c | 484 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in set_skip_flag() local 487 const int zero_blk_rate = x->coeff_costs[txs_ctx][PLANE_TYPE_Y] in set_skip_flag() 2482 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in try_tx_block_no_split() local 2485 const int zero_blk_rate = x->coeff_costs[txs_ctx][PLANE_TYPE_Y] in try_tx_block_no_split() 2963 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in tx_block_yrd() local 2967 const int zero_blk_rate = x->coeff_costs[txs_ctx][get_plane_type(0)] in tx_block_yrd()
|