Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/vpe/
H A Dcsc.c40 struct csc_coeffs { struct
46 static struct csc_coeffs csc_coeffs = { argument
195 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff()
197 coeff = csc_coeffs.y2r.r601.limited.coeff; in csc_set_coeff()
200 coeff = csc_coeffs.y2r.r709.full.coeff; in csc_set_coeff()
202 coeff = csc_coeffs.y2r.r709.limited.coeff; in csc_set_coeff()
205 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff()
223 coeff = csc_coeffs.r2y.r601.full.coeff; in csc_set_coeff()
225 coeff = csc_coeffs.r2y.r601.limited.coeff; in csc_set_coeff()
228 coeff = csc_coeffs.r2y.r709.full.coeff; in csc_set_coeff()
[all …]
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c1429 static const struct vc6_csc_coeff_entry csc_coeffs[2][3] = { variable
1494 coeffs = &csc_coeffs[i / 3][i % 3]; in vc6_hvs_hw_init()