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