Home
last modified time | relevance | path

Searched defs:itu709Matrix (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateYUVBuiltIns.cpp142 constexpr std::array<float, 9> itu709Matrix = {1.0, 1.0, 1.0, 0.0, -0.1873, in getYUV2RGBFunc() local
170 constexpr std::array<float, 9> itu709Matrix = {0.2126, -0.1146, 0.5, 0.7152, -0.3854, in getRGB2YUVFunc() local
180 TIntermTyped *itu709Matrix, in getYUVFunc()