HomeSort by relevance Sort by last modified time
    Searched refs:vl_csc_matrix (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.h 33 typedef float vl_csc_matrix[3][4]; typedef
56 vl_csc_matrix *matrix);
vl_csc.c 103 static const vl_csc_matrix bt_601 =
115 static const vl_csc_matrix bt_601_full =
127 static const vl_csc_matrix bt_709 =
139 static const vl_csc_matrix bt_709_full =
146 static const vl_csc_matrix smpte240m =
153 static const vl_csc_matrix smpte240m_full =
160 static const vl_csc_matrix identity =
177 vl_csc_matrix *matrix)
189 const vl_csc_matrix *cstd;
206 memcpy(matrix, identity, sizeof(vl_csc_matrix));
    [all...]
vl_compositor.h 130 vl_compositor_set_csc_matrix(struct vl_compositor_state *settings, const vl_csc_matrix *matrix);
vl_compositor.c 805 vl_compositor_set_csc_matrix(struct vl_compositor_state *s, vl_csc_matrix const *matrix)
817 sizeof(vl_csc_matrix)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 80 vl_csc_matrix csc;
113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc);
context.c 195 vl_csc_matrix csc;
294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc);
607 memcpy(vmixer->csc, vdp_csc, sizeof(vl_csc_matrix));
609 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc);
output.c 489 vl_csc_matrix csc;
491 vl_compositor_set_csc_matrix(cstate, (const vl_csc_matrix*)&csc);
vdpau_private.h 359 vl_csc_matrix csc;

Completed in 207 milliseconds