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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1021 int further_steps; local
1056 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1079 while (n < further_steps) {
2019 int further_steps; local
    [all...]
pickinter.c 995 int further_steps; local
    [all...]
firstpass.c 420 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
450 while (n < further_steps) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c     [all...]
vp9_firstpass.c 407 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
410 further_steps -= sr;
437 while (n < further_steps) {
    [all...]

Completed in 213 milliseconds