Home
last modified time | relevance | path

Searched refs:m_ditherDepth (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/
H A DGLSLOutput.cpp39 m_ditherDepth = ditherDepth; in GLSLOutput()
124 glUniform1f(m_hDitherQuant, (1<<m_ditherDepth)-1.0); in OnEnabled()
H A DGLSLOutput.h39 unsigned int m_ditherDepth; variable
H A DWinVideoFilter.h99 int m_ditherDepth = 0; variable
H A DWinVideoFilter.cpp183 static_cast<float>(1 << m_ditherDepth) - 1.0f in ApplyEffectParameters()
293 m_ditherDepth = ditherDepth; in Create()
549 dither = StringUtils::Format("ON (depth {})", m_ditherDepth); in GetDebugInfo()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/windows/
H A DRendererBase.h169 int m_ditherDepth = 0; variable
H A DRendererBase.cpp180m_ditherDepth = CServiceBroker::GetSettingsComponent()->GetSettings()->GetInt("videoscreen.ditherd… in Configure()
416 if (!m_outputShader->Create(m_cmsOn, m_useDithering, m_ditherDepth, m_toneMapping, in UpdateVideoFilters()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/
H A DLinuxRendererGL.h219 unsigned int m_ditherDepth; variable
H A DLinuxRendererGL.cpp118m_ditherDepth = CServiceBroker::GetSettingsComponent()->GetSettings()->GetInt("videoscreen.ditherd… in CLinuxRendererGL()
831 m_ditherDepth, in UpdateVideoFilter()
897 out = std::make_shared<GLSLOutput>(GLSLOutput(4, m_useDithering, m_ditherDepth, in LoadShaders()