Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_lzw.c416 occ -= residue; in LZWDecode()
463 occ--; in LZWDecode()
549 occ -= len; in LZWDecode()
552 occ--; in LZWDecode()
566 if (occ > 0) { in LZWDecode()
639 tp = op + occ; in LZWDecodeCompat()
650 occ -= residue; in LZWDecodeCompat()
694 occ--; in LZWDecodeCompat()
770 occ -= len; in LZWDecodeCompat()
773 occ--; in LZWDecodeCompat()
[all …]
A Dtif_packbits.c216 PackBitsDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) in PackBitsDecode() argument
227 while (cc > 0 && occ > 0) { in PackBitsDecode()
240 if( occ < (tmsize_t)n ) in PackBitsDecode()
244 (unsigned long) ((tmsize_t)n - occ)); in PackBitsDecode()
245 n = (long)occ; in PackBitsDecode()
253 occ -= n; in PackBitsDecode()
259 if (occ < (tmsize_t)(n + 1)) in PackBitsDecode()
263 (unsigned long) ((tmsize_t)n - occ + 1)); in PackBitsDecode()
264 n = (long)occ - 1; in PackBitsDecode()
273 op += n; occ -= n; in PackBitsDecode()
[all …]
A Dtif_luv.c448 tmsize_t occ; in LogL16Encode() local
497 occ -= 2; in LogL16Encode()
515 occ--; in LogL16Encode()
521 occ -= 2; in LogL16Encode()
541 tmsize_t occ; in LogLuvEncode24() local
564 if (occ < 3) { in LogLuvEncode24()
575 occ -= 3; in LogLuvEncode24()
598 tmsize_t occ; in LogLuvEncode32() local
648 occ -= 2; in LogLuvEncode32()
666 occ--; in LogLuvEncode32()
[all …]
A Dtif_next.c49 NeXTDecode(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s) in NeXTDecode() argument
63 for (op = (unsigned char*) buf, cc = occ; cc-- > 0;) in NeXTDecode()
69 if (occ % scanline) in NeXTDecode()
74 for (row = buf; cc > 0 && occ > 0; occ -= scanline, row += scanline) { in NeXTDecode()
A Dtif_thunder.c169 ThunderDecodeRow(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s) in ThunderDecodeRow() argument
175 if (occ % tif->tif_scanlinesize) in ThunderDecodeRow()
180 while (occ > 0) { in ThunderDecodeRow()
183 occ -= tif->tif_scanlinesize; in ThunderDecodeRow()
A Dtif_fax3.c231 if (occ % sp->b.rowbytes) in Fax3Decode1D()
238 while (occ > 0) { in Fax3Decode1D()
251 occ -= sp->b.rowbytes; in Fax3Decode1D()
275 if (occ % sp->b.rowbytes) in Fax3Decode2D()
281 while (occ > 0) { in Fax3Decode2D()
308 occ -= sp->b.rowbytes; in Fax3Decode2D()
1438 if (occ % sp->b.rowbytes) in Fax4Decode()
1444 while (occ > 0) { in Fax4Decode()
1462 occ -= sp->b.rowbytes; in Fax4Decode()
1570 while (occ > 0) { in Fax3DecodeRLE()
[all …]
A Dtif_zip.c87 static int ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s);
153 ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) in ZIPDecode() argument
170 sp->stream.avail_out = (uInt) occ; in ZIPDecode()
171 if ((tmsize_t)sp->stream.avail_out != occ) in ZIPDecode()
A Dtif_lzma.c67 static int LZMADecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s);
165 LZMADecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) in LZMADecode() argument
178 sp->stream.avail_out = (size_t) occ; in LZMADecode()
179 if ((tmsize_t)sp->stream.avail_out != occ) { in LZMADecode()
A Dtif_pixarlog.c600 static int PixarLogDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s);
758 PixarLogDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) in PixarLogDecode() argument
770 nsamples = occ / sizeof(float); /* XXX float == 32 bits */ in PixarLogDecode()
775 nsamples = occ / sizeof(uint16); /* XXX uint16 == 16 bits */ in PixarLogDecode()
779 nsamples = occ; in PixarLogDecode()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-8905.patch27 } while (--occ);
30 - assert(occ >= codep->length);
32 - occ -= codep->length;
45 + assert(occ >= len);
47 + occ -= len;
50 occ--;
/AliOS-Things-master/documentation/aos-tools/
A Daos-tools_user_manual.md57 occ_host: occ.t-head.cn

Completed in 19 milliseconds