Home
last modified time | relevance | path

Searched refs:eob_ctx (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodetxb.c225 const int eob_ctx = eob_pt - 3; in av1_read_coeffs_txb() local
227 r, ec_ctx->eob_extra_cdf[txs_ctx][plane_type][eob_ctx], 2, ACCT_STR); in av1_read_coeffs_txb()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c238 int eob_ctx = eob_pt - 3; local
245 update_cdf(ec_ctx->eob_extra_cdf[txs_ctx][plane][eob_ctx], bit, 2);
258 const int eob_ctx = eob_pt - 3; local
261 eob_cost += txb_costs->eob_extra_cost[eob_ctx][bit];
569 const int eob_ctx = eob_pt - 3; local
573 ec_ctx->eob_extra_cdf[txs_ctx][plane_type][eob_ctx], 2);