Searched refs:MAX_MVSEARCH_STEPS (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.h | 31 #define MAX_MVSEARCH_STEPS 8 macro 34 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS)) - 1) 37 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
|
D | rdopt.c | 1223 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment() 1383 *sp = MAX_MVSEARCH_STEPS - 1 - step; in vp8_cal_step_param()
|
D | onyx_if.c | 782 sf->max_step_search_steps = MAX_MVSEARCH_STEPS; in vp8_set_speed_features() 869 sf->max_step_search_steps = MAX_MVSEARCH_STEPS; in vp8_set_speed_features() 1810 CHECK_MEM_ERROR(cpi->mb.ss, vpx_calloc(sizeof(search_site), (MAX_MVSEARCH_STEPS * 8) + 1)); in vp8_create_compressor()
|
D | firstpass.c | 450 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 24 #define MAX_MVSEARCH_STEPS 11 macro 27 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS - 1)) - 1) 29 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
|
D | vp9_speed_features.c | 299 sf->max_step_search_steps = MAX_MVSEARCH_STEPS; in vp9_set_speed_features()
|
D | vp9_mcomp.c | 511 static const int search_param_to_steps[MAX_MVSEARCH_STEPS] = { in vp9_pattern_search() 859 return vp9_hex_search(x, ref_mv, MAX(MAX_MVSEARCH_STEPS - 2, search_param), in vp9_fast_hex_search() 873 return vp9_bigdia_search(x, ref_mv, MAX(MAX_MVSEARCH_STEPS - 2, search_param), in vp9_fast_dia_search()
|
D | vp9_firstpass.c | 398 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search()
|
D | vp9_onyx_if.c | 1177 (MAX_MVSEARCH_STEPS * 8) + 1)); in vp9_create_compressor()
|
D | vp9_rdopt.c | 1841 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment_txsize()
|