Searched refs:max_luma (Results 1 – 2 of 2) sorted by relevance
209 uint8_t max_luma) in construct_nv12_mask_surface() argument232 memset(y_dst, max_luma + 1, surface_image.pitches[0]); in construct_nv12_mask_surface()234 memset(y_dst, (min_luma + max_luma) / 2, surface_image.pitches[0]); in construct_nv12_mask_surface()671 uint32_t min_luma, max_luma; in blending_state_init() local695 state->max_luma = g_blending_max_luma * 1.0 / 256; in blending_state_init()699 blending_flags_str, global_alpha, min_luma, max_luma); in blending_state_init()
399 float max_luma; member