Searched refs:uv_mode_cdf (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropy.c | 146 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()
|
D | entropymode.h | 138 aom_cdf_prob uv_mode_cdf[CFL_ALLOWED_TYPES][INTRA_MODES] member
|
D | entropymode.c | 1017 av1_copy(fc->uv_mode_cdf, default_uv_mode_cdf); in init_mode_probs()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 114 fc->uv_mode_cdf[i][j], NULL); in av1_fill_mode_rates()
|
D | encodeframe.c | 859 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()
|
D | bitstream.c | 858 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/ |
D | decodemv.c | 127 aom_read_symbol(r, ec_ctx->uv_mode_cdf[cfl_allowed][y_mode], in read_intra_mode_uv()
|