Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c698 uint8 *working_copy; in PredictorEncodeTile() local
711 working_copy = (uint8*) _TIFFmalloc(cc0); in PredictorEncodeTile()
712 if( working_copy == NULL ) in PredictorEncodeTile()
719 memcpy( working_copy, bp0, cc0 ); in PredictorEncodeTile()
720 bp = working_copy; in PredictorEncodeTile()
728 _TIFFfree( working_copy ); in PredictorEncodeTile()
736 result_code = (*sp->encodetile)(tif, working_copy, cc0, s); in PredictorEncodeTile()
738 _TIFFfree( working_copy ); in PredictorEncodeTile()