/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/BasicMathFunctions/ |
A D | arm_elementwise_mul_s8.c | 63 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 D | arm_elementwise_add_s8.c | 125 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 D | arm_elementwise_mul_s8.c | 63 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 D | arm_elementwise_add_s8.c | 125 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 D | img2webp.c | 91 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 D | gif2webp.c | 129 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 D | anim_diff.c | 151 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 D | vwebp.c | 63 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 D | anim_util.h | 41 uint32_t loop_count; member
|
A D | gifdec.c | 176 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 D | gifdec.h | 83 int* const loop_count);
|
A D | webpmux.c | 216 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 D | arm_max_pool_s8.c | 37 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 D | arm_max_pool_s8.c | 37 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 D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 63 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 D | arm_nn_depthwise_conv_nt_t_s8.c | 63 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 D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 63 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 D | arm_nn_depthwise_conv_nt_t_s8.c | 63 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 D | arm_svdf_s8.c | 225 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 D | arm_svdf_s8.c | 225 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 D | demux.h | 297 uint32_t loop_count; member
|
A D | mux.h | 287 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 D | demux.h | 297 uint32_t loop_count; member
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | demux.h | 297 uint32_t loop_count; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_depthwise_conv_s8_opt.c | 167 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()
|