#include "Util/Types.H"
Go to the source code of this file.
Functions | |
void | yv12_to_rgb24_c (unsigned char *dst, int dst_stride, const unsigned char *y_src, const unsigned char *u_src, const unsigned char *v_src, int y_stride, int uv_stride, int width, int height) |
void | rgb24_to_yv12_c (const Image< PixRGB< byte > > &img, byte *const y_out, byte *u_out, byte *v_out) |
void | yuv422p_to_rgb24_c (byte *dst, const int w, const int h, const byte *yptr, const byte *uptr, const byte *vptr) |
void | yuv422_to_rgb24_c (byte *dst, const int w, const int h, const byte *yuv422ptr, const bool byteswap) |
low-level routines for colorspace conversions
Definition in file color_conversions.H.