Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp677 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_PredictRaw; member in fxcodec::__anon0f322ee60111::FlatePredictorScanlineDecoder
705 m_PredictRaw.resize(m_PredictPitch + 1); in FlatePredictorScanlineDecoder()
729 FlateOutput(m_pFlate.get(), m_PredictRaw.data(), m_PredictPitch + 1); in GetNextLineWithPredictedPitch()
730 PNG_PredictLine(m_pScanline.get(), m_PredictRaw.data(), m_LastLine.data(), in GetNextLineWithPredictedPitch()
757 FlateOutput(m_pFlate.get(), m_PredictRaw.data(), m_PredictPitch + 1); in GetNextLineWithoutPredictedPitch()
758 PNG_PredictLine(m_PredictBuffer.data(), m_PredictRaw.data(), in GetNextLineWithoutPredictedPitch()