Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropy.c147 RESET_CDF_COUNTER_STRIDE(fc->uv_mode_cdf[0], UV_INTRA_MODES - 1, in av1_reset_cdf_symbol_counters()
149 RESET_CDF_COUNTER(fc->uv_mode_cdf[1], UV_INTRA_MODES); in av1_reset_cdf_symbol_counters()
Dentropymode.h137 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/libgav1/libgav1/src/
Dsymbol_decoder_context.cc91 for (auto& d1 : context->uv_mode_cdf) { in ResetUVModeCounters()
120 CDF_COPY(kDefaultUVModeCdf, uv_mode_cdf); in Initialize()
Dsymbol_decoder_context.h155 uv_mode_cdf[kBooleanSymbolCount][kIntraPredictionModesY] member
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc455 .uv_mode_cdf[static_cast<int>(chroma_from_luma_allowed)][bp.y_mode]; in ReadPredictionModeUV()
/external/libaom/libaom/av1/encoder/
Drd.c114 fc->uv_mode_cdf[i][j], NULL); in av1_fill_mode_rates()
Dencodeframe.c1041 update_cdf(fc->uv_mode_cdf[cfl_allowed][y_mode], uv_mode, in sum_intra_stats()
4333 AVG_CDF_STRIDE(ctx_left->uv_mode_cdf[0], ctx_tr->uv_mode_cdf[0], in avg_cdf_symbols()
4335 AVERAGE_CDF(ctx_left->uv_mode_cdf[1], ctx_tr->uv_mode_cdf[1], UV_INTRA_MODES); in avg_cdf_symbols()
Dbitstream.c843 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.c144 aom_read_symbol(r, ec_ctx->uv_mode_cdf[cfl_allowed][y_mode], in read_intra_mode_uv()