Searched refs:csc_matrix (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/tools/3D-Reconstruction/MotionEST/ |
D | HornSchunck.py | 14 from scipy.sparse import csc_matrix 205 M = csc_matrix((data, (row_idx, col_idx)), shape=(N, N))
|
D | Anandan.py | 14 from scipy.sparse import csc_matrix
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 517 memcpy(&s->csc_matrix, matrix, sizeof(vl_csc_matrix)); in vl_compositor_set_csc_matrix() 850 vl_csc_matrix csc_matrix; in vl_compositor_init_state() local 871 sizeof(csc_matrix) + 16*sizeof(float) + 2*sizeof(int) in vl_compositor_init_state() 879 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix); in vl_compositor_init_state() 880 if (!vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f)) in vl_compositor_init_state()
|
D | vl_compositor.h | 127 vl_csc_matrix csc_matrix; member
|
D | vl_compositor_gfx.c | 660 memcpy(ptr, &s->csc_matrix, sizeof(vl_csc_matrix)); in set_csc_matrix()
|
D | vl_compositor_cs.c | 717 memcpy(ptr, &s->csc_matrix, sizeof(vl_csc_matrix)); in set_viewport()
|
/external/eigen/bench/ |
D | BenchSparseUtil.h | 72 typedef gmm::csc_matrix<Scalar> GmmSparse;
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 438 VdpCSCMatrix const *csc_matrix) in vlVdpOutputSurfacePutBitsYCbCr() argument 508 if (!csc_matrix) { in vlVdpOutputSurfacePutBitsYCbCr() 514 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/pytorch/test/ |
D | test_sparse_csr.py | 3128 return sp.csc_matrix(tensor.cpu().numpy())
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2042 - gallium/auxiliary/vl: Rename csc_matrix and increase its size.
|