Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.h31 #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))
Drdopt.c1223 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment()
1383 *sp = MAX_MVSEARCH_STEPS - 1 - step; in vp8_cal_step_param()
Donyx_if.c782 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()
Dfirstpass.c450 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/
Dvp9_mcomp.h24 #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))
Dvp9_speed_features.c299 sf->max_step_search_steps = MAX_MVSEARCH_STEPS; in vp9_set_speed_features()
Dvp9_mcomp.c511 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()
Dvp9_firstpass.c398 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search()
Dvp9_onyx_if.c1177 (MAX_MVSEARCH_STEPS * 8) + 1)); in vp9_create_compressor()
Dvp9_rdopt.c1841 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment_txsize()