Home
last modified time | relevance | path

Searched refs:CFL_CONTEXT_V (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Denums.h335 #define CFL_CONTEXT_V(js) \ macro
/external/libaom/libaom/av1/encoder/
Drd.c167 const aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in av1_fill_mode_rates()
Dencodeframe.c881 aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in sum_intra_stats()
884 ++counts->cfl_alpha[CFL_CONTEXT_V(joint_sign)][CFL_IDX_V(idx)]; in sum_intra_stats()
Dbitstream.c871 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.c144 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in read_cfl_alphas()