Searched refs:MAX_MVSEARCH_STEPS (Results 1 – 4 of 4) sorted by relevance
24 #define MAX_MVSEARCH_STEPS 8 // The maximum number of steps in a… macro25 #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…
1143 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment()1299 *sp = MAX_MVSEARCH_STEPS - 1 - step; in vp8_cal_step_param()
577 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()
437 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; //3; in first_pass_motion_search()