Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateYUVBuiltIns.cpp138 constexpr std::array<float, 9> itu601Matrix = { in getYUV2RGBFunc() local
167 constexpr std::array<float, 9> itu601Matrix = {0.299, -0.1687, 0.5, 0.587, -0.3313, in getRGB2YUVFunc() local
179 TIntermTyped *itu601Matrix, in getYUVFunc()