HomeSort by relevance Sort by last modified time
    Searched refs:max_step_search_steps (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.h 139 int max_step_search_steps; member in struct:__anon40768
vp9_mbgraph.c 42 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
vp9_pickmode.c 114 int further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
vp9_speed_features.c 299 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
vp9_temporal_filter.c 159 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
vp9_mcomp.c 64 sr = MIN(sr, (cpi->sf.max_step_search_steps - 2));
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 155 int max_step_search_steps; member in struct:__anon29587
vp9_mbgraph.c 42 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
vp9_speed_features.c 301 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
vp9_temporal_filter.c 159 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
vp9_pickmode.c 114 int further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
vp9_mcomp.c 64 sr = MIN(sr, (cpi->sf.max_step_search_steps - 2));
    [all...]
vp9_rdopt.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 188 int max_step_search_steps; member in struct:__anon17715
pickinter.c 969 0: (cpi->sf.max_step_search_steps - 1 - step_param);
    [all...]
rdopt.c     [all...]
onyx_if.c 805 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
892 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 191 int max_step_search_steps; member in struct:__anon29491
pickinter.c 959 0: (cpi->sf.max_step_search_steps - 1 - step_param);
    [all...]
rdopt.c     [all...]
onyx_if.c 782 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
869 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 191 int max_step_search_steps; member in struct:__anon40674
pickinter.c 962 0: (cpi->sf.max_step_search_steps - 1 - step_param);
    [all...]
rdopt.c     [all...]
onyx_if.c 782 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
869 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
    [all...]

Completed in 1076 milliseconds

1 2