Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c49 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
213 if( tif->tif_encoderow != PredictorEncodeRow ) in PredictorSetupEncode()
216 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()
247 if( tif->tif_encoderow != PredictorEncodeRow ) in PredictorSetupEncode()
250 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()
688 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PredictorEncodeRow() function