Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c51 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
206 if( tif->tif_encoderow != PredictorEncodeRow ) in PredictorSetupEncode()
209 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()
240 if( tif->tif_encoderow != PredictorEncodeRow ) in PredictorSetupEncode()
243 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()
613 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PredictorEncodeRow() function