Searched refs:PredictorEncodeRow (Results 1 – 1 of 1) sorted by relevance
55 static int PredictorEncodeRow(TIFF *tif, uint8_t *bp, tmsize_t cc, uint16_t s);255 if (tif->tif_encoderow != PredictorEncodeRow) in PredictorSetupEncode()258 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()299 if (tif->tif_encoderow != PredictorEncodeRow) in PredictorSetupEncode()302 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()858 static int PredictorEncodeRow(TIFF *tif, uint8_t *bp, tmsize_t cc, uint16_t s) in PredictorEncodeRow() function