MCPcopy Create free account
hub / github.com/IENT/YUView / getSignalNames

Method getSignalNames

YUViewLib/src/decoder/decoderDav1d.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160QStringList decoderDav1d::getSignalNames() const
161{
162 return QStringList() << "Reconstruction"
163 << "Prediction"
164 << "Reconstruction pre-filter";
165}
166
167void decoderDav1d::setDecodeSignal(int signalID, bool &decoderResetNeeded)
168{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected