Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c381 vl_csc_matrix csc_matrix; in set_rgb_to_yuv_layer() local
391 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_709_REV, NULL, false, &csc_matrix); in set_rgb_to_yuv_layer()
392 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f); in set_rgb_to_yuv_layer()
806 vl_csc_matrix csc_matrix; in vl_compositor_init_state() local
827 sizeof(csc_matrix) + 6*sizeof(float) + 10*sizeof(int) in vl_compositor_init_state()
835 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix); in vl_compositor_init_state()
836 if (!vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f)) in vl_compositor_init_state()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Doutput.c438 VdpCSCMatrix const *csc_matrix) in vlVdpOutputSurfacePutBitsYCbCr() argument
509 if (!csc_matrix) { in vlVdpOutputSurfacePutBitsYCbCr()
515 if (!vl_compositor_set_csc_matrix(cstate, csc_matrix, 1.0f, 0.0f)) in vlVdpOutputSurfacePutBitsYCbCr()
Dmixer.c1005 VdpCSCMatrix *csc_matrix) in vlVdpGenerateCSCMatrix() argument
1010 if (!csc_matrix) in vlVdpGenerateCSCMatrix()
1029 vl_csc_get_matrix(vl_std, procamp ? &camp : NULL, true, csc_matrix); in vlVdpGenerateCSCMatrix()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2042 - gallium/auxiliary/vl: Rename csc_matrix and increase its size.