Searched refs:delta_q_cdf (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropymode.h | 155 aom_cdf_prob delta_q_cdf[CDF_SIZE(DELTA_Q_PROBS + 1)]; member
|
D | entropy.c | 166 RESET_CDF_COUNTER(fc->delta_q_cdf, DELTA_Q_PROBS + 1); in av1_reset_cdf_symbol_counters()
|
D | entropymode.c | 1029 av1_copy(fc->delta_q_cdf, default_delta_q_cdf); in init_mode_probs()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 78 abs = aom_read_symbol(r, ec_ctx->delta_q_cdf, DELTA_Q_PROBS + 1, ACCT_STR); in read_delta_qindex()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 4629 AVERAGE_CDF(ctx_left->delta_q_cdf, ctx_tr->delta_q_cdf, DELTA_Q_PROBS + 1); in avg_cdf_symbols()
|
D | bitstream.c | 296 aom_write_symbol(w, AOMMIN(abs, DELTA_Q_SMALL), ec_ctx->delta_q_cdf, in write_delta_qindex()
|