Searched refs:cc0 (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_predict.c | 52 static int PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s); 705 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s) in PredictorEncodeTile() argument 710 tmsize_t cc = cc0, rowsize; in PredictorEncodeTile() 722 working_copy = (uint8*) _TIFFmalloc(cc0); in PredictorEncodeTile() 727 cc0 ); in PredictorEncodeTile() 730 memcpy( working_copy, bp0, cc0 ); in PredictorEncodeTile() 735 if((cc0%rowsize)!=0) in PredictorEncodeTile() 747 result_code = (*sp->encodetile)(tif, working_copy, cc0, s); in PredictorEncodeTile()
|
Completed in 4 milliseconds