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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h88 int searches_per_step; member in struct:macroblock
H A Dmcomp.c105 x->searches_per_step = 4;
177 x->searches_per_step = 8;
1107 ss = &x->ss[search_param * x->searches_per_step];
1108 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1114 for (j = 0 ; j < x->searches_per_step ; j++)
1231 ss = &x->ss[search_param * x->searches_per_step];
1232 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1253 for (j = 0 ; j < x->searches_per_step ; j += 4)
1282 for (j = 0 ; j < x->searches_per_step ; j++)
H A Dethreading.c332 z->searches_per_step = x->searches_per_step;
/external/libvpx/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;
1106 ss = &x->ss[search_param * x->searches_per_step];
1107 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1113 for (j = 0 ; j < x->searches_per_step ; j++)
1230 ss = &x->ss[search_param * x->searches_per_step];
1231 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1252 for (j = 0 ; j < x->searches_per_step ; j += 4)
1281 for (j = 0 ; j < x->searches_per_step ; j++)
H A Dethreading.c317 z->searches_per_step = x->searches_per_step;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.h43 int searches_per_step; member in struct:search_site_config
H A Dvp9_mcomp.c120 cfg->searches_per_step = 4;
144 cfg->searches_per_step = 8;
1263 const search_site *ss = &cfg->ss[search_param * cfg->searches_per_step];
1264 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param;
1300 for (j = 0; j < cfg->searches_per_step; j += 4) {
1323 for (j = 0; j < cfg->searches_per_step; j++) {
/external/libvpx/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;
991 const search_site *const ss = &x->ss[search_param * x->searches_per_step];
992 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1015 for (j = 0; j < x->searches_per_step; j++) {
1097 const search_site *ss = &x->ss[search_param * x->searches_per_step];
1098 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1139 for (j = 0; j < x->searches_per_step; j += 4) {
1163 for (j = 0; j < x->searches_per_step; j++) {

Completed in 672 milliseconds