Searched refs:searches_per_step (Results 1 – 6 of 6) sorted by relevance
93 const MV *ss_mv = &cfg->ss_mv[cfg->searches_per_step * search_param]; in vp9_diamond_search_sad_avx()94 const intptr_t *ss_os = &cfg->ss_os[cfg->searches_per_step * search_param]; in vp9_diamond_search_sad_avx()139 for (j = 0; j < cfg->searches_per_step; j += 4, i += 4) { in vp9_diamond_search_sad_avx()
82 int searches_per_step; member
111 x->searches_per_step = 4; in vp8_init_dsmotion_compensation()179 x->searches_per_step = 8; in vp8_init3smotion_compensation()1081 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sad_c()1082 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()1087 for (j = 0; j < x->searches_per_step; ++j) { in vp8_diamond_search_sad_c()1193 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sadx4()1194 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()1213 for (j = 0; j < x->searches_per_step; j += 4) { in vp8_diamond_search_sadx4()1238 for (j = 0; j < x->searches_per_step; ++j) { in vp8_diamond_search_sadx4()
324 z->searches_per_step = x->searches_per_step; in setup_mbby_copy()
37 int searches_per_step; member
134 cfg->searches_per_step = 4; in vp9_init_dsmotion_compensation()135 cfg->total_steps = ss_count / cfg->searches_per_step; in vp9_init_dsmotion_compensation()154 cfg->searches_per_step = 8; in vp9_init3smotion_compensation()155 cfg->total_steps = ss_count / cfg->searches_per_step; in vp9_init3smotion_compensation()1606 const MV *ss_mv = &cfg->ss_mv[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_c()1607 const intptr_t *ss_os = &cfg->ss_os[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_c()1645 for (j = 0; j < cfg->searches_per_step; j += 4) { in vp9_diamond_search_sad_c()1667 for (j = 0; j < cfg->searches_per_step; j++) { in vp9_diamond_search_sad_c()