Searched defs:tot_steps (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c1064 int tot_steps; local
1108 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1112 for (step = 0; step < tot_steps ; step++)
1188 int tot_steps; local
1232 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1236 for (step = 0; step < tot_steps ; step++)
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c1063 int tot_steps; local
1107 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1111 for (step = 0; step < tot_steps ; step++)
1187 int tot_steps; local
1231 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1235 for (step = 0; step < tot_steps ; step++)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c962 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param; local
983 for (step = 0; step < tot_steps; step++) {
1065 const int tot_steps = (cfg->ss_count / cfg->searches_per_step) - search_param; local
1085 for (step = 0; step < tot_steps; step++) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c992 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; local
1014 for (step = 0; step < tot_steps; step++) {
1098 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; local
1123 for (step = 0; step < tot_steps; step++) {

Completed in 162 milliseconds