Searched refs:sharp_calc_int (Results 1 – 1 of 1) sorted by relevance
457 int sharp_calc_int; in spl_build_isharp_1dlut_from_reference_curve() local493 sharp_calc_int = spl_fixpt_floor(sharp_calc); in spl_build_isharp_1dlut_from_reference_curve()495 if (sharp_calc_int > 127) in spl_build_isharp_1dlut_from_reference_curve()496 sharp_calc_int = 127; in spl_build_isharp_1dlut_from_reference_curve()497 *byte_ptr_1dlut_dst = (uint8_t)sharp_calc_int; in spl_build_isharp_1dlut_from_reference_curve()