Searched refs:DARK_THRESH (Results 1 – 1 of 1) sorted by relevance
60 #define DARK_THRESH 64 macro726 if ((level_sample < DARK_THRESH) && (log_intra < 9.0)) in vp9_first_pass()727 brightness_factor += 1.0 + (0.01 * (DARK_THRESH - level_sample)); in vp9_first_pass()