Searched refs:coeff_ctx (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 327 const int coeff_ctx, const TX_CLASS tx_class) { argument 336 cost += txb_costs->base_eob_cost[coeff_ctx][AOMMIN(abs_qc, 3) - 1]; 338 cost += txb_costs->base_cost[coeff_ctx][AOMMIN(abs_qc, 3)]; 389 const int coeff_ctx = local 393 coeff_ctx, tx_class); 425 coeff_ctx, tx_class); 596 const int coeff_ctx = coeff_contexts[pos]; local 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], 794 const int coeff_ctx = coeff_contexts[pos]; local [all …]
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 70 const int coeff_ctx = get_lower_levels_ctx_2d(levels, pos, bwl, tx_size); in read_coeffs_reverse_2d() local 72 int level = aom_read_symbol(r, base_cdf[coeff_ctx], nsymbs, ACCT_STR); in read_coeffs_reverse_2d() 93 const int coeff_ctx = in read_coeffs_reverse() local 96 int level = aom_read_symbol(r, base_cdf[coeff_ctx], nsymbs, ACCT_STR); in read_coeffs_reverse() 248 const int coeff_ctx = get_lower_levels_ctx_eob(bwl, height, c); in av1_read_coeffs_txb() local 251 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx]; in av1_read_coeffs_txb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 734 static int rate_block(int plane, int block, TX_SIZE tx_size, int coeff_ctx, in rate_block() argument 736 return cost_coeffs(args->x, plane, block, tx_size, coeff_ctx, args->so->scan, in rate_block() 750 const int coeff_ctx = in block_rd_txfm() local 807 vp9_optimize_b(x, plane, block, tx_size, coeff_ctx); in block_rd_txfm() 850 rate = rate_block(plane, block, tx_size, coeff_ctx, args); in block_rd_txfm() 1151 const int coeff_ctx = in rd_pick_intra4x4block() local 1155 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1166 const int coeff_ctx = in rd_pick_intra4x4block() local 1173 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1251 const int coeff_ctx = in rd_pick_intra4x4block() local [all …]
|