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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 31 #define MAX_MVSEARCH_STEPS 8
34 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS)) - 1)
37 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
rdopt.c     [all...]
onyx_if.c 789 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
895 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
    [all...]
firstpass.c 451 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.h 31 #define MAX_MVSEARCH_STEPS 8
34 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS)) - 1)
37 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
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...]
firstpass.c 450 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 24 #define MAX_MVSEARCH_STEPS 11
27 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS - 1)) - 1)
29 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
41 search_site ss[8 * MAX_MVSEARCH_STEPS + 1];
vp9_mbgraph.c 46 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
vp9_mcomp.c 66 sr = VPXMIN(sr, MAX_MVSEARCH_STEPS - 2);
    [all...]
vp9_temporal_filter.c 247 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
vp9_firstpass.c 404 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.h 24 #define MAX_MVSEARCH_STEPS 11
27 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS - 1)) - 1)
29 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
vp9_speed_features.c 299 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
vp9_mcomp.c 511 static const int search_param_to_steps[MAX_MVSEARCH_STEPS] = {
    [all...]
vp9_firstpass.c 398 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
    [all...]
vp9_onyx_if.c     [all...]
vp9_rdopt.c     [all...]

Completed in 1181 milliseconds