Searched refs:abs_coeff (Results 1 – 1 of 1) sorted by relevance
488 abs_coeff = clamp_val(abs_coeff, 0, CTM_COEFF_4_0 - 1); in ilk_csc_convert_ctm()496 if (abs_coeff < CTM_COEFF_0_125) in ilk_csc_convert_ctm()498 ILK_CSC_COEFF_FP(abs_coeff, 12); in ilk_csc_convert_ctm()499 else if (abs_coeff < CTM_COEFF_0_25) in ilk_csc_convert_ctm()501 ILK_CSC_COEFF_FP(abs_coeff, 11); in ilk_csc_convert_ctm()502 else if (abs_coeff < CTM_COEFF_0_5) in ilk_csc_convert_ctm()504 ILK_CSC_COEFF_FP(abs_coeff, 10); in ilk_csc_convert_ctm()505 else if (abs_coeff < CTM_COEFF_1_0) in ilk_csc_convert_ctm()507 else if (abs_coeff < CTM_COEFF_2_0) in ilk_csc_convert_ctm()509 ILK_CSC_COEFF_FP(abs_coeff, 8); in ilk_csc_convert_ctm()[all …]