Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1251 uint64_t avg_source_sad_threshold = 10000; in avg_source_sad() local
1263 if (tmp_sad < avg_source_sad_threshold) in avg_source_sad()
1275 else if (tmp_sad > (avg_source_sad_threshold << 1)) in avg_source_sad()