Home
last modified time | relevance | path

Searched defs:c0 (Results 1 – 25 of 66) sorted by relevance

123

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_fir_decimate_q15.c76 …q31_t x0, x1, c0, c1; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q15() local
316 …q15_t x0, x1, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q15() local
594 …q31_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q15() local
A Darm_fir_interpolate_q15.c73 …q15_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_interpolate_q15() local
404 …q15_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_interpolate_q15() local
A Darm_fir_interpolate_q31.c73 …q31_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_interpolate_q31() local
401 …q31_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_interpolate_q31() local
A Darm_fir_decimate_fast_q15.c79 …q31_t x0, x1, c0, c1; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q15() local
319 …q15_t x0, x1, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q15() local
A Darm_fir_q15.c84 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold SIMD state and coeff… in arm_fir_q15() local
328 …q31_t x0, x1, x2, c0; /* Temporary variables to hold SIMD state and coeff… in arm_fir_q15() local
A Darm_fir_decimate_q31.c69 …q31_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q31() local
A Darm_fir_fast_q15.c72 …q31_t x0, x1, x2, c0; /* Temporary variables to hold SIMD state and coeff… in arm_fir_fast_q15() local
A Darm_fir_fast_q31.c73 q31_t c0; /* Temporary variable to hold coefficient value */ in arm_fir_fast_q31() local
A Darm_fir_q7.c72 q7_t c0; /* Temporary variable to hold coefficient value */ in arm_fir_q7() local
A Darm_fir_decimate_fast_q31.c73 …q31_t x0, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q31() local
A Darm_conv_q31.c87 …q31_t x0, x1, x2, c0; /* Temporary variables to hold state and coefficien… in arm_conv_q31() local
A Darm_correlate_q31.c85 …q31_t x0, x1, x2, c0; /* temporary variables for holding input and coeffi… in arm_correlate_q31() local
A Darm_fir_q31.c76 q31_t c0; /* Temporary variable to hold coefficient value */ in arm_fir_q31() local
A Darm_fir_f32.c135 …float32_t x0, x1, x2, x3, x4, x5, x6, x7, c0; /* Temporary variables to hold state and coefficien… in arm_fir_f32() local
564 …float32_t x0, x1, x2, x3, x4, x5, x6, x7, c0; /* Temporary variables to hold state and coefficien… in arm_fir_f32() local
A Darm_conv_f32.c132 …float32_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_f32() local
A Darm_conv_fast_q15.c80 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q15() local
A Darm_conv_fast_q31.c81 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q31() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcost_sse2.c27 const __m128i c0 = _mm_loadu_si128((const __m128i*)(coeffs + 0)); in SetResidualCoeffs_SSE2() local
66 const __m128i c0 = _mm_loadu_si128((const __m128i*)&res->coeffs[0]); in GetResidualCost_SSE2() local
A Dlossless_enc_msa.c21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument
37 #define TRANSFORM_COLOR_4(src, dst, c0, c1, mask0, mask1) do { \ argument
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_mat_mult_s8.c82 int16x8_t c0 = vldrbq_z_s16(ip_c0, p); in arm_nn_mat_mult_s8() local
141 int16x8_t c0 = vldrbq_z_s16(ip_c0, p); in arm_nn_mat_mult_s8() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_mat_mult_s8.c82 int16x8_t c0 = vldrbq_z_s16(ip_c0, p); in arm_nn_mat_mult_s8() local
141 int16x8_t c0 = vldrbq_z_s16(ip_c0, p); in arm_nn_mat_mult_s8() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ComplexMathFunctions/
A Darm_cmplx_dot_prod_f32.c84 float32_t a0,b0,c0,d0; in arm_cmplx_dot_prod_f32() local
A Darm_cmplx_dot_prod_q15.c66 q15_t a0,b0,c0,d0; in arm_cmplx_dot_prod_q15() local
A Darm_cmplx_dot_prod_q31.c67 q31_t a0,b0,c0,d0; in arm_cmplx_dot_prod_q31() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/MatrixFunctions/
A Darm_mat_cmplx_mult_q31.c78 q31_t a0, b0, c0, d0; in arm_mat_cmplx_mult_q31() local

Completed in 39 milliseconds

123