Data Fields | |
int | yuv_convert [16][3][3] |
int | interlaced |
int | source |
int | dest |
int | mode |
char | src [256] |
char | dst [256] |
int | hsub |
int | vsub |
Definition at line 55 of file vf_colormatrix.c.
char ColorMatrixContext::dst[256] |
Definition at line 57 of file vf_colormatrix.c.
Definition at line 58 of file vf_colormatrix.c.
Referenced by init(), process_frame_uyvy422(), process_frame_yuv420p(), and process_frame_yuv422p().
char ColorMatrixContext::src[256] |
int ColorMatrixContext::yuv_convert[16][3][3] |
Definition at line 56 of file vf_colormatrix.c.
Referenced by calc_coefficients(), process_frame_uyvy422(), process_frame_yuv420p(), and process_frame_yuv422p().