Lines Matching refs:ipu_ic_csc_params

18 static const struct ipu_ic_csc_params identity = {
35 static const struct ipu_ic_csc_params rgbf2rgbl = {
52 static const struct ipu_ic_csc_params rgbl2rgbf = {
69 static const struct ipu_ic_csc_params yuvf2yuvl = {
87 static const struct ipu_ic_csc_params yuvl2yuvf = {
97 static const struct ipu_ic_csc_params *rgb2rgb[] = {
104 static const struct ipu_ic_csc_params *yuv2yuv[] = {
118 static const struct ipu_ic_csc_params rgbf2yuvf_601 = {
129 static const struct ipu_ic_csc_params rgbf2yuvl_601 = {
141 static const struct ipu_ic_csc_params rgbl2yuvf_601 = {
152 static const struct ipu_ic_csc_params rgbl2yuvl_601 = {
176 static const struct ipu_ic_csc_params yuvf2rgbf_601 = {
187 static const struct ipu_ic_csc_params yuvf2rgbl_601 = {
198 static const struct ipu_ic_csc_params yuvl2rgbf_601 = {
209 static const struct ipu_ic_csc_params yuvl2rgbl_601 = {
219 static const struct ipu_ic_csc_params *rgb2yuv_601[] = {
226 static const struct ipu_ic_csc_params *yuv2rgb_601[] = {
240 static const struct ipu_ic_csc_params rgbf2yuvf_709 = {
251 static const struct ipu_ic_csc_params rgbf2yuvl_709 = {
263 static const struct ipu_ic_csc_params rgbl2yuvf_709 = {
274 static const struct ipu_ic_csc_params rgbl2yuvl_709 = {
298 static const struct ipu_ic_csc_params yuvf2rgbf_709 = {
309 static const struct ipu_ic_csc_params yuvf2rgbl_709 = {
320 static const struct ipu_ic_csc_params yuvl2rgbf_709 = {
331 static const struct ipu_ic_csc_params yuvl2rgbl_709 = {
341 static const struct ipu_ic_csc_params *rgb2yuv_709[] = {
348 static const struct ipu_ic_csc_params *yuv2rgb_709[] = {
357 const struct ipu_ic_csc_params **params_tbl; in calc_csc_coeffs()