Searched refs:PredictorEncodeRow (Results 1 – 1 of 1) sorted by relevance
51 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);215 if( tif->tif_encoderow != PredictorEncodeRow ) in PredictorSetupEncode()218 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()249 if( tif->tif_encoderow != PredictorEncodeRow ) in PredictorSetupEncode()252 tif->tif_encoderow = PredictorEncodeRow; in PredictorSetupEncode()683 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PredictorEncodeRow() function