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

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 42 int sadpb, int further_steps, int do_refine,
vp9_mcomp.c     [all...]
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...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1184 int further_steps; local
1221 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
2238 int further_steps; local
    [all...]
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...]

Completed in 3064 milliseconds