Searched refs:csc_matrix (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 1001 vl_csc_matrix csc_matrix; in set_rgb_to_yuv_layer() local 1011 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_709_REV, NULL, false, &csc_matrix); in set_rgb_to_yuv_layer() 1012 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f); in set_rgb_to_yuv_layer() 1097 float *ptr = pipe_buffer_map(s->pipe, s->csc_matrix, in vl_compositor_set_csc_matrix() 1388 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->csc_matrix); in vl_compositor_render() 1424 vl_csc_matrix csc_matrix; in vl_compositor_init_state() local 1440 s->csc_matrix = pipe_buffer_create in vl_compositor_init_state() 1445 sizeof(csc_matrix) + 2*sizeof(float) in vl_compositor_init_state() 1448 if (!s->csc_matrix) in vl_compositor_init_state() 1453 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix); in vl_compositor_init_state() [all …]
|
D | vl_compositor.h | 91 struct pipe_resource *csc_matrix; member
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 434 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 | 1004 VdpCSCMatrix *csc_matrix) in vlVdpGenerateCSCMatrix() argument 1009 if (!csc_matrix) in vlVdpGenerateCSCMatrix() 1028 vl_csc_get_matrix(vl_std, procamp ? &camp : NULL, true, csc_matrix); in vlVdpGenerateCSCMatrix()
|
/external/eigen/bench/ |
D | BenchSparseUtil.h | 72 typedef gmm::csc_matrix<Scalar> GmmSparse;
|