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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 858 int further_steps; local
958 further_steps = (cpi->Speed >= 8)?
993 while (n < further_steps)
    [all...]
firstpass.c 450 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
482 while (n < further_steps)
    [all...]
rdopt.c 1184 int further_steps; local
1221 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
2238 int further_steps; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 397 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
414 further_steps -= sr;
456 while (n < further_steps) {
    [all...]
vp9_rdopt.c 1787 int further_steps; local
2370 int further_steps, step_param; local
    [all...]

Completed in 1402 milliseconds