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

  /external/libaom/libaom/av1/encoder/
firstpass.c 227 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
230 further_steps -= sr;
255 while (n < further_steps) {
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 905 int further_steps; local
    [all...]
firstpass.c 420 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
450 while (n < further_steps) {
    [all...]
rdopt.c 1016 int further_steps; local
1051 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1074 while (n < further_steps) {
2018 int further_steps; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 2281 const int further_steps = MAX_MVSEARCH_STEPS - 1 - step_param; local
    [all...]
vp9_firstpass.c 403 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
406 further_steps -= sr;
433 while (n < further_steps) {
    [all...]

Completed in 383 milliseconds