Searched refs:DARK_THRESH (Results 1 – 2 of 2) sorted by relevance
51 #define DARK_THRESH 64 macro437 if ((level_sample < DARK_THRESH) && (log_intra < 9.0)) { in firstpass_intra_prediction()438 stats->brightness_factor += 1.0 + (0.01 * (DARK_THRESH - level_sample)); in firstpass_intra_prediction()
51 #define DARK_THRESH 64 macro1001 if ((level_sample < DARK_THRESH) && (log_intra < 9.0)) { in vp9_first_pass_encode_tile_mb_row()1002 mb_brightness_factor = 1.0 + (0.01 * (DARK_THRESH - level_sample)); in vp9_first_pass_encode_tile_mb_row()