Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropymode.h161 aom_cdf_prob cfl_sign_cdf[CDF_SIZE(CFL_JOINT_SIGNS)]; member
Dentropy.c177 RESET_CDF_COUNTER(fc->cfl_sign_cdf, CFL_JOINT_SIGNS); in av1_reset_cdf_symbol_counters()
Dentropymode.c1032 av1_copy(fc->cfl_sign_cdf, default_cfl_sign_cdf); in init_mode_probs()
/external/libaom/libaom/av1/encoder/
Drd.c154 av1_cost_tokens_from_cdf(sign_cost, fc->cfl_sign_cdf, NULL); in av1_fill_mode_rates()
Dencodeframe.c1050 update_cdf(fc->cfl_sign_cdf, joint_sign, CFL_JOINT_SIGNS); in sum_intra_stats()
4376 AVERAGE_CDF(ctx_left->cfl_sign_cdf, ctx_tr->cfl_sign_cdf, CFL_JOINT_SIGNS); in avg_cdf_symbols()
Dbitstream.c850 aom_write_symbol(w, joint_sign, ec_ctx->cfl_sign_cdf, CFL_JOINT_SIGNS); in write_cfl_alphas()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c152 aom_read_symbol(r, ec_ctx->cfl_sign_cdf, CFL_JOINT_SIGNS, "cfl:signs"); in read_cfl_alphas()