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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 27 #define MAX_MVSEARCH_STEPS 8
30 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS)) - 1)
33 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
rdopt.c 1216 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
    [all...]
onyx_if.c 664 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
751 sf->max_step_search_steps = MAX_MVSEARCH_STEPS;
    [all...]
firstpass.c 449 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
    [all...]

Completed in 21 milliseconds