Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_ratectrl.c3063 uint32_t thresh_key = 140000; in vp9_scene_detection_onepass() local
3064 if (cpi->oxcf.speed <= 5) thresh_key = 240000; in vp9_scene_detection_onepass()
3096 if (rc->high_source_sad && avg_sad_current > thresh_key) in vp9_scene_detection_onepass()
3161 if (rc->high_source_sad && avg_sad > thresh_key) in vp9_scene_detection_onepass()