Searched refs:kLutLen (Results 1 – 4 of 4) sorted by relevance
62 static constexpr size_t kLutLen = N; member64 TransferFunctionData<XContainer, YContainer, kLutLen> tf_data;220 static constexpr size_t kLutLen = 65; member222 std::array<Container, kLutLen> values;
107 static constexpr size_t kLutLen = 33; member109 IDisplayColorGS101::TransferFunctionData<XContainer, YContainer, kLutLen> values;
196 if (drmLutSize != ConfigType::kLutLen * 2) { in degamma()201 struct drm_color_lut colorLut[ConfigType::kLutLen * 2]; in degamma()202 for (uint32_t i = 0; i < ConfigType::kLutLen; i++) { in degamma()204 colorLut[i + ConfigType::kLutLen].red = config->values.posy[i]; in degamma()
189 if (drmLutSize != ConfigType::kLutLen) { in degamma()194 struct drm_color_lut colorLut[ConfigType::kLutLen]; in degamma()195 for (uint32_t i = 0; i < ConfigType::kLutLen; i++) { in degamma()