Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/ti/vpe/
A Dcsc.c40 struct csc_coeffs { struct
46 static struct csc_coeffs csc_coeffs = { variable
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 …]

Completed in 3 milliseconds