Searched refs:PredictorEncodeRow (Results 1 – 1 of 1) sorted by relevance
49 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