21 #ifndef AVFILTER_COLORSPACEDSP_H
22 #define AVFILTER_COLORSPACEDSP_H
28 uint8_t *yuv[3],
const ptrdiff_t yuv_stride[3],
29 int w,
int h,
const int16_t yuv2rgb_coeffs[3][3][8],
30 const int16_t yuv_offset[8]);
32 int16_t *rgb[3], ptrdiff_t rgb_stride,
33 int w,
int h,
const int16_t rgb2yuv_coeffs[3][3][8],
34 const int16_t yuv_offset[8]);
36 int16_t *rgb[3], ptrdiff_t rgb_stride,
37 int w,
int h,
const int16_t rgb2yuv_coeffs[3][3][8],
38 const int16_t yuv_offset[8],
41 uint8_t *yuv_in[3],
const ptrdiff_t yuv_in_stride[3],
42 int w,
int h,
const int16_t yuv2yuv_coeffs[3][3][8],
43 const int16_t yuv_offset[2][8]);
75 int w,
int h,
const int16_t m[3][3][8]);
ptrdiff_t const GLvoid * data
void(* yuv2rgb_fn)(int16_t *rgb[3], ptrdiff_t rgb_stride, uint8_t *yuv[3], const ptrdiff_t yuv_stride[3], int w, int h, const int16_t yuv2rgb_coeffs[3][3][8], const int16_t yuv_offset[8])
void ff_colorspacedsp_init(ColorSpaceDSPContext *dsp)
void ff_colorspacedsp_x86_init(ColorSpaceDSPContext *dsp)
void(* yuv2yuv_fn)(uint8_t *yuv_out[3], const ptrdiff_t yuv_out_stride[3], uint8_t *yuv_in[3], const ptrdiff_t yuv_in_stride[3], int w, int h, const int16_t yuv2yuv_coeffs[3][3][8], const int16_t yuv_offset[2][8])
void(* rgb2yuv_fsb_fn)(uint8_t *yuv[3], const ptrdiff_t yuv_stride[3], int16_t *rgb[3], ptrdiff_t rgb_stride, int w, int h, const int16_t rgb2yuv_coeffs[3][3][8], const int16_t yuv_offset[8], int *rnd[3][2])
typedef void(APIENTRY *FF_PFNGLACTIVETEXTUREPROC)(GLenum texture)
void(* multiply3x3)(int16_t *data[3], ptrdiff_t stride, int w, int h, const int16_t m[3][3][8])
void(* rgb2yuv_fn)(uint8_t *yuv[3], const ptrdiff_t yuv_stride[3], int16_t *rgb[3], ptrdiff_t rgb_stride, int w, int h, const int16_t rgb2yuv_coeffs[3][3][8], const int16_t yuv_offset[8])
yuv2yuv_fn yuv2yuv[NB_BPP][NB_BPP][NB_SS]
rgb2yuv_fn rgb2yuv[NB_BPP][NB_SS]
yuv2rgb_fn yuv2rgb[NB_BPP][NB_SS]
rgb2yuv_fsb_fn rgb2yuv_fsb[NB_BPP][NB_SS]