Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2822 uint32_t thresh_key = 140000; in vp9_scene_detection_onepass() local
2823 if (cpi->oxcf.speed <= 5) thresh_key = 240000; in vp9_scene_detection_onepass()
2855 if (rc->high_source_sad && avg_sad_current > thresh_key) in vp9_scene_detection_onepass()
2920 if (rc->high_source_sad && avg_sad > thresh_key) in vp9_scene_detection_onepass()