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

  /external/libvpx/vp8/encoder/
temporal_filter.c 154 int further_steps; local
189 further_steps =
195 further_steps = 0;
221 //further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
226 while (n < further_steps)
pickinter.c 685 int further_steps; local
731 further_steps = (cpi->Speed >= 8)? 0: (cpi->sf.max_step_search_steps - 1 - step_param);
747 //further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
752 while (n < further_steps)
rdopt.c 1112 int further_steps; local
1143 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1167 while (n < further_steps)
2058 int further_steps; local
    [all...]
firstpass.c 437 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; //3; local
464 while (n < further_steps)
    [all...]

Completed in 173 milliseconds