Home
last modified time | relevance | path

Searched refs:filtercoeff (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_casf.c240 const u16 *filtercoeff; in intel_casf_scaler_compute_config() local
246 filtercoeff = filtercoeff_1; in intel_casf_scaler_compute_config()
248 filtercoeff = filtercoeff_2; in intel_casf_scaler_compute_config()
250 filtercoeff = filtercoeff_3; in intel_casf_scaler_compute_config()
253 sumcoeff += *(filtercoeff + i); in intel_casf_scaler_compute_config()
256 filter_coeff[i] = (*(filtercoeff + i) * 100 / sumcoeff); in intel_casf_scaler_compute_config()