Searched refs:threshold (Results 1 – 2 of 2) sorted by relevance
967 FSP_ASSERT(p_gamma_correction->threshold); in r_glcdc_param_check_gamma_correction()972 FSP_ERROR_RETURN((GLCDC_PRV_GAMMA_THRESHOLD_MAX >= p_gamma_correction->threshold[i]), in r_glcdc_param_check_gamma_correction()976 …FSP_ERROR_RETURN(previous_threshold <= p_gamma_correction->threshold[i], FSP_ERR_INVALID_GAMMA_SET… in r_glcdc_param_check_gamma_correction()977 previous_threshold = p_gamma_correction->threshold[i]; in r_glcdc_param_check_gamma_correction()1850 …R_GLCDC->GAM[j].AREA[i] = ((LUT_ptr->threshold[(i * 3U) + 1U] & GLCDC_PRV_GAMX_AREAX_MASK) << 20) + in r_glcdc_gamma_correction()1851 … ((LUT_ptr->threshold[(i * 3U) + 2U] & GLCDC_PRV_GAMX_AREAX_MASK) << 10) + in r_glcdc_gamma_correction()1852 … (LUT_ptr->threshold[(i * 3U) + 3U] & GLCDC_PRV_GAMX_AREAX_MASK); in r_glcdc_gamma_correction()
224 uint16_t * threshold; ///< Start threshold member