Searched refs:sharp_calc_int (Results 1 – 1 of 1) sorted by relevance
458 int sharp_calc_int; in SPL_NAMESPACE() local495 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()