Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c49 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) in PredictorDecodeRow() argument
464 if ((*sp->decoderow)(tif, op0, occ0, s)) { in PredictorDecodeRow()
465 return (*sp->decodepfunc)(tif, op0, occ0); in PredictorDecodeRow()
478 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile() argument
485 if ((*sp->decodetile)(tif, op0, occ0, s)) { in PredictorDecodeTile()
488 if((occ0%rowsize) !=0) in PredictorDecodeTile()
495 while (occ0 > 0) { in PredictorDecodeTile()
498 occ0 -= rowsize; in PredictorDecodeTile()
Dtif_lzw.c161 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) in LZWDecode() argument
365 long occ = (long) occ0; in LZWDecode()
381 if ((tmsize_t) occ != occ0) in LZWDecode()
597 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in LZWDecodeCompat() argument
602 long occ = (long) occ0; in LZWDecodeCompat()
615 if ((tmsize_t) occ != occ0) in LZWDecodeCompat()