Searched refs:occ0 (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/third_party/libtiff/ |
H A D | tif_predict.c | 49 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s); 50 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s); 456 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) argument 464 if ((*sp->decoderow)(tif, op0, occ0, s)) { 465 return (*sp->decodepfunc)(tif, op0, occ0); 478 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) argument 485 if ((*sp->decodetile)(tif, op0, occ0, s)) { 488 if((occ0%rowsize) !=0) 491 "%s", "occ0%rowsize != 0"); 495 while (occ0 > [all...] |
H A D | tif_lzw.c | 161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s); 163 static int LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s); 360 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) argument 365 long occ = (long) occ0; 381 if ((tmsize_t) occ != occ0) 597 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) argument 602 long occ = (long) occ0; 615 if ((tmsize_t) occ != occ0)
|
Completed in 135 milliseconds