Home
last modified time | relevance | path

Searched refs:cdf_v (Results 1 – 4 of 4) sorted by relevance

/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() local
168 av1_cost_tokens_from_cdf(cost_v, cdf_v, NULL); in av1_fill_mode_rates()
Dbitstream.c857 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in write_cfl_alphas() local
858 aom_write_symbol(w, CFL_IDX_V(idx), cdf_v, CFL_ALPHABET_SIZE); in write_cfl_alphas()
Dencodeframe.c1060 aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in sum_intra_stats() local
1065 update_cdf(cdf_v, CFL_IDX_V(idx), CFL_ALPHABET_SIZE); in sum_intra_stats()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c161 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; in read_cfl_alphas() local
162 idx += (uint8_t)aom_read_symbol(r, cdf_v, CFL_ALPHABET_SIZE, "cfl:alpha_v"); in read_cfl_alphas()