Home
last modified time | relevance | path

Searched refs:loop_count (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/BasicMathFunctions/
A Darm_elementwise_mul_s8.c63 int32_t loop_count; in arm_elementwise_mul_s8() local
66 loop_count = (block_size + 3) / 4; in arm_elementwise_mul_s8()
69 for (int i = 0; i < loop_count; i++) in arm_elementwise_mul_s8()
110 loop_count = block_size >> 2; in arm_elementwise_mul_s8()
112 while (loop_count > 0) in arm_elementwise_mul_s8()
168 loop_count--; in arm_elementwise_mul_s8()
171 loop_count = block_size & 0x3; in arm_elementwise_mul_s8()
173 loop_count = block_size; in arm_elementwise_mul_s8()
176 while (loop_count > 0) in arm_elementwise_mul_s8()
192 loop_count--; in arm_elementwise_mul_s8()
A Darm_elementwise_add_s8.c125 uint32_t loop_count; in arm_elementwise_add_s8()
140 loop_count = block_size >> 2; in arm_elementwise_add_s8()
142 while (loop_count > 0U) in arm_elementwise_add_s8()
214 loop_count--; in arm_elementwise_add_s8()
217 loop_count = block_size & 0x3; in arm_elementwise_add_s8()
219 loop_count = block_size; in arm_elementwise_add_s8()
222 while (loop_count > 0U) in arm_elementwise_add_s8()
245 loop_count--; in arm_elementwise_add_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/BasicMathFunctions/
A Darm_elementwise_mul_s8.c63 int32_t loop_count; in arm_elementwise_mul_s8() local
66 loop_count = (block_size + 3) / 4; in arm_elementwise_mul_s8()
69 for (int i = 0; i < loop_count; i++) in arm_elementwise_mul_s8()
110 loop_count = block_size >> 2; in arm_elementwise_mul_s8()
112 while (loop_count > 0) in arm_elementwise_mul_s8()
168 loop_count--; in arm_elementwise_mul_s8()
171 loop_count = block_size & 0x3; in arm_elementwise_mul_s8()
173 loop_count = block_size; in arm_elementwise_mul_s8()
176 while (loop_count > 0) in arm_elementwise_mul_s8()
192 loop_count--; in arm_elementwise_mul_s8()
A Darm_elementwise_add_s8.c125 uint32_t loop_count; in arm_elementwise_add_s8()
140 loop_count = block_size >> 2; in arm_elementwise_add_s8()
142 while (loop_count > 0U) in arm_elementwise_add_s8()
214 loop_count--; in arm_elementwise_add_s8()
217 loop_count = block_size & 0x3; in arm_elementwise_add_s8()
219 loop_count = block_size; in arm_elementwise_add_s8()
222 while (loop_count > 0U) in arm_elementwise_add_s8()
245 loop_count--; in arm_elementwise_add_s8()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dimg2webp.c91 static int SetLoopCount(int loop_count, WebPData* const webp_data) { in SetLoopCount() argument
106 new_params.loop_count = loop_count; in SetLoopCount()
133 int loop_count = 0; in main() local
176 loop_count = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
177 if (loop_count < 0) { in main()
178 fprintf(stderr, "Invalid non-positive loop-count (%d)\n", loop_count); in main()
304 if (ok && loop_count > 0) { // Re-mux to add loop count. in main()
305 ok = SetLoopCount(loop_count, &webp_data); in main()
A Dgif2webp.c129 int loop_count = 0; // default: infinite in main() local
406 if (!GIFReadLoopCount(gif, &data, &loop_count)) { in main()
410 fprintf(stderr, "Loop count: %d\n", loop_count); in main()
412 stored_loop_count = loop_compatibility ? (loop_count != 0) : 1; in main()
476 loop_count = 1; in main()
478 } else if (loop_count > 0 && loop_count < 65535) { in main()
480 loop_count += 1; in main()
484 if (loop_count == 0) stored_loop_count = 0; in main()
503 new_params.loop_count = loop_count; in main()
A Danim_diff.c151 if ((img1->format == ANIM_GIF && img1->loop_count == 65536 && in CompareAnimatedImagePair()
152 img2->format == ANIM_WEBP && img2->loop_count == 65535) || in CompareAnimatedImagePair()
153 (img1->format == ANIM_WEBP && img1->loop_count == 65535 && in CompareAnimatedImagePair()
154 img2->format == ANIM_GIF && img2->loop_count == 65536)) { in CompareAnimatedImagePair()
158 CompareValues(img1->loop_count, img2->loop_count, in CompareAnimatedImagePair()
A Dvwebp.c63 int loop_count; member
199 --kParams.loop_count; in decode_callback()
200 kParams.done = (kParams.loop_count == 0); in decode_callback()
248 if (kParams.done && kParams.loop_count == 0) { in HandleKey()
249 kParams.loop_count = in HandleKey()
580 kParams.loop_count = (int)WebPDemuxGetI(kParams.dmux, WEBP_FF_LOOP_COUNT); in main()
583 curr->num_frames, kParams.loop_count); in main()
591 if (kParams.loop_count) ++kParams.loop_count; in main()
A Danim_util.h41 uint32_t loop_count; member
A Dgifdec.c176 int* const loop_count) { in GIFReadLoopCount() argument
188 *loop_count = (*buf)[2] | ((*buf)[3] << 8); in GIFReadLoopCount()
358 int* const loop_count) { in GIFReadLoopCount() argument
361 (void)loop_count; in GIFReadLoopCount()
A Dgifdec.h83 int* const loop_count);
A Dwebpmux.c216 params.bgcolor, params.loop_count); in DisplayInfo()
958 const int loop_count = in Process() local
960 if (loop_count < 0 || loop_count > 65535) { in Process()
969 params.loop_count = loop_count; in Process()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_max_pool_s8.c37 int32_t loop_count = (length + 15) / 16; in compare_and_replace_if_larger_q7() local
38 for (int i = 0; i < loop_count; i++) in compare_and_replace_if_larger_q7()
100 int32_t loop_count = (length + 15) / 16; in clamp_output() local
101 for (int i = 0; i < loop_count; i++) in clamp_output()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_max_pool_s8.c37 int32_t loop_count = (length + 15) / 16; in compare_and_replace_if_larger_q7() local
38 for (int i = 0; i < loop_count; i++) in compare_and_replace_if_larger_q7()
100 int32_t loop_count = (length + 15) / 16; in clamp_output() local
101 for (int i = 0; i < loop_count; i++) in clamp_output()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_depthwise_conv_nt_t_padded_s8.c63 int32_t loop_count = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_padded_s8() local
67 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_padded_s8()
A Darm_nn_depthwise_conv_nt_t_s8.c63 int32_t loop_count = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s8() local
66 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_depthwise_conv_nt_t_padded_s8.c63 int32_t loop_count = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_padded_s8() local
67 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_padded_s8()
A Darm_nn_depthwise_conv_nt_t_s8.c63 int32_t loop_count = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s8() local
66 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c225 const int32_t loop_count = (num_elements + 3) / 4; in arm_svdf_s8() local
226 for (int i_op = 0; i_op < loop_count; i_op++) in arm_svdf_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c225 const int32_t loop_count = (num_elements + 3) / 4; in arm_svdf_s8() local
226 for (int i_op = 0; i_op < loop_count; i_op++) in arm_svdf_s8()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddemux.h297 uint32_t loop_count; member
A Dmux.h287 int loop_count; // Number of times to repeat the animation [0 = infinite]. member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddemux.h297 uint32_t loop_count; member
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddemux.h297 uint32_t loop_count; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_depthwise_conv_s8_opt.c167 int32_t loop_count = (input_ch + 3) / 4; in arm_depthwise_conv_s8_opt() local
170 …for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; num_ch_to_process -= 4, offset += 4,… in arm_depthwise_conv_s8_opt()

Completed in 33 milliseconds

12