Home
last modified time | relevance | path

Searched refs:MAX_MVSEARCH_STEPS (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dmcomp.h24 #define MAX_MVSEARCH_STEPS 8 // The maximum number of steps in a… macro
25 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS+3)) - 8) // Max full pel mv specified in 1/8…
26 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1)) // Maximum size of the first step i…
Drdopt.c1143 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment()
1299 *sp = MAX_MVSEARCH_STEPS - 1 - step; in vp8_cal_step_param()
Donyx_if.c577 sf->max_step_search_steps = MAX_MVSEARCH_STEPS; in vp8_set_speed_features()
620 sf->max_step_search_steps = MAX_MVSEARCH_STEPS; in vp8_set_speed_features()
1841 CHECK_MEM_ERROR(cpi->mb.ss, vpx_calloc(sizeof(search_site), (MAX_MVSEARCH_STEPS * 8) + 1)); in vp8_create_compressor()
Dfirstpass.c437 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; //3; in first_pass_motion_search()