Searched refs:motion_mode_cdf (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropymode.h | 102 aom_cdf_prob motion_mode_cdf[BLOCK_SIZES_ALL][CDF_SIZE(MOTION_MODES)]; member
|
D | entropy.c | 109 RESET_CDF_COUNTER(fc->motion_mode_cdf, MOTION_MODES); in av1_reset_cdf_symbol_counters()
|
D | entropymode.c | 1001 av1_copy(fc->motion_mode_cdf, default_motion_mode_cdf); in init_mode_probs()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 297 av1_cost_tokens_from_cdf(x->motion_mode_cost[i], fc->motion_mode_cdf[i], in av1_fill_mode_rates()
|
D | encodeframe.c | 1254 update_cdf(fc->motion_mode_cdf[bsize], mbmi->motion_mode, in update_stats() 4558 AVERAGE_CDF(ctx_left->motion_mode_cdf, ctx_tr->motion_mode_cdf, MOTION_MODES); in avg_cdf_symbols()
|
D | bitstream.c | 283 xd->tile_ctx->motion_mode_cdf[mbmi->sb_type], in write_motion_mode()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 225 aom_read_symbol(r, xd->tile_ctx->motion_mode_cdf[mbmi->sb_type], in read_motion_mode()
|