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

  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 187 int max_step_search_steps; member in struct:__anon21245
pickinter.c 959 0: (cpi->sf.max_step_search_steps - 1 - step_param);
    [all...]
onyx_if.c 782 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
869 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 44 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
vp9_onyx_int.h 246 int max_step_search_steps; member in struct:__anon21321
vp9_temporal_filter.c 151 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
vp9_mcomp.c 58 sr = MIN(sr, (cpi->sf.max_step_search_steps - 2));
    [all...]
vp9_onyx_if.c 727 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
    [all...]
vp9_rdopt.c     [all...]

Completed in 671 milliseconds