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.c2951 uint32_t thresh_key = 140000; in vp9_scene_detection_onepass() local
2952 if (cpi->oxcf.speed <= 5) thresh_key = 240000; in vp9_scene_detection_onepass()
2984 if (rc->high_source_sad && avg_sad_current > thresh_key) in vp9_scene_detection_onepass()
3049 if (rc->high_source_sad && avg_sad > thresh_key) in vp9_scene_detection_onepass()