Searched refs:tot_steps (Results 1 – 4 of 4) sorted by relevance
95 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_avx() local138 for (i = 0, step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_avx()
1032 int tot_steps; in vp8_diamond_search_sad_c() local1078 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()1082 for (step = 0; step < tot_steps; ++step) { in vp8_diamond_search_sad_c()1145 int tot_steps; in vp8_diamond_search_sadx4() local1191 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()1195 for (step = 0; step < tot_steps; ++step) { in vp8_diamond_search_sadx4()
1023 const int tot_steps = cfg->ss_count - search_param; in diamond_search_sad() local1033 int next_step_size = tot_steps > 2 ? cfg->radius[tot_steps - 2] : 1; in diamond_search_sad()1034 for (int step = tot_steps - 1; step >= 0; --step) { in diamond_search_sad()1852 const int tot_steps = MAX_MVSEARCH_STEPS - 1 - search_param; in obmc_diamond_search_sad() local1867 for (step = tot_steps; step >= 0; --step) { in obmc_diamond_search_sad()
1957 const int tot_steps = cfg->total_steps - search_param; in diamond_search_sad_new() local1982 for (step = 0; step < tot_steps; step++) { in diamond_search_sad_new()2114 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_c() local2135 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_c()