Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dencodeframe_utils.c1321 uint64_t avg_source_sse_threshold_verylow = 10000; // ~1.5*1.5*(64*64) in av1_source_content_sb() local
1329 avg_source_sse_threshold_verylow = avg_source_sse_threshold_verylow << 1; in av1_source_content_sb()
1345 if (tmp_sse < avg_source_sse_threshold_verylow) in av1_source_content_sb()