Searched refs:kVarThreshold (Results 1 – 1 of 1) sorted by relevance
562 const double kVarThreshold = 0.005 / (double)n; in aom_flat_block_finder_run() local626 (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()