Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c51 #define DARK_THRESH 64 macro
437 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c51 #define DARK_THRESH 64 macro
1001 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()