Searched refs:sharp_calc (Results 1 – 1 of 1) sorted by relevance
455 struct spl_fixed31_32 sharp_base, sharp_calc, sharp_level; in SPL_NAMESPACE() local490 sharp_calc = SPL_NAMESPACE(spl_fixpt_mul(sharp_base, sharp_level)); in SPL_NAMESPACE()491 sharp_calc = spl_fixpt_div(sharp_calc, spl_fixpt_from_int(3)); in SPL_NAMESPACE()492 sharp_calc = spl_fixpt_min(spl_fixpt_from_int(255), sharp_calc); in SPL_NAMESPACE()493 sharp_calc = spl_fixpt_add(sharp_calc, in SPL_NAMESPACE()495 sharp_calc_int = spl_fixpt_floor(sharp_calc); in SPL_NAMESPACE()