Searched refs:searches_per_step (Results 1 – 8 of 8) 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
109 x->searches_per_step = 4; in vp8_init_dsmotion_compensation()177 x->searches_per_step = 8; in vp8_init3smotion_compensation()1079 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sad_c()1080 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()1085 for (j = 0; j < x->searches_per_step; ++j) { in vp8_diamond_search_sad_c()1192 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sadx4()1193 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()1212 for (j = 0; j < x->searches_per_step; j += 4) { in vp8_diamond_search_sadx4()1237 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()
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()1786 const MV *ss_mv = &cfg->ss_mv[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_new()1787 const intptr_t *ss_os = &cfg->ss_os[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_new()1825 for (j = 0; j < cfg->searches_per_step; j += 4) { in vp9_diamond_search_sad_new()1849 for (j = 0; j < cfg->searches_per_step; j++) { in vp9_diamond_search_sad_new()1939 const MV *ss_mv = &cfg->ss_mv[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_c()1940 const intptr_t *ss_os = &cfg->ss_os[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_c()[all …]
37 int searches_per_step; member
49 int searches_per_step; member
139 cfg->searches_per_step = 4; in av1_init_dsmotion_compensation()162 cfg->searches_per_step = 8; in av1_init3smotion_compensation()1679 const search_site *ss = &cfg->ss[search_param * cfg->searches_per_step]; in av1_diamond_search_sad_c()1680 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param; in av1_diamond_search_sad_c()1717 for (j = 0; j < cfg->searches_per_step; j += 4) { in av1_diamond_search_sad_c()1740 for (j = 0; j < cfg->searches_per_step; j++) { in av1_diamond_search_sad_c()2814 const search_site *const ss = &cfg->ss[search_param * cfg->searches_per_step]; in obmc_diamond_search_sad()2815 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param; in obmc_diamond_search_sad()2837 for (j = 0; j < cfg->searches_per_step; j++) { in obmc_diamond_search_sad()