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

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

Completed in 48 milliseconds