Searched refs:csc_matrix (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 380 vl_csc_matrix csc_matrix; in set_rgb_to_yuv_layer() local 390 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_709_REV, NULL, false, &csc_matrix); in set_rgb_to_yuv_layer() 391 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f); in set_rgb_to_yuv_layer() 797 vl_csc_matrix csc_matrix; in vl_compositor_init_state() local 818 sizeof(csc_matrix) + 6*sizeof(float) + 10*sizeof(int) in vl_compositor_init_state() 826 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix); in vl_compositor_init_state() 827 if (!vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f)) in vl_compositor_init_state()
|
/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/ |
D | HornSchunck.py | 6 from scipy.sparse import csc_matrix 197 M = csc_matrix((data, (row_idx, col_idx)), shape=(N, N))
|
D | Anandan.py | 6 from scipy.sparse import csc_matrix
|
/external/eigen/bench/ |
D | BenchSparseUtil.h | 72 typedef gmm::csc_matrix<Scalar> GmmSparse;
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 435 VdpCSCMatrix const *csc_matrix) in vlVdpOutputSurfacePutBitsYCbCr() argument 503 if (!csc_matrix) { in vlVdpOutputSurfacePutBitsYCbCr() 509 if (!vl_compositor_set_csc_matrix(cstate, csc_matrix, 1.0f, 0.0f)) in vlVdpOutputSurfacePutBitsYCbCr()
|
D | mixer.c | 1005 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()
|
/external/python/pybind11/docs/advanced/cast/ |
D | eigen.rst | 22 ``scipy.sparse.csr_matrix``/``scipy.sparse.csc_matrix`` objects.
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2042 - gallium/auxiliary/vl: Rename csc_matrix and increase its size.
|