Home
last modified time | relevance | path

Searched refs:txb_skip_ctx (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dtxb_common.h31 int txb_skip_ctx; member
387 txb_ctx->txb_skip_ctx = 0; in get_txb_ctx()
422 txb_ctx->txb_skip_ctx = skip_contexts[min][max]; in get_txb_ctx()
430 txb_ctx->txb_skip_ctx = ctx_base + ctx_offset; in get_txb_ctx()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c512 ec_ctx->txb_skip_cdf[txs_ctx][txb_ctx->txb_skip_ctx], 2);
647 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset;
744 const int txb_skip_ctx = txb_ctx->txb_skip_ctx; local
756 int cost = coeff_costs->txb_skip_cost[txb_skip_ctx][0];
842 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1];
999 txb_costs->txb_skip_cost[txb_info->txb_ctx->txb_skip_ctx][0];
1004 txb_costs->txb_skip_cost[txb_info->txb_ctx->txb_skip_ctx][1];
1252 chunk = txb_info->txb_ctx->txb_skip_ctx & 0xff;
1715 const int non_skip_cost = txb_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][0];
1716 const int skip_cost = txb_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1];
[all …]
Drdopt.h83 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1]; in av1_cost_skip_txb()
Dblock.h70 uint8_t txb_skip_ctx[MAX_MB_PLANE] member
Drdopt.c3121 cur_joint_ctx = (txb_ctx->dc_sign_ctx << 8) + txb_ctx->txb_skip_ctx; in search_txk_type()
3933 .txb_skip_cost[txb_ctx.txb_skip_ctx][1]; in set_skip_flag()
4999 (txb_ctx->dc_sign_ctx << 8) + txb_ctx->txb_skip_ctx; in tx_type_rd()
5183 .txb_skip_cost[txb_ctx.txb_skip_ctx][1]; in try_tx_block_no_split()
5520 .txb_skip_cost[txb_ctx.txb_skip_ctx][1]; in tx_block_yrd()
Dbitstream.c378 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset; in pack_txb_tokens()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c133 r, ec_ctx->txb_skip_cdf[txs_ctx][txb_ctx->txb_skip_ctx], 2, ACCT_STR); in av1_read_coeffs_txb()