Home
last modified time | relevance | path

Searched refs:motion_mode_cdf (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymode.h102 aom_cdf_prob motion_mode_cdf[BLOCK_SIZES_ALL][CDF_SIZE(MOTION_MODES)]; member
Dentropy.c109 RESET_CDF_COUNTER(fc->motion_mode_cdf, MOTION_MODES); in av1_reset_cdf_symbol_counters()
Dentropymode.c1001 av1_copy(fc->motion_mode_cdf, default_motion_mode_cdf); in init_mode_probs()
/external/libaom/libaom/av1/encoder/
Drd.c297 av1_cost_tokens_from_cdf(x->motion_mode_cost[i], fc->motion_mode_cdf[i], in av1_fill_mode_rates()
Dencodeframe.c1254 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()
Dbitstream.c283 xd->tile_ctx->motion_mode_cdf[mbmi->sb_type], in write_motion_mode()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c225 aom_read_symbol(r, xd->tile_ctx->motion_mode_cdf[mbmi->sb_type], in read_motion_mode()