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 1016 int further_steps; local
1051 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1074 while (n < further_steps) {
2014 int further_steps; local
    [all...]
pickinter.c 906 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 415 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
418 further_steps -= sr;
445 while (n < further_steps) {
    [all...]

Completed in 852 milliseconds