Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dsymbol_decoder_context.cc122 CDF_COPY(kDefaultCflAlphaCdf, cfl_alpha_cdf); in Initialize()
244 RESET_COUNTER_2D(cfl_alpha_cdf); in ResetCounters()
Dsymbol_decoder_context.h131 uint16_t cfl_alpha_cdf[kCflAlphaContexts][kCflAlphaSymbolCount + 1]; member
/external/libaom/libaom/av1/common/
Dentropymode.h162 aom_cdf_prob cfl_alpha_cdf[CFL_ALPHA_CONTEXTS][CDF_SIZE(CFL_ALPHABET_SIZE)]; member
Dentropy.c178 RESET_CDF_COUNTER(fc->cfl_alpha_cdf, CFL_ALPHABET_SIZE); in av1_reset_cdf_symbol_counters()
Dentropymode.c1033 av1_copy(fc->cfl_alpha_cdf, default_cfl_alpha_cdf); in init_mode_probs()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc431 symbol_decoder_context_.cfl_alpha_cdf[cfl_lookup[2]]) + in ReadCflAlpha()
440 symbol_decoder_context_.cfl_alpha_cdf[cfl_lookup[3]]) + in ReadCflAlpha()
/external/libaom/libaom/av1/encoder/
Drd.c161 const aom_cdf_prob *cdf_u = fc->cfl_alpha_cdf[CFL_CONTEXT_U(joint_sign)]; in av1_fill_mode_rates()
167 const aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in av1_fill_mode_rates()
Dencodeframe.c1052 aom_cdf_prob *cdf_u = fc->cfl_alpha_cdf[CFL_CONTEXT_U(joint_sign)]; in sum_intra_stats()
1060 aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in sum_intra_stats()
4377 AVERAGE_CDF(ctx_left->cfl_alpha_cdf, ctx_tr->cfl_alpha_cdf, in avg_cdf_symbols()
Dbitstream.c853 aom_cdf_prob *cdf_u = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_U(joint_sign)]; in write_cfl_alphas()
857 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in write_cfl_alphas()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c156 aom_cdf_prob *cdf_u = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_U(joint_sign)]; in read_cfl_alphas()
161 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in read_cfl_alphas()