Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c95 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_avx() local
138 for (i = 0, step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_avx()
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1036 int tot_steps; in vp8_diamond_search_sad_c() local
1082 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()
1086 for (step = 0; step < tot_steps; ++step) { in vp8_diamond_search_sad_c()
1148 int tot_steps; in vp8_diamond_search_sadx4() local
1194 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()
1198 for (step = 0; step < tot_steps; ++step) { in vp8_diamond_search_sadx4()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1608 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_c() local
1629 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_c()