Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb_scl.c745 struct fixed31_32 tmp_h_ratio_luma = dc_fixpt_from_fraction( in dwb_program_horz_scalar() local
748 if (dc_fixpt_floor(tmp_h_ratio_luma) == 8) in dwb_program_horz_scalar()
751 h_ratio_luma = dc_fixpt_u3d19(tmp_h_ratio_luma) << 5; in dwb_program_horz_scalar()
761 tmp_h_init_phase_luma = dc_fixpt_add_int(tmp_h_ratio_luma, h_taps_luma + 1); in dwb_program_horz_scalar()
769 tmp_h_init_phase_chroma = dc_fixpt_mul_int(tmp_h_ratio_luma, 2); in dwb_program_horz_scalar()
787 h_taps_luma, tmp_h_ratio_luma); in dwb_program_horz_scalar()