Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp613 uint32_t m_PredictPitch; member in CCodec_FlateScanlineDecoder
669 m_PredictPitch = in Create()
673 m_pLastLine = FX_Alloc(uint8_t, m_PredictPitch); in Create()
674 m_pPredictRaw = FX_Alloc(uint8_t, m_PredictPitch + 1); in Create()
675 m_pPredictBuffer = FX_Alloc(uint8_t, m_PredictPitch); in Create()
695 if (m_Pitch == m_PredictPitch) { in v_GetNextLine()
697 FlateOutput(m_pFlate, m_pPredictRaw, m_PredictPitch + 1); in v_GetNextLine()
700 memcpy(m_pLastLine, m_pScanline, m_PredictPitch); in v_GetNextLine()
703 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine()
711 memcpy(m_pScanline, m_pPredictBuffer + m_PredictPitch - m_LeftOver, in v_GetNextLine()
[all …]