Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drd.c156 int *cost_u = x->cfl_cost[joint_sign][CFL_PRED_U]; in av1_fill_mode_rates() local
159 memset(cost_u, 0, CFL_ALPHABET_SIZE * sizeof(*cost_u)); in av1_fill_mode_rates()
162 av1_cost_tokens_from_cdf(cost_u, cdf_u, NULL); in av1_fill_mode_rates()
171 cost_u[u] += sign_cost[joint_sign]; in av1_fill_mode_rates()