Searched refs:sharp_calc_int (Results 1 – 1 of 1) sorted by relevance
666 int sharp_calc_int; in spl_build_isharp_1dlut_from_reference_curve() local702 sharp_calc_int = spl_fixpt_floor(sharp_calc); in spl_build_isharp_1dlut_from_reference_curve()704 if (sharp_calc_int > 127) in spl_build_isharp_1dlut_from_reference_curve()705 sharp_calc_int = 127; in spl_build_isharp_1dlut_from_reference_curve()706 *byte_ptr_1dlut_dst = (uint8_t)sharp_calc_int; in spl_build_isharp_1dlut_from_reference_curve()