MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / GetPostScaleSteps

Method GetPostScaleSteps

Source/DX9VideoProcessor.cpp:745–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745UINT CDX9VideoProcessor::GetPostScaleSteps()
746{
747 UINT nSteps = m_pPostScaleShaders.size();
748 if (m_pPSCorrection) {
749 nSteps++;
750 }
751 if (m_pPSHalfOUtoInterlace) {
752 nSteps++;
753 }
754 if (m_bFinalPass) {
755 nSteps++;
756 }
757 return nSteps;
758}
759
760HRESULT CDX9VideoProcessor::InitializeDXVA2VP(const FmtConvParams_t& params, const UINT width, const UINT height)
761{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected