Searched defs:MV_SPEED_FEATURES (Results 1 – 2 of 2) sorted by relevance
427 typedef struct MV_SPEED_FEATURES { struct429 SEARCH_METHODS search_method;433 int auto_mv_step_size;439 SUBPEL_SEARCH_METHODS subpel_search_method;442 int subpel_iters_per_step;445 SUBPEL_FORCE_STOP subpel_force_stop;448 SUBPEL_FORCE_STOP simple_motion_subpel_force_stop;452 SUBPEL_SEARCH_TYPE use_accurate_subpel_search;457 int adaptive_motion_search;460 int exhaustive_searches_thresh;[all …]
181 typedef struct MV_SPEED_FEATURES { struct183 SEARCH_METHODS search_method;187 int reduce_first_step_size;213 } MV_SPEED_FEATURES; argument