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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_pickmode.c 114 int further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; local
117 sadpb, further_steps, 1,
vp9_firstpass.c 398 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
410 further_steps -= sr;
436 while (n < further_steps) {
    [all...]
vp9_rdopt.c 1797 int further_steps; local
2379 int further_steps, step_param; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 861 int further_steps; local
961 further_steps = (cpi->Speed >= 8)?
996 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 1186 int further_steps; local
2240 int further_steps; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 1071 int further_steps; local
    [all...]
firstpass.c 451 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
483 while (n < further_steps)
    [all...]
rdopt.c 1188 int further_steps; local
2242 int further_steps; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 404 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
407 further_steps -= sr;
435 while (n < further_steps) {
    [all...]

Completed in 790 milliseconds