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.c2949 uint32_t min_thresh = 10000; in vp9_scene_detection_onepass() local
2953 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) min_thresh = 65000; in vp9_scene_detection_onepass()
2978 VPXMAX(min_thresh, in vp9_scene_detection_onepass()
3042 VPXMAX(min_thresh, in vp9_scene_detection_onepass()
Dvp9_pickmode.c948 const unsigned int min_thresh = in encode_breakout_test() local
961 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh); in encode_breakout_test()