FFmpeg
Data Fields
AVLumaCoefficients Struct Reference

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
 

Detailed Description

Struct containing luma coefficients to be used for RGB to YUV/YCoCg, or similar calculations.

Definition at line 48 of file csp.h.

Field Documentation

◆ cr

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().

◆ cg

AVRational AVLumaCoefficients::cg

Definition at line 49 of file csp.h.

Referenced by ff_fill_rgb2yuv_table(), and tonemap_opencl_init().

◆ cb

AVRational AVLumaCoefficients::cb

Definition at line 49 of file csp.h.

Referenced by ff_fill_rgb2yuv_table(), and tonemap_opencl_init().


The documentation for this struct was generated from the following file: