Searched refs:TIFF_PredictLine (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_flate.cpp | 562 void TIFF_PredictLine(uint8_t* dest_buf, in TIFF_PredictLine() function 616 TIFF_PredictLine(scan_line, row_size, BitsPerComponent, Colors, Columns); in TIFF_Predictor() 857 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine() 879 TIFF_PredictLine(m_pPredictBuffer, m_PredictPitch, m_BitsPerComponent, in v_GetNextLine()
|