Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dblock.h76 int searches_per_step; member
Dmcomp.c110 x->searches_per_step = 4; in vp8_init_dsmotion_compensation()
182 x->searches_per_step = 8; in vp8_init3smotion_compensation()
957 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sad()
958 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad()
968 for (j = 0 ; j < x->searches_per_step ; j++) in vp8_diamond_search_sad()
1072 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sadx4()
1073 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()
1096 for (j = 0 ; j < x->searches_per_step ; j += 4) in vp8_diamond_search_sadx4()
1124 for (j = 0 ; j < x->searches_per_step ; j++) in vp8_diamond_search_sadx4()
Dethreading.c237 z->searches_per_step = x->searches_per_step; in setup_mbby_copy()