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

  /external/libaom/libaom/av1/common/
entropy.c 40 av1_copy(cm->fc->coeff_br_cdf, av1_default_coeff_lps_multi_cdfs[index]);
98 RESET_CDF_COUNTER(fc->coeff_br_cdf, BR_CDF_SIZE);
entropymode.h 85 aom_cdf_prob coeff_br_cdf[TX_SIZES][PLANE_TYPES][LEVEL_CONTEXTS] member in struct:frame_contexts
  /external/libaom/libaom/av1/decoder/
decodetxb.c 259 cdf = ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx];
271 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type];
  /external/libaom/libaom/av1/encoder/
encodetxb.c 603 ec_ctx->coeff_br_cdf[AOMMIN(txs_ctx, TX_32X32)][plane_type][br_ctx];
    [all...]
rd.c 528 av1_cost_tokens_from_cdf(br_rate, fc->coeff_br_cdf[tx_size][plane][ctx],
    [all...]
encodeframe.c     [all...]

Completed in 176 milliseconds