HomeSort by relevance Sort by last modified time
    Searched refs:tot_steps (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 1077 int tot_steps; local
1108 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1116 for (step = 0; step < tot_steps ; step++)
1192 int tot_steps; local
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 882 int tot_steps; local
913 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
921 for (step = 0; step < tot_steps ; step++)
997 int tot_steps; local
1028 tot_steps = (x->ss_count / x->searches_per_step) - search_param;
1036 for (step = 0; step < tot_steps ; step++)
    [all...]

Completed in 224 milliseconds