Home
last modified time | relevance | path

Searched refs:txs_ctx (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodetxb.c118 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()
227 r, ec_ctx->eob_extra_cdf[txs_ctx][plane_type][eob_ctx], 2, ACCT_STR); in av1_read_coeffs_txb()
255 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx]; in av1_read_coeffs_txb()
259 cdf = ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; in av1_read_coeffs_txb()
269 base_cdf_arr base_cdf = ec_ctx->coeff_base_cdf[txs_ctx][plane_type]; in av1_read_coeffs_txb()
271 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type]; in av1_read_coeffs_txb()
/external/libaom/libaom/av1/encoder/
Drdopt.h79 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in av1_cost_skip_txb() local
82 &x->coeff_costs[txs_ctx][plane_type]; in av1_cost_skip_txb()
Dencodetxb.c171 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);
509 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); local
512 ec_ctx->txb_skip_cdf[txs_ctx][txb_ctx->txb_skip_ctx], 2);
573 ec_ctx->eob_extra_cdf[txs_ctx][plane_type][eob_ctx], 2);
592 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx], 3);
595 ec_ctx->coeff_base_cdf[txs_ctx][plane_type][coeff_ctx],
603 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx];
837 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); local
[all …]
Dencodetxb.h35 TX_SIZE txs_ctx; member
Drdopt.c3929 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in set_skip_flag() local
3932 const int zero_blk_rate = x->coeff_costs[txs_ctx][PLANE_TYPE_Y] in set_skip_flag()
5179 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in try_tx_block_no_split() local
5182 const int zero_blk_rate = x->coeff_costs[txs_ctx][PLANE_TYPE_Y] in try_tx_block_no_split()
5515 const TX_SIZE txs_ctx = get_txsize_entropy_ctx(tx_size); in tx_block_yrd() local
5519 const int zero_blk_rate = x->coeff_costs[txs_ctx][get_plane_type(0)] in tx_block_yrd()