Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropy.c146 RESET_CDF_COUNTER_STRIDE(fc->uv_mode_cdf[0], UV_INTRA_MODES - 1, in av1_reset_cdf_symbol_counters()
148 RESET_CDF_COUNTER(fc->uv_mode_cdf[1], UV_INTRA_MODES); in av1_reset_cdf_symbol_counters()
Dentropymode.h138 aom_cdf_prob uv_mode_cdf[CFL_ALLOWED_TYPES][INTRA_MODES] member
Dentropymode.c1017 av1_copy(fc->uv_mode_cdf, default_uv_mode_cdf); in init_mode_probs()
/external/libaom/libaom/av1/encoder/
Drd.c114 fc->uv_mode_cdf[i][j], NULL); in av1_fill_mode_rates()
Dencodeframe.c859 update_cdf(fc->uv_mode_cdf[cfl_allowed][y_mode], uv_mode, in sum_intra_stats()
4602 AVG_CDF_STRIDE(ctx_left->uv_mode_cdf[0], ctx_tr->uv_mode_cdf[0], in avg_cdf_symbols()
4604 AVERAGE_CDF(ctx_left->uv_mode_cdf[1], ctx_tr->uv_mode_cdf[1], UV_INTRA_MODES); in avg_cdf_symbols()
Dbitstream.c858 aom_write_symbol(w, uv_mode, frame_ctx->uv_mode_cdf[cfl_allowed][y_mode], in write_intra_uv_mode()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c127 aom_read_symbol(r, ec_ctx->uv_mode_cdf[cfl_allowed][y_mode], in read_intra_mode_uv()