|
/* These functions are designed for testing correctness, not for speed */
|
|
/* These functions are designed for testing correctness, not for speed */
|
|
YUV_CONVERSION_JPEG, /**< Full range JPEG */
|
|
YUV_CONVERSION_JPEG, /**< Full range JPEG */
|
|
extern bool ConvertRGBtoYUV(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, YUV_CONVERSION_MODE mode, int monochrome, int luminance);
|
|
extern bool ConvertRGBtoYUV(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, YUV_CONVERSION_MODE mode, int monochrome, int luminance);
|
|
extern int CalculateYUVPitch(Uint32 format, int width);
|
|
extern int CalculateYUVPitch(Uint32 format, int width);
|