Home
last modified time | relevance | path

Searched refs:exhaustive_searches_thresh (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c226 sf->exhaustive_searches_thresh = (1 << 22); in set_good_speed_feature_framesize_independent()
228 sf->exhaustive_searches_thresh = INT_MAX; in set_good_speed_feature_framesize_independent()
279 sf->exhaustive_searches_thresh = in set_good_speed_feature_framesize_independent()
434 sf->exhaustive_searches_thresh = INT_MAX; in set_rt_speed_feature_framesize_independent()
954 sf->exhaustive_searches_thresh = in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h394 int exhaustive_searches_thresh; member
Dvp9_mcomp.c2715 if (sf->exhaustive_searches_thresh < INT_MAX && in vp9_full_pixel_search()
2718 sf->exhaustive_searches_thresh >> in vp9_full_pixel_search()
/external/libaom/libaom/av1/encoder/
Dspeed_features.c817 sf->exhaustive_searches_thresh = (1 << 24); in av1_set_speed_features_framesize_independent()
819 sf->exhaustive_searches_thresh = (1 << 25); in av1_set_speed_features_framesize_independent()
822 sf->exhaustive_searches_thresh = sf->exhaustive_searches_thresh << 1; in av1_set_speed_features_framesize_independent()
Dspeed_features.h440 int exhaustive_searches_thresh; member
Dmcomp.c2089 (sf->exhaustive_searches_thresh < INT_MAX) && in is_exhaustive_allowed()
2359 int exhuastive_thr = sf->exhaustive_searches_thresh; in av1_full_pixel_search()
2385 int exhuastive_thr = sf->exhaustive_searches_thresh; in av1_full_pixel_search()