Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c172 sf->exhaustive_searches_thresh = (1 << 22); in set_good_speed_feature_framesize_independent()
181 sf->exhaustive_searches_thresh = INT_MAX; in set_good_speed_feature_framesize_independent()
222 sf->exhaustive_searches_thresh = in set_good_speed_feature_framesize_independent()
362 sf->exhaustive_searches_thresh = INT_MAX; in set_rt_speed_feature_framesize_independent()
755 sf->exhaustive_searches_thresh = in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h331 int exhaustive_searches_thresh; member
Dvp9_mcomp.c2401 if ((sf->exhaustive_searches_thresh < INT_MAX) && in vp9_full_pixel_search()
2403 int64_t exhuastive_thr = sf->exhaustive_searches_thresh; in vp9_full_pixel_search()