Home
last modified time | relevance | path

Searched refs:min_thresh (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2237 uint32_t min_thresh = 4000; in vp9_scene_detection_onepass() local
2240 min_thresh = 60000; in vp9_scene_detection_onepass()
2260 VPXMAX(min_thresh, in vp9_scene_detection_onepass()
2320 VPXMAX(min_thresh, in vp9_scene_detection_onepass()
Dvp9_pickmode.c874 const unsigned int min_thresh = in encode_breakout_test() local
887 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh); in encode_breakout_test()