| 
    FFmpeg
    
   | 
 
Struct containing luma coefficients to be used for RGB to YUV/YCoCg, or similar calculations. More...
#include <csp.h>
Data Fields | |
| AVRational | cr | 
| AVRational | cg | 
| AVRational | cb | 
Struct containing luma coefficients to be used for RGB to YUV/YCoCg, or similar calculations.
| AVRational AVLumaCoefficients::cr | 
Definition at line 49 of file csp.h.
Referenced by av_csp_luma_coeffs_from_avcsp(), ff_fill_rgb2yuv_table(), and tonemap_opencl_init().
| AVRational AVLumaCoefficients::cg | 
Definition at line 49 of file csp.h.
Referenced by ff_fill_rgb2yuv_table(), and tonemap_opencl_init().
| AVRational AVLumaCoefficients::cb | 
Definition at line 49 of file csp.h.
Referenced by ff_fill_rgb2yuv_table(), and tonemap_opencl_init().
 1.8.17