Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.c1033 int next_step_size = tot_steps > 2 ? cfg->radius[tot_steps - 2] : 1; in diamond_search_sad() local
1037 if (step > 0) next_step_size = cfg->radius[step - 1]; in diamond_search_sad()
1107 while (next_step_size == cfg->radius[step] && step > 2) { in diamond_search_sad()
1110 next_step_size = cfg->radius[step - 1]; in diamond_search_sad()