Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl_isharp_filters.c458 int sharp_calc_int; in SPL_NAMESPACE() local
495 sharp_calc_int = spl_fixpt_floor(sharp_calc); in SPL_NAMESPACE()
497 if (sharp_calc_int > 127) in SPL_NAMESPACE()
498 sharp_calc_int = 127; in SPL_NAMESPACE()
499 *byte_ptr_1dlut_dst = (uint8_t)sharp_calc_int; in SPL_NAMESPACE()