Home
last modified time | relevance | path

Searched refs:m_pNNFilter1 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNewPredictor.cpp14 m_pNNFilter1 = NULL; in CPredictorCompressNormal()
20 m_pNNFilter1 = NULL; in CPredictorCompressNormal()
26 m_pNNFilter1 = NULL; in CPredictorCompressNormal()
32 m_pNNFilter1 = new CNNFilter(32, 10, MAC_VERSION_NUMBER); in CPredictorCompressNormal()
38 m_pNNFilter1 = new CNNFilter(256, 13, MAC_VERSION_NUMBER); in CPredictorCompressNormal()
50 SAFE_DELETE(m_pNNFilter1) in ~CPredictorCompressNormal()
57 if (m_pNNFilter1) m_pNNFilter1->Flush(); in Flush()
126 if (m_pNNFilter1) in CompressValue()
128 nOutput = m_pNNFilter1->Compress(nOutput); in CompressValue()
152 m_pNNFilter1 = NULL; in CPredictorDecompressNormal3930to3950()
[all …]
H A DNewPredictor.h46 CNNFilter * m_pNNFilter1; variable
74 CNNFilter * m_pNNFilter1; variable
107 CNNFilter * m_pNNFilter1; variable