Home
last modified time | relevance | path

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

12

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_biquad_cascade_df1_f32.c179 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_df1_f32() local
332 stage--; in arm_biquad_cascade_df1_f32()
334 } while (stage > 0u); in arm_biquad_cascade_df1_f32()
401 stage--; in arm_biquad_cascade_df1_f32()
403 } while (stage > 0u); in arm_biquad_cascade_df1_f32()
A Darm_biquad_cascade_df1_q15.c86 …uint32_t sample, stage = (uint32_t) S->numStages; /* Stage loop counter … in arm_biquad_cascade_df1_q15() local
296 stage--; in arm_biquad_cascade_df1_q15()
298 } while (stage > 0u); in arm_biquad_cascade_df1_q15()
313 …uint32_t sample, stage = (uint32_t) S->numStages; /* Stage loop counter … in arm_biquad_cascade_df1_q15()
389 } while (--stage); in arm_biquad_cascade_df1_q15()
A Darm_biquad_cascade_df1_fast_q15.c79 uint32_t sample, stage = S->numStages; /* Stage loop counter */ in arm_biquad_cascade_df1_fast_q15() local
265 stage--; in arm_biquad_cascade_df1_fast_q15()
267 } while (stage > 0u); in arm_biquad_cascade_df1_fast_q15()
A Darm_biquad_cascade_df2T_f32.c157 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_df2T_f32() local
393 stage--; in arm_biquad_cascade_df2T_f32()
400 } while (stage > 0u); in arm_biquad_cascade_df2T_f32()
455 stage--; in arm_biquad_cascade_df2T_f32()
457 } while (stage > 0u); in arm_biquad_cascade_df2T_f32()
579 stage--; in arm_biquad_cascade_df2T_f32()
581 } while (stage > 0u); in arm_biquad_cascade_df2T_f32()
A Darm_biquad_cascade_df2T_f64.c157 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_df2T_f64() local
393 stage--; in arm_biquad_cascade_df2T_f64()
400 } while (stage > 0u); in arm_biquad_cascade_df2T_f64()
455 stage--; in arm_biquad_cascade_df2T_f64()
457 } while (stage > 0u); in arm_biquad_cascade_df2T_f64()
579 stage--; in arm_biquad_cascade_df2T_f64()
581 } while (stage > 0u); in arm_biquad_cascade_df2T_f64()
A Darm_biquad_cascade_stereo_df2T_f32.c157 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_stereo_df2T_f32() local
406 stage--; in arm_biquad_cascade_stereo_df2T_f32()
412 } while (stage > 0u); in arm_biquad_cascade_stereo_df2T_f32()
476 stage--; in arm_biquad_cascade_stereo_df2T_f32()
478 } while (stage > 0u); in arm_biquad_cascade_stereo_df2T_f32()
659 stage--; in arm_biquad_cascade_stereo_df2T_f32()
661 } while (stage > 0u); in arm_biquad_cascade_stereo_df2T_f32()
A Darm_biquad_cascade_df1_q31.c77 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_df1_q31() local
303 } while (--stage); in arm_biquad_cascade_df1_q31()
382 } while (--stage); in arm_biquad_cascade_df1_q31()
A Darm_biquad_cascade_df1_32x64_q31.c191 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cas_df1_32x64_q31() local
451 } while (--stage); in arm_biquad_cas_df1_32x64_q31()
542 } while (--stage); in arm_biquad_cas_df1_32x64_q31()
A Darm_biquad_cascade_df1_fast_q31.c79 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_df1_fast_q31() local
287 } while (--stage); in arm_biquad_cascade_df1_fast_q31()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_adapter.h36 uint8_t stage; member
A Dalcs_adapter.c446 subdev_item->stage = item->stage; in iotx_alcs_subdev_update_stage()
462 if (node->stage == IOTX_ALCS_SUBDEV_DISCONNCET_CLOUD) { in iotx_alcs_subdev_stage_check()
899 subdev_item->stage = IOTX_ALCS_SUBDEV_DISCONNCET_CLOUD; in iotx_alcs_add_sub_device()
A Dalcs_mqtt.c333 subdev_item.stage = IOTX_ALCS_SUBDEV_CONNECT_CLOUD; in __alcs_mqtt_subscribe_callback()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/ana/
A Dpmu.h196 void pmu_debug_reliability_test(int stage);
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_usb.h149 enum CTRL_STAGE stage; member
A Dhal_codec.h82 typedef void (*HAL_CODEC_DAC_RESET_CALLBACK)(enum HAL_CODEC_DAC_RESET_STAGE_T stage);
/AliOS-Things-master/components/py_engine/engine/tools/
A Dpydfu.py170 def check_status(stage, expected): argument
173 raise SystemExit("DFU: %s failed (%s)" % (stage, __DFU_STATUS_STR.get(status, status)))
/AliOS-Things-master/components/SDL2/docs/
A DREADME-cmake.md48 To use, set the following CMake variables when running CMake's configuration stage:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration_generated.h1979 tflite::BenchmarkStage stage; member
1984 : stage(tflite::BenchmarkStage_UNKNOWN), in BenchmarkErrorT()
1998 tflite::BenchmarkStage stage() const { in stage() function
2028 void add_stage(tflite::BenchmarkStage stage) { in add_stage()
2054 tflite::BenchmarkStage stage = tflite::BenchmarkStage_UNKNOWN,
2062 builder_.add_stage(stage);
2068 tflite::BenchmarkStage stage = tflite::BenchmarkStage_UNKNOWN,
2075 stage,
2935 (lhs.stage == rhs.stage) &&
2955 { auto _e = stage(); _o->stage = _e; } in UnPackTo()
[all …]
A Dconfiguration.proto372 // Which stage of benchmarking the event is for.
447 optional BenchmarkStage stage = 1; field
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb51 "# lists to define the rate at each stage. For example,\n",
65 "print(\"Training steps in each stage: %s\" % TRAINING_STEPS)\n",
66 "print(\"Learning rate in each stage: %s\" % LEARNING_RATE)\n",
A DREADME.md108 the first stage of a pipeline, running on a low-energy piece of hardware that
/AliOS-Things-master/documentation/coding/
A Dcoding_style.md200 switch (stage) {
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DREADME.txt18 When we wrote these programs, libpng was still in an early stage.
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md13 WARNING: this project is in beta stage and is subject to changes of the
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DREADME14 finally gotten to the stage where there hadn't been significant

Completed in 42 milliseconds

12