Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dnoise_model.c562 const double kVarThreshold = 0.005 / (double)n; in aom_flat_block_finder_run() local
626 (norm < kNormThreshold) && (var > kVarThreshold); in aom_flat_block_finder_run()
640 scores[by * num_blocks_w + bx].score = var > kVarThreshold ? score : 0; in aom_flat_block_finder_run()