Searched refs:br_ctx (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 74 const int br_ctx = get_br_ctx_2d(levels, pos, bwl); in read_coeffs_reverse_2d() local 75 aom_cdf_prob *cdf = br_cdf[br_ctx]; in read_coeffs_reverse_2d() 98 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class); in read_coeffs_reverse() local 99 aom_cdf_prob *cdf = br_cdf[br_ctx]; in read_coeffs_reverse() 254 const int br_ctx = get_br_ctx_eob(pos, bwl, tx_class); in av1_read_coeffs_txb() local 255 cdf = ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; in av1_read_coeffs_txb()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 612 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class); local 614 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx]; 1426 const int br_ctx = get_br_ctx(levels, ci, bwl, tx_class); local 1428 cost += get_br_cost_with_diff(abs_qc, txb_costs->lps_cost[br_ctx], 1451 int br_ctx; local 1452 br_ctx = get_br_ctx_eob(ci, bwl, tx_class); 1453 cost += get_br_cost(abs_qc, txb_costs->lps_cost[br_ctx]); 1478 int br_ctx; local 1480 br_ctx = get_br_ctx_eob(ci, bwl, tx_class); 1482 br_ctx = get_br_ctx(levels, ci, bwl, tx_class); [all …]
|