Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 40) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dcolor_cache_utils.h40 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup()
45 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet()
51 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert()
57 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex()
63 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
A Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit()
35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_predict.c282 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8()
339 swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc16()
350 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16()
374 swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc32()
385 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32()
412 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc()
511 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8()
565 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16()
605 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32()
648 fpDiff(TIFF* tif, uint8* cp0, tmsize_t cc) in fpDiff()
[all …]
A Dtif_compress.c52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode()
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripEncode()
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileEncode()
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode()
103 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripDecode()
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileDecode()
A Dtif_packbits.c66 PackBitsEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in PackBitsEncode()
197 PackBitsEncodeChunk(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in PackBitsEncodeChunk()
220 tmsize_t cc; in PackBitsDecode() local
A Dtif_dumpmode.c45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in DumpModeEncode()
78 DumpModeDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DumpModeDecode()
A Dtif_write.c188 TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc) in TIFFWriteEncodedStrip()
306 TIFFWriteRawStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc) in TIFFWriteRawStrip()
381 TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) in TIFFWriteEncodedTile()
507 TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) in TIFFWriteRawTile()
718 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip()
A Dtif_read.c599 tmsize_t cc; in TIFFReadRawStrip1() local
1101 tmsize_t cc; in TIFFReadRawTile1() local
1528 _TIFFNoPostDecode(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFNoPostDecode()
1534 _TIFFSwab16BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab16BitData()
1542 _TIFFSwab24BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab24BitData()
1550 _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab32BitData()
1558 _TIFFSwab64BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab64BitData()
A Dtif_luv.c195 tmsize_t cc; in LogL16Decode() local
265 tmsize_t cc; in LogLuvDecode24() local
328 tmsize_t cc; in LogLuvDecode32() local
397 LogLuvDecodeStrip(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LogLuvDecodeStrip()
418 LogLuvDecodeTile(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LogLuvDecodeTile()
437 LogL16Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LogL16Encode()
535 LogLuvEncode24(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LogLuvEncode24()
587 LogLuvEncode32(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LogLuvEncode32()
687 LogLuvEncodeStrip(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LogLuvEncodeStrip()
707 LogLuvEncodeTile(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LogLuvEncodeTile()
A Dtif_next.c53 tmsize_t cc; in NeXTDecode() local
A Dtif_jbig.c118 static int JBIGCopyEncodedData(TIFF* tif, unsigned char* pp, size_t cc, uint16 s) in JBIGCopyEncodedData()
A Dtif_thunder.c92 register tmsize_t cc; in ThunderDecode() local
A Dtif_jpeg.c1325 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode()
1381 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode()
1486 DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DecodeRowError()
1503 JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecodeRaw()
2036 JPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncode()
2114 JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncodeRaw()
A Dtif_zip.c260 ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in ZIPEncode()
A Dtif_ojpeg.c787 OJPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in OJPEGDecode()
811 OJPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc) in OJPEGDecodeRaw()
866 OJPEGDecodeScanlines(TIFF* tif, uint8* buf, tmsize_t cc) in OJPEGDecodeScanlines()
891 OJPEGPostDecode(TIFF* tif, uint8* buf, tmsize_t cc) in OJPEGPostDecode()
923 OJPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in OJPEGEncode()
A Dtif_lzma.c272 LZMAEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in LZMAEncode()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffinfo.c202 register tsize_t cc; in ShowStrip() local
277 uint32 cc; in ShowTile() local
A Dtiff2ps.c2444 tsize_t cc; in PSDataColorContig() local
2512 tsize_t cc; in PSDataColorSeparate() local
2547 tsize_t cc; in PSDataPalette() local
2664 tmsize_t cc = TIFFReadEncodedStrip(tif, s, tf_buf, stripsize); in PSDataBW() local
2750 tmsize_t cc; in PSRawDataBW() local
A Drgb2ycbcr.c258 tsize_t cc, acc; in cvtRaster() local
/AliOS-Things-master/components/mbedtls/library/
A Daesni.c151 unsigned char aa[16], bb[16], cc[16]; in mbedtls_aesni_gcm_mult() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/imagesearch/
A Dimagesearch.cc185 string cc = buildAddContent(picList); in main() local
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c197 struct bt_hci_evt_cc_status *cc; in bt_cmd_complete_ext() local
/AliOS-Things-master/components/py_engine/engine/py/
A Demitinlinethumb.c354 typedef struct _cc_name_t { byte cc; member
566 mp_uint_t cc = -1; in emit_inline_thumb_op() local
585 mp_uint_t cc = -1; in emit_inline_thumb_op() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirread.c309 uint32 cc = dp->tdir_count*TIFFDataWidth(dp->tdir_type); in EstimateStripByteCounts() local
371 tsize_t cc = dir->tdir_count * w; in TIFFFetchData() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibunicode.c706 uint32_t code, n, type, cc, c1, b; in unicode_get_cc() local
757 int i, j, k, cc, cc1, start, ch1; in sort_cc() local
839 int *buf, buf_len, i, p, starter_pos, cc, last_cc, out_len; in unicode_normalize() local

Completed in 80 milliseconds

12