Searched refs:tot_steps (Results 1 – 2 of 2) sorted by relevance
1065 int tot_steps; in vp8_diamond_search_sad_c() local1109 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()1113 for (step = 0; step < tot_steps ; step++) in vp8_diamond_search_sad_c()1189 int tot_steps; in vp8_diamond_search_sadx4() local1233 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()1237 for (step = 0; step < tot_steps ; step++) in vp8_diamond_search_sadx4()
1004 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp9_diamond_search_sad_c() local1029 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_c()1115 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp9_diamond_search_sadx4() local1140 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sadx4()