|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <array>#include <cmath>#include <cstdint>#include <memory>#include <libavutil/pixfmt.h>Classes | |
| class | CMatrix< Order > |
| class | CGlMatrix |
| class | CScale |
| class | CTranslate |
| class | ConversionToRGB |
| class | PrimaryToXYZ |
| class | PrimaryToRGB |
| class | CConvertMatrix |
| Helper class used for YUV to RGB conversions. This class can take into account different source/destination primaries and various other parameters. More... | |
Typedefs | |
| using | Matrix4 = CMatrix< 4 > |
| using | Matrix3 = CMatrix< 3 > |
| using | Matrix3x1 = std::array< float, 3 > |
| using Matrix3x1 = std::array<float, 3> |