Home
last modified time | relevance | path

Searched defs:MV_SPEED_FEATURES (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dspeed_features.h427 typedef struct MV_SPEED_FEATURES { struct
429 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 …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h181 typedef struct MV_SPEED_FEATURES { struct
183 SEARCH_METHODS search_method;
187 int reduce_first_step_size;
213 } MV_SPEED_FEATURES; argument