#include "Channels/IntegerInput.H"
#include "Image/IntegerMathOps.H"
#include "Raster/GenericFrame.H"
#include "Util/MathFunctions.H"
#include "Video/VideoFrame.H"
#include <pthread.h>
Go to the source code of this file.
Defines | |
#define | DO_LUM(rgptr, byptr) |
Functions | |
static void | yuv420p_decode (int *rgb_dst, int *bw_dst, int *rg_dst, int *by_dst, const byte *y_src, const byte *u_src, const byte *v_src, const int uv_stride, const int width, const int height, const int lumthresh, const uint inputbits) |
static void | yuv422p_decode (int *rgb_dst, int *bw_dst, int *rg_dst, int *by_dst, const byte *y_src, const byte *u_src, const byte *v_src, const int width, const int height, const int lumthresh, const uint inputbits) |
Definition in file IntegerInput.C.
#define DO_LUM | ( | rgptr, | |||
byptr | ) |