Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 191) sorted by relevance

12345678

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DCMakeLists.txt41 coreclient_ut.cc
46 credentials_ut.cc
50 error_ut.cc
51 executor_ut.cc
52 httprequest_ut.cc
54 httpmessage_ut.cc
61 runnable_ut.cc
65 url_ut.cc
66 utils_ut.cc
74 stsclient_ut.cc
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/
A DCMakeLists.txt106 src/FacebodyClient.cc
107 src/model/AddFaceRequest.cc
108 src/model/AddFaceResult.cc
111 src/model/BlurFaceRequest.cc
112 src/model/BlurFaceResult.cc
118 src/model/CountCrowdResult.cc
122 src/model/DeleteFaceResult.cc
134 src/model/DetectFaceResult.cc
140 src/model/DetectMaskResult.cc
152 src/model/FaceBeautyResult.cc
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/
A DCMakeLists.txt74 src/OcrClient.cc
102 src/model/RecognizePoiNameResult.cc
103 src/model/RecognizeQrCodeRequest.cc
104 src/model/RecognizeQrCodeResult.cc
105 src/model/RecognizeStampRequest.cc
106 src/model/RecognizeStampResult.cc
107 src/model/RecognizeTableRequest.cc
108 src/model/RecognizeTableResult.cc
118 src/model/RecognizeVINCodeResult.cc
121 src/model/TrimDocumentRequest.cc
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageseg/
A DCMakeLists.txt70 src/ImagesegClient.cc
71 src/model/ChangeSkyRequest.cc
72 src/model/ChangeSkyResult.cc
75 src/model/ParseFaceRequest.cc
76 src/model/ParseFaceResult.cc
77 src/model/RefineMaskRequest.cc
78 src/model/RefineMaskResult.cc
82 src/model/SegmentBodyResult.cc
90 src/model/SegmentFaceResult.cc
92 src/model/SegmentFoodResult.cc
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageenhan/
A DCMakeLists.txt64 src/ImageenhanClient.cc
67 src/model/AssessExposureRequest.cc
68 src/model/AssessExposureResult.cc
70 src/model/AssessSharpnessResult.cc
73 src/model/ColorizeImageRequest.cc
74 src/model/ColorizeImageResult.cc
77 src/model/ErasePersonRequest.cc
78 src/model/ErasePersonResult.cc
96 src/model/RecolorHDImageResult.cc
97 src/model/RecolorImageRequest.cc
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/
A DCMakeLists.txt94 src/CoreClient.cc
95 src/Credentials.cc
102 src/Error.cc
103 src/Executor.cc
106 src/HttpClient.cc
107 src/HttpMessage.cc
112 src/Outcome.cc
113 src/Runnable.cc
120 src/Signer.cc
123 src/Url.cc
[all …]
/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() argument
41 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheLookup()
42 return cc->colors_[key]; in VP8LColorCacheLookup()
45 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet() argument
47 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheSet()
48 cc->colors_[key] = argb; in VP8LColorCacheSet()
53 const int key = VP8LHashPix(argb, cc->hash_shift_); in VP8LColorCacheInsert()
54 cc->colors_[key] = argb; in VP8LColorCacheInsert()
59 return VP8LHashPix(argb, cc->hash_shift_); in VP8LColorCacheGetIndex()
65 const int key = VP8LHashPix(argb, cc->hash_shift_); in VP8LColorCacheContains()
[all …]
A Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() argument
25 assert(cc != NULL); in VP8LColorCacheInit()
27 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size, in VP8LColorCacheInit()
28 sizeof(*cc->colors_)); in VP8LColorCacheInit()
29 if (cc->colors_ == NULL) return 0; in VP8LColorCacheInit()
30 cc->hash_shift_ = 32 - hash_bits; in VP8LColorCacheInit()
31 cc->hash_bits_ = hash_bits; in VP8LColorCacheInit()
35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear() argument
36 if (cc != NULL) { in VP8LColorCacheClear()
37 WebPSafeFree(cc->colors_); in VP8LColorCacheClear()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_predict.c302 cc -= 3; in horAcc8()
304 while (cc>0) { in horAcc8()
308 cc -= 3; in horAcc8()
316 cc -= 4; in horAcc8()
318 while (cc>0) { in horAcc8()
323 cc -= 4; in horAcc8()
327 cc -= stride; in horAcc8()
331 cc -= stride; in horAcc8()
525 cc -= stride; in horDiff8()
554 cp += cc - 1; in horDiff8()
[all …]
A Dtif_next.c53 tmsize_t cc; in NeXTDecode() local
63 for (op = (unsigned char*) buf, cc = occ; cc-- > 0;) in NeXTDecode()
67 cc = tif->tif_rawcc; in NeXTDecode()
76 cc--; in NeXTDecode()
82 if (cc < scanline) in NeXTDecode()
86 cc -= scanline; in NeXTDecode()
94 if( cc < 4 ) in NeXTDecode()
102 cc -= 4+n; in NeXTDecode()
136 if (cc == 0) in NeXTDecode()
139 cc--; in NeXTDecode()
[all …]
A Dtif_dumpmode.c45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in DumpModeEncode() argument
48 while (cc > 0) { in DumpModeEncode()
51 n = cc; in DumpModeEncode()
66 cc -= n; in DumpModeEncode()
78 DumpModeDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DumpModeDecode() argument
82 if (tif->tif_rawcc < cc) { in DumpModeDecode()
88 (signed __int64) cc); in DumpModeDecode()
94 (signed long long) cc); in DumpModeDecode()
103 _TIFFmemcpy(buf, tif->tif_rawcp, cc); in DumpModeDecode()
104 tif->tif_rawcp += cc; in DumpModeDecode()
[all …]
A Dtif_packbits.c81 while (cc > 0) { in PackBitsEncode()
86 cc--; in PackBitsEncode()
88 for (; cc > 0 && b == *bp; cc--, bp++) in PackBitsEncode()
201 while (cc > 0) { in PackBitsEncodeChunk()
204 if( cc < chunk ) in PackBitsEncodeChunk()
205 chunk = cc; in PackBitsEncodeChunk()
210 cc -= chunk; in PackBitsEncodeChunk()
220 tmsize_t cc; in PackBitsDecode() local
229 cc--; in PackBitsDecode()
247 if( cc == 0 ) in PackBitsDecode()
[all …]
A Dtif_write.c272 if (cc > 0 && in TIFFWriteEncodedStrip()
275 return (cc); in TIFFWriteEncodedStrip()
297 return (cc); in TIFFWriteEncodedStrip()
346 cc : (tmsize_t) -1); in TIFFWriteRawStrip()
457 if ( cc < 1 || cc > tif->tif_tilesize) in TIFFWriteEncodedTile()
458 cc = tif->tif_tilesize; in TIFFWriteEncodedTile()
470 if (cc > 0 && in TIFFWriteEncodedTile()
473 return (cc); in TIFFWriteEncodedTile()
494 return (cc); in TIFFWriteEncodedTile()
520 cc : (tmsize_t)(-1)); in TIFFWriteRawTile()
[all …]
A Dtif_compress.c52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode() argument
54 (void) pp; (void) cc; (void) s; in _TIFFNoRowEncode()
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripEncode() argument
61 (void) pp; (void) cc; (void) s; in _TIFFNoStripEncode()
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileEncode() argument
68 (void) pp; (void) cc; (void) s; in _TIFFNoTileEncode()
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode() argument
98 (void) pp; (void) cc; (void) s; in _TIFFNoRowDecode()
105 (void) pp; (void) cc; (void) s; in _TIFFNoStripDecode()
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileDecode() argument
[all …]
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A DMakefile.inc30 tensorflow/lite/micro/examples/micro_speech/micro_speech_test.cc \
31 tensorflow/lite/micro/examples/micro_speech/micro_features/model.cc \
57 tensorflow/lite/experimental/microfrontend/lib/fft.cc \
58 tensorflow/lite/experimental/microfrontend/lib/fft_util.cc \
121 tensorflow/lite/micro/examples/micro_speech/audio_provider.cc
142 tensorflow/lite/micro/examples/micro_speech/audio_provider.cc \
187 tensorflow/lite/micro/examples/micro_speech/main.cc \
188 tensorflow/lite/micro/examples/micro_speech/main_functions.cc \
189 tensorflow/lite/micro/examples/micro_speech/audio_provider.cc \
210 tensorflow/lite/micro/examples/micro_speech/main.cc \
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/objectdet/
A DCMakeLists.txt48 src/ObjectdetClient.cc
51 src/model/DetectMainBodyRequest.cc
52 src/model/DetectMainBodyResult.cc
53 src/model/DetectObjectRequest.cc
54 src/model/DetectObjectResult.cc
57 src/model/DetectVehicleRequest.cc
58 src/model/DetectVehicleResult.cc
59 src/model/DetectWhiteBaseImageRequest.cc
60 src/model/DetectWhiteBaseImageResult.cc
63 src/model/GetVehicleRepairPlanRequest.cc
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/
A DCMakeLists.txt44 src/ImagerecogClient.cc
45 src/model/ClassifyingRubbishRequest.cc
46 src/model/ClassifyingRubbishResult.cc
47 src/model/DetectFruitsRequest.cc
48 src/model/DetectFruitsResult.cc
55 src/model/RecognizeLogoRequest.cc
56 src/model/RecognizeLogoResult.cc
57 src/model/RecognizeSceneRequest.cc
58 src/model/RecognizeSceneResult.cc
61 src/model/TaggingImageRequest.cc
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A DCMakeLists.txt118 wait.cc
135 wait_test.cc
179 tune.cc
228 tune_test.cc
264 allocator.cc
426 cpuinfo.cc
461 denormal.cc
981 context.cc
1031 ctx.cc
1106 trmul.cc
[all …]
A DBUILD153 srcs = ["wait.cc"],
192 "tune.cc",
265 "allocator.cc",
298 "block_map.cc",
349 "thread_pool.cc",
376 "cpuinfo.cc",
588 "pack_arm.cc",
748 "pack_avx.cc",
894 "ctx.cc",
1035 "frontend.cc",
[all …]
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/micro_features/
A DBUILD11 "micro_model_settings.cc",
21 "model.cc",
31 "no_micro_features_data.cc",
32 "yes_micro_features_data.cc",
48 "micro_features_generator.cc",
64 "no_feature_data_slice.cc",
65 "yes_feature_data_slice.cc",
77 "micro_features_generator_test.cc",
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A DBUILD42 srcs = ["canonicalize_value.cc"],
52 srcs = ["canonicalize_value_test.cc"],
62 "devicedb.cc",
75 srcs = ["json_to_fb.cc"],
110 "devicedb-sample.cc",
127 srcs = ["devicedb-sample.cc"],
135 "devicedb_test.cc",
154 "gpu_compatibility_binary.cc",
170 srcs = ["android_info.cc"],
180 "gpu_compatibility.cc",
[all …]
/AliOS-Things-master/solutions/tflite_micro_speech_demo/
A Dpackage.yaml62 - micro_speech/main_functions.cc
63 - micro_speech/feature_provider.cc
64 - micro_speech/audio_provider.cc
65 - micro_speech/recognize_commands.cc
66 - micro_speech/command_responder.cc
67 - micro_speech/micro_features/model.cc
68 - micro_speech/micro_features/micro_model_settings.cc
69 - micro_speech/micro_features/micro_features_generator.cc
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dmake_vms.com13 $ cc/include=[--]/prefix=all ioapi.c
14 $ cc/include=[--]/prefix=all miniunz.c
15 $ cc/include=[--]/prefix=all unzip.c
16 $ cc/include=[--]/prefix=all minizip.c
17 $ cc/include=[--]/prefix=all zip.c
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A DCMakeLists.txt21 instrumentation.cc
35 profiler.cc
36 treeview.cc
52 test_instrumented_library.cc
63 test.cc
A DBUILD24 srcs = ["instrumentation.cc"],
37 "profiler.cc",
38 "treeview.cc",
52 srcs = ["test_instrumented_library.cc"],
59 srcs = ["test.cc"],

Completed in 52 milliseconds

12345678