Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h88 int searches_per_step; member
Dmcomp.c104 x->searches_per_step = 4; in vp8_init_dsmotion_compensation()
176 x->searches_per_step = 8; in vp8_init3smotion_compensation()
1108 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sad_c()
1109 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()
1115 for (j = 0 ; j < x->searches_per_step ; j++) in vp8_diamond_search_sad_c()
1232 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sadx4()
1233 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()
1254 for (j = 0 ; j < x->searches_per_step ; j += 4) in vp8_diamond_search_sadx4()
1283 for (j = 0 ; j < x->searches_per_step ; j++) in vp8_diamond_search_sadx4()
Dethreading.c317 z->searches_per_step = x->searches_per_step; in setup_mbby_copy()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c123 x->searches_per_step = 4; in vp9_init_dsmotion_compensation()
147 x->searches_per_step = 8; in vp9_init3smotion_compensation()
1003 const search_site *const ss = &x->ss[search_param * x->searches_per_step]; in vp9_diamond_search_sad_c()
1004 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp9_diamond_search_sad_c()
1030 for (j = 0; j < x->searches_per_step; j++) { in vp9_diamond_search_sad_c()
1114 const search_site *ss = &x->ss[search_param * x->searches_per_step]; in vp9_diamond_search_sadx4()
1115 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp9_diamond_search_sadx4()
1156 for (j = 0; j < x->searches_per_step; j += 4) { in vp9_diamond_search_sadx4()
1180 for (j = 0; j < x->searches_per_step; j++) { in vp9_diamond_search_sadx4()
Dvp9_block.h101 int searches_per_step; member