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()
1034 int tot_steps; in vp8_diamond_search_sad_c() local1080 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()1084 for (step = 0; step < tot_steps; ++step) { in vp8_diamond_search_sad_c()1147 int tot_steps; in vp8_diamond_search_sadx4() local1193 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()1197 for (step = 0; step < tot_steps; ++step) { in vp8_diamond_search_sadx4()
1788 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_new() local1809 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_new()1941 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_c() local1962 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_c()
1680 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param; in av1_diamond_search_sad_c() local1701 for (step = 0; step < tot_steps; step++) { in av1_diamond_search_sad_c()2815 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param; in obmc_diamond_search_sad() local2836 for (step = 0; step < tot_steps; step++) { in obmc_diamond_search_sad()