Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 25 of 87) sorted by relevance

1234

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_fir_decimate_fast_q15.c168 x0 = *px0++; in arm_fir_decimate_fast_q15()
253 x0 = *px++; in arm_fir_decimate_fast_q15()
372 x0 = *px0++; in arm_fir_decimate_fast_q15()
383 x0 = *px0++; in arm_fir_decimate_fast_q15()
394 x0 = *px0++; in arm_fir_decimate_fast_q15()
405 x0 = *px0++; in arm_fir_decimate_fast_q15()
482 x0 = *px++; in arm_fir_decimate_fast_q15()
491 x0 = *px++; in arm_fir_decimate_fast_q15()
500 x0 = *px++; in arm_fir_decimate_fast_q15()
509 x0 = *px++; in arm_fir_decimate_fast_q15()
[all …]
A Darm_fir_decimate_q15.c165 x0 = *px0++; in arm_fir_decimate_q15()
250 x0 = *px++; in arm_fir_decimate_q15()
369 x0 = *px0++; in arm_fir_decimate_q15()
380 x0 = *px0++; in arm_fir_decimate_q15()
391 x0 = *px0++; in arm_fir_decimate_q15()
478 x0 = *px++; in arm_fir_decimate_q15()
487 x0 = *px++; in arm_fir_decimate_q15()
496 x0 = *px++; in arm_fir_decimate_q15()
505 x0 = *px++; in arm_fir_decimate_q15()
523 x0 = *px++; in arm_fir_decimate_q15()
[all …]
A Darm_fir_decimate_fast_q31.c126 x0 = *(px0); in arm_fir_decimate_fast_q31()
130 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x0 * c0)) >> 32); in arm_fir_decimate_fast_q31()
137 x0 = *(px0 + 1u); in arm_fir_decimate_fast_q31()
148 x0 = *(px0 + 2u); in arm_fir_decimate_fast_q31()
160 x0 = *(px0 + 3u); in arm_fir_decimate_fast_q31()
185 x0 = *(px0++); in arm_fir_decimate_fast_q31()
239 x0 = *(px++); in arm_fir_decimate_fast_q31()
248 x0 = *(px++); in arm_fir_decimate_fast_q31()
257 x0 = *(px++); in arm_fir_decimate_fast_q31()
266 x0 = *(px++); in arm_fir_decimate_fast_q31()
[all …]
A Darm_fir_decimate_f32.c199 x0 = *(px0++); in arm_fir_decimate_f32()
217 x0 = *(px0++); in arm_fir_decimate_f32()
232 x0 = *(px0++); in arm_fir_decimate_f32()
247 x0 = *(px0++); in arm_fir_decimate_f32()
271 x0 = *(px0++); in arm_fir_decimate_f32()
331 x0 = *(px++); in arm_fir_decimate_f32()
340 x0 = *(px++); in arm_fir_decimate_f32()
349 x0 = *(px++); in arm_fir_decimate_f32()
358 x0 = *(px++); in arm_fir_decimate_f32()
376 x0 = *(px++); in arm_fir_decimate_f32()
[all …]
A Darm_fir_interpolate_q15.c117 x0 = *(ptr1++); in arm_fir_interpolate_q15()
129 acc0 += (q63_t) x0 *c0; in arm_fir_interpolate_q15()
137 x0 = *(ptr1++); in arm_fir_interpolate_q15()
158 x0 = *(ptr1++); in arm_fir_interpolate_q15()
194 x0 = x1; in arm_fir_interpolate_q15()
264 x0 = *(ptr1++); in arm_fir_interpolate_q15()
276 x0 = *(ptr1++); in arm_fir_interpolate_q15()
288 x0 = *(ptr1++); in arm_fir_interpolate_q15()
300 x0 = *(ptr1++); in arm_fir_interpolate_q15()
321 x0 = *(ptr1++); in arm_fir_interpolate_q15()
[all …]
A Darm_fir_interpolate_q31.c118 x0 = *(ptr1++); in arm_fir_interpolate_q31()
130 acc0 += (q63_t) x0 *c0; in arm_fir_interpolate_q31()
138 x0 = *(ptr1++); in arm_fir_interpolate_q31()
159 x0 = *(ptr1++); in arm_fir_interpolate_q31()
195 x0 = x1; in arm_fir_interpolate_q31()
266 x0 = *(ptr1++); in arm_fir_interpolate_q31()
278 x0 = *(ptr1++); in arm_fir_interpolate_q31()
290 x0 = *(ptr1++); in arm_fir_interpolate_q31()
302 x0 = *(ptr1++); in arm_fir_interpolate_q31()
323 x0 = *(ptr1++); in arm_fir_interpolate_q31()
[all …]
A Darm_fir_fast_q15.c117 x0 = *__SIMD32(px)++; in arm_fir_fast_q15()
139 x1 = __PKHBT(x2, x0, 0); in arm_fir_fast_q15()
141 x1 = __PKHBT(x0, x2, 0); in arm_fir_fast_q15()
145 x0 = _SIMD32_OFFSET(px); in arm_fir_fast_q15()
152 x1 = __PKHBT(x0, x2, 0); in arm_fir_fast_q15()
154 x1 = __PKHBT(x2, x0, 0); in arm_fir_fast_q15()
177 x1 = __PKHBT(x2, x0, 0); in arm_fir_fast_q15()
179 x1 = __PKHBT(x0, x2, 0); in arm_fir_fast_q15()
207 x1 = __PKHBT(x2, x0, 0); in arm_fir_fast_q15()
209 x1 = __PKHBT(x0, x2, 0); in arm_fir_fast_q15()
[all …]
A Darm_fir_decimate_q31.c119 x0 = *(px++); in arm_fir_decimate_q31()
122 sum0 += (q63_t) x0 *c0; in arm_fir_decimate_q31()
128 x0 = *(px++); in arm_fir_decimate_q31()
131 sum0 += (q63_t) x0 *c0; in arm_fir_decimate_q31()
137 x0 = *(px++); in arm_fir_decimate_q31()
140 sum0 += (q63_t) x0 *c0; in arm_fir_decimate_q31()
146 x0 = *(px++); in arm_fir_decimate_q31()
149 sum0 += (q63_t) x0 *c0; in arm_fir_decimate_q31()
164 x0 = *(px++); in arm_fir_decimate_q31()
167 sum0 += (q63_t) x0 *c0; in arm_fir_decimate_q31()
[all …]
A Darm_fir_q15.c127 x0 = _SIMD32_OFFSET(px1); in arm_fir_q15()
262 x0 = *__SIMD32(px1)++; in arm_fir_q15()
373 x0 = *__SIMD32(px)++; in arm_fir_q15()
395 x1 = __PKHBT(x2, x0, 0); in arm_fir_q15()
397 x1 = __PKHBT(x0, x2, 0); in arm_fir_q15()
401 x0 = _SIMD32_OFFSET(px); in arm_fir_q15()
408 x1 = __PKHBT(x0, x2, 0); in arm_fir_q15()
410 x1 = __PKHBT(x2, x0, 0); in arm_fir_q15()
433 x1 = __PKHBT(x2, x0, 0); in arm_fir_q15()
435 x1 = __PKHBT(x0, x2, 0); in arm_fir_q15()
[all …]
A Darm_lms_norm_f32.c178 …float32_t w, x0, in; /* weight factor, temporary variable to hold input … in arm_lms_norm_f32() local
186 x0 = S->x0; in arm_lms_norm_f32()
215 energy -= x0 * x0; in arm_lms_norm_f32()
303 x0 = *pState; in arm_lms_norm_f32()
313 S->x0 = x0; in arm_lms_norm_f32()
368 energy -= x0 * x0; in arm_lms_norm_f32()
417 x0 = *pState; in arm_lms_norm_f32()
427 S->x0 = x0; in arm_lms_norm_f32()
A Darm_fir_interpolate_f32.c196 x0 = *(ptr1++); in arm_fir_interpolate_f32()
210 acc0 += x0 * c0; in arm_fir_interpolate_f32()
219 x0 = *(ptr1++); in arm_fir_interpolate_f32()
225 acc3 += x0 * c1; in arm_fir_interpolate_f32()
236 acc2 += x0 * c2; in arm_fir_interpolate_f32()
247 acc1 += x0 * c3; in arm_fir_interpolate_f32()
283 x0 = x1; in arm_fir_interpolate_f32()
355 x0 = *(ptr1++); in arm_fir_interpolate_f32()
367 x0 = *(ptr1++); in arm_fir_interpolate_f32()
379 x0 = *(ptr1++); in arm_fir_interpolate_f32()
[all …]
A Darm_lms_norm_q31.c87 q31_t x0; /* temporary variable to hold input sample */ in arm_lms_norm_q31() local
97 x0 = S->x0; in arm_lms_norm_q31()
128 (((q63_t) x0 * x0) << 1)) >> 32); in arm_lms_norm_q31()
240 x0 = *pState; in arm_lms_norm_q31()
251 S->x0 = x0; in arm_lms_norm_q31()
308 (q31_t) ((((q63_t) energy << 32) - (((q63_t) x0 * x0) << 1)) >> 32); in arm_lms_norm_q31()
381 x0 = *pState; in arm_lms_norm_q31()
392 S->x0 = x0; in arm_lms_norm_q31()
A Darm_lms_norm_q15.c86 q15_t x0; /* temporary variable to hold input sample */ in arm_lms_norm_q15() local
96 x0 = S->x0; in arm_lms_norm_q15()
125 energy -= (((q31_t) x0 * (x0)) >> 15); in arm_lms_norm_q15()
240 x0 = *pState; in arm_lms_norm_q15()
251 S->x0 = x0; in arm_lms_norm_q15()
315 energy -= (((q31_t) x0 * (x0)) >> 15); in arm_lms_norm_q15()
389 x0 = *pState; in arm_lms_norm_q15()
400 S->x0 = x0; in arm_lms_norm_q15()
A Darm_fir_fast_q31.c72 q31_t x0, x1, x2, x3; /* Temporary variables to hold state */ in arm_fir_fast_q31() local
118 x0 = *(px++); in arm_fir_fast_q31()
135 multAcc_32x32_keep32_R(acc0, x0, c0); in arm_fir_fast_q31()
150 x0 = *(px + 1u); in arm_fir_fast_q31()
156 multAcc_32x32_keep32_R(acc3, x0, c0); in arm_fir_fast_q31()
167 multAcc_32x32_keep32_R(acc2, x0, c0); in arm_fir_fast_q31()
178 multAcc_32x32_keep32_R(acc1, x0, c0); in arm_fir_fast_q31()
202 multAcc_32x32_keep32_R(acc0, x0, c0); in arm_fir_fast_q31()
208 x0 = x1; in arm_fir_fast_q31()
A Darm_fir_f32.c188 x0 = *px++; in arm_fir_f32()
237 x0 = *(px++); in arm_fir_f32()
369 x0 = x1; in arm_fir_f32()
618 x0 = *px++; in arm_fir_f32()
640 p0 = x0 * c0; in arm_fir_f32()
667 x0 = *(px++); in arm_fir_f32()
687 p7 = x0 * c0; in arm_fir_f32()
711 p6 = x0 * c0; in arm_fir_f32()
735 p5 = x0 * c0; in arm_fir_f32()
759 p4 = x0 * c0; in arm_fir_f32()
[all …]
A Darm_fir_q7.c71 q7_t x0, x1, x2, x3; /* Temporary variables to hold state */ in arm_fir_q7() local
117 x0 = *(px++); in arm_fir_q7()
134 acc0 += ((q15_t) x0 * c0); in arm_fir_q7()
149 x0 = *(px + 1u); in arm_fir_q7()
155 acc3 += ((q15_t) x0 * c0); in arm_fir_q7()
166 acc2 += ((q15_t) x0 * c0); in arm_fir_q7()
177 acc1 += ((q15_t) x0 * c0); in arm_fir_q7()
201 acc0 += ((q15_t) x0 * c0); in arm_fir_q7()
207 x0 = x1; in arm_fir_q7()
A Darm_fir_q31.c75 q31_t x0, x1, x2; /* Temporary variables to hold state */ in arm_fir_q31() local
123 x0 = *(px++); in arm_fir_q31()
138 acc0 += ((q63_t) x0 * c0); in arm_fir_q31()
144 x0 = *(px++); in arm_fir_q31()
149 acc2 += ((q63_t) x0 * c0); in arm_fir_q31()
160 acc1 += ((q63_t) x0 * c0); in arm_fir_q31()
180 acc0 += ((q63_t) x0 * c0); in arm_fir_q31()
185 x0 = x1; in arm_fir_q31()
A Darm_conv_f32.c132 …float32_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_f32() local
297 x0 = *(px++); in arm_conv_f32()
316 acc0 += x0 * c0; in arm_conv_f32()
331 x0 = *(px + 1u); in arm_conv_f32()
341 acc3 += x0 * c0; in arm_conv_f32()
355 acc2 += x0 * c0; in arm_conv_f32()
370 acc1 += x0 * c0; in arm_conv_f32()
393 acc0 += x0 * c0; in arm_conv_f32()
402 x0 = x1; in arm_conv_f32()
A Darm_correlate_fast_q15.c272 x0 = *__SIMD32(px); in arm_correlate_fast_q15()
289 acc0 = __SMLAD(x0, c0, acc0); in arm_correlate_fast_q15()
316 x0 = _SIMD32_OFFSET(px + 2); in arm_correlate_fast_q15()
323 acc2 = __SMLAD(x0, c0, acc2); in arm_correlate_fast_q15()
356 acc0 = __SMLAD(x0, c0, acc0); in arm_correlate_fast_q15()
375 acc0 = __SMLAD(x0, c0, acc0); in arm_correlate_fast_q15()
393 acc0 = __SMLAD(x0, c0, acc0); in arm_correlate_fast_q15()
824 x0 = __PKHBT(a, b, 16); in arm_correlate_fast_q15()
830 x0 = __PKHBT(b, a, 16); in arm_correlate_fast_q15()
918 x0 = __PKHBT(a, b, 16); in arm_correlate_fast_q15()
[all …]
A Darm_correlate_f32.c124 …float32_t x0, x1, x2, x3, c0; /* temporary variables for holding input and coeffi… in arm_correlate_f32() local
328 x0 = *(px++); in arm_correlate_f32()
347 acc0 += x0 * c0; in arm_correlate_f32()
359 x0 = *(px++); in arm_correlate_f32()
369 acc3 += x0 * c0; in arm_correlate_f32()
383 acc2 += x0 * c0; in arm_correlate_f32()
397 acc1 += x0 * c0; in arm_correlate_f32()
420 acc0 += x0 * c0; in arm_correlate_f32()
429 x0 = x1; in arm_correlate_f32()
A Darm_conv_q31.c87 …q31_t x0, x1, x2, c0; /* Temporary variables to hold state and coefficien… in arm_conv_q31() local
248 x0 = *(px++); in arm_conv_q31()
266 acc0 += ((q63_t) x0 * c0); in arm_conv_q31()
276 x0 = *(px + 1u); in arm_conv_q31()
284 acc2 += ((q63_t) x0 * c0); in arm_conv_q31()
296 acc1 += ((q63_t) x0 * c0); in arm_conv_q31()
320 acc0 += ((q63_t) x0 * c0); in arm_conv_q31()
327 x0 = x1; in arm_conv_q31()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dresize_bilinear.h98 int32_t x0, x1; in ResizeBilinear() local
100 input_width, &input_x, &x0, &x1); in ResizeBilinear()
106 (input_y - y0) * (1 - (input_x - x0)) + in ResizeBilinear()
110 (input_y - y0) * (input_x - x0) + in ResizeBilinear()
189 int32_t input_x, x0, x1; in ResizeBilinearInteger() local
196 input_data[Offset(input_shape, b, y0, x0, c)]) * in ResizeBilinearInteger()
198 ((1 << 10) - (input_x - (1 << 10) * x0)); in ResizeBilinearInteger()
201 input_data[Offset(input_shape, b, y1, x0, c)]) * in ResizeBilinearInteger()
203 ((1 << 10) - (input_x - (1 << 10) * x0)); in ResizeBilinearInteger()
208 (input_x - (1 << 10) * x0); in ResizeBilinearInteger()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dpcan_gain_control_util.c68 const uint32_t x0 = (uint32_t)1 << (interval - 1); in PcanGainControlPopulateState() local
69 const uint32_t x1 = x0 + (x0 >> 1); in PcanGainControlPopulateState()
71 (interval == kWideDynamicFunctionBits) ? x0 + (x0 - 1) : 2 * x0; in PcanGainControlPopulateState()
73 const int16_t y0 = PcanGainLookupFunction(config, input_bits, x0); in PcanGainControlPopulateState()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/
A Dgradle-wrapper.jar ... 1) org.gradle.wrapper.Download$1 x0 } org/gradle/wrapper/IDownload.class IDownload.java package ...
/AliOS-Things-master/components/py_engine/framework/
A Dsh1106.py144 def fill_circle(self, x0, y0, r, c): argument
155 self.pixel(x + x0, y + y0, c)
156 self.pixel(x + x0, -y + y0, c)
157 for i in range(-r + x0, r + x0):
170 for i in range(-x + x0, x + x0):
173 for i in range(-y + x0, y + x0):
177 def draw_circle(self, x0, y0, r, w, c): argument
178 self.fill_circle(x0, y0, r, c)
179 self.fill_circle(x0, y0, r -w, 0)

Completed in 990 milliseconds

1234