Searched refs:compound_index_cdf (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropymode.h | 123 aom_cdf_prob compound_index_cdf[COMP_INDEX_CONTEXTS][CDF_SIZE(2)]; member
|
D | entropy.c | 129 RESET_CDF_COUNTER(fc->compound_index_cdf, 2); in av1_reset_cdf_symbol_counters()
|
D | entropymode.c | 995 av1_copy(fc->compound_index_cdf, default_compound_idx_cdfs); in init_mode_probs()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 304 av1_cost_tokens_from_cdf(x->comp_idx_cost[i], fc->compound_index_cdf[i], in av1_fill_mode_rates()
|
D | encodeframe.c | 1293 update_cdf(fc->compound_index_cdf[comp_index_ctx], in update_stats() 4582 AVERAGE_CDF(ctx_left->compound_index_cdf, ctx_tr->compound_index_cdf, 2); in avg_cdf_symbols()
|
D | bitstream.c | 1159 ec_ctx->compound_index_cdf[comp_index_ctx], 2); in pack_inter_mode_mvs()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1422 r, ec_ctx->compound_index_cdf[comp_index_ctx], 2, ACCT_STR); in read_inter_block_mode_info()
|