HomeSort by relevance Sort by last modified time
    Searched refs:coeff_ctx (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/encoder/
encodetxb.c 327 const int coeff_ctx, const TX_CLASS tx_class) {
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);
585 const int coeff_ctx = coeff_contexts[pos]; local
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],
774 const int coeff_ctx = coeff_contexts[pos] local
796 const int coeff_ctx = coeff_contexts[pos]; local
813 const int coeff_ctx = coeff_contexts[pos]; local
905 const int coeff_ctx = local
972 const int coeff_ctx = local
1394 const int coeff_ctx = get_lower_levels_ctx_general( local
1455 const int coeff_ctx = local
1532 const int coeff_ctx = local
1736 const int coeff_ctx = get_lower_levels_ctx_eob(bwl, height, si); local
2057 const int coeff_ctx = coeff_contexts[pos]; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodetxb.c 70 const int coeff_ctx = get_lower_levels_ctx_2d(levels, pos, bwl, tx_size); local
72 int level = aom_read_symbol(r, base_cdf[coeff_ctx], nsymbs, ACCT_STR);
93 const int coeff_ctx = local
96 int level = aom_read_symbol(r, base_cdf[coeff_ctx], nsymbs, ACCT_STR);
252 const int coeff_ctx = get_lower_levels_ctx_eob(bwl, height, c); local
255 ec_ctx->coeff_base_eob_cdf[txs_ctx][plane_type][coeff_ctx];
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 653 static int rate_block(int plane, int block, TX_SIZE tx_size, int coeff_ctx,
655 return cost_coeffs(args->x, plane, block, tx_size, coeff_ctx, args->so->scan,
669 const int coeff_ctx = local
712 vp9_optimize_b(x, plane, block, tx_size, coeff_ctx);
750 rate = rate_block(plane, block, tx_size, coeff_ctx, args);
1012 const int coeff_ctx = local
1027 const int coeff_ctx = local
1112 const int coeff_ctx = local
1127 const int coeff_ctx = local
1567 int coeff_ctx; local
    [all...]

Completed in 1275 milliseconds