Home
last modified time | relevance | path

Searched refs:searches_per_step (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dblock.h88 int searches_per_step; member
Dmcomp.c105 x->searches_per_step = 4; in vp8_init_dsmotion_compensation()
177 x->searches_per_step = 8; in vp8_init3smotion_compensation()
1107 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sad_c()
1108 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()
1114 for (j = 0 ; j < x->searches_per_step ; j++) in vp8_diamond_search_sad_c()
1231 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sadx4()
1232 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()
1253 for (j = 0 ; j < x->searches_per_step ; j += 4) in vp8_diamond_search_sadx4()
1282 for (j = 0 ; j < x->searches_per_step ; j++) in vp8_diamond_search_sadx4()
Dethreading.c332 z->searches_per_step = x->searches_per_step; in setup_mbby_copy()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h43 int searches_per_step; member
Dvp9_mcomp.c120 cfg->searches_per_step = 4; in vp9_init_dsmotion_compensation()
144 cfg->searches_per_step = 8; in vp9_init3smotion_compensation()
878 const search_site *ss = &cfg->ss[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_c()
879 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param; in vp9_diamond_search_sad_c()
915 for (j = 0; j < cfg->searches_per_step; j += 4) { in vp9_diamond_search_sad_c()
938 for (j = 0; j < cfg->searches_per_step; j++) { in vp9_diamond_search_sad_c()