/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | rescaler_sse2.c | 180 const __m128i A3 = _mm_srli_epi64(A1, 32); in LoadDispatchAndMult_SSE2() 183 *out1 = _mm_mul_epu32(A1, *mult); in LoadDispatchAndMult_SSE2() 188 *out1 = A1; in LoadDispatchAndMult_SSE2() 203 const __m128i B1 = _mm_mul_epu32(*A1, *mult); in ProcessRow_SSE2() 236 const __m128i B1 = _mm_mul_epu32(*A1, *mult); in ProcessRow_Floor_SSE2() 270 __m128i A0, A1, A2, A3; in RescalerExportRowExpand_SSE2() local 287 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local 292 const __m128i C1 = _mm_add_epi64(A1, B1); in RescalerExportRowExpand_SSE2() 333 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local 346 const __m128i E1 = _mm_sub_epi64(A1, D1); in RescalerExportRowShrink_SSE2() [all …]
|
A D | filters_sse2.c | 42 const __m128i A1 = _mm_loadu_si128((const __m128i*)&src[i + 16]); in PredictLineTop_SSE2() local 46 const __m128i C1 = _mm_sub_epi8(A1, B1); in PredictLineTop_SSE2() 61 const __m128i A1 = _mm_loadu_si128((const __m128i*)(src + i + 16 )); in PredictLineLeft_SSE2() local 64 const __m128i C1 = _mm_sub_epi8(A1, B1); in PredictLineLeft_SSE2() 156 const __m128i A1 = _mm_unpacklo_epi8(A0, zero); in GradientPredictDirect_SSE2() local 159 const __m128i E = _mm_add_epi16(A1, B1); in GradientPredictDirect_SSE2() 231 const __m128i A1 = _mm_add_epi8(A0, last); in HorizontalUnfilter_SSE2() local 232 const __m128i A2 = _mm_slli_si128(A1, 1); in HorizontalUnfilter_SSE2() 233 const __m128i A3 = _mm_add_epi8(A1, A2); in HorizontalUnfilter_SSE2() 254 const __m128i A1 = _mm_loadu_si128((const __m128i*)&in[i + 16]); in VerticalUnfilter_SSE2() local [all …]
|
A D | rescaler_neon.c | 79 LOAD_32x4(frow + x_out + 4, A1); in RescalerExportRowExpand_NEON() 81 const uint32x4_t B1 = MULT_FIX(A1, fy_scale_half); in RescalerExportRowExpand_NEON() 139 const uint32x4_t A1 = MULT_FIX(in1, yscale_half); in RescalerExportRowShrink_NEON() local 141 const uint32x4_t B1 = vqsubq_u32(in3, A1); in RescalerExportRowShrink_NEON() 148 STORE_32x8(A0, A1, irow + x_out); in RescalerExportRowShrink_NEON() 161 const uint32x4_t A1 = MULT_FIX(in1, fxy_scale_half); in RescalerExportRowShrink_NEON() local 163 const uint16x4_t B1 = vmovn_u32(A1); in RescalerExportRowShrink_NEON()
|
A D | common_sse41.h | 109 const __m128i A1 = _mm_shuffle_epi8(*in1, shuff0); in VP8L32bToPlanar_SSE41() local 116 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in VP8L32bToPlanar_SSE41() 117 const __m128i B1 = _mm_unpackhi_epi32(A0, A1); in VP8L32bToPlanar_SSE41()
|
A D | common_sse2.h | 168 const __m128i A1 = _mm_unpackhi_epi8(*in0, *in1); in VP8L32bToPlanar_SSE2() local 171 const __m128i B0 = _mm_unpacklo_epi8(A0, A1); in VP8L32bToPlanar_SSE2() 172 const __m128i B1 = _mm_unpackhi_epi8(A0, A1); in VP8L32bToPlanar_SSE2()
|
A D | lossless_sse2.c | 50 const __m128i A1 = _mm_sub_epi16(A0, B0); in ClampedAddSubtractHalf_SSE2() local 52 const __m128i A2 = _mm_sub_epi16(A1, BgtA); in ClampedAddSubtractHalf_SSE2() 99 const __m128i A1 = _mm_cvtsi32_si128(a1); in Average2_uint32_SSE2() local 100 const __m128i avg1 = _mm_avg_epu8(A0, A1); in Average2_uint32_SSE2() 101 const __m128i one = _mm_and_si128(_mm_xor_si128(A0, A1), ones); in Average2_uint32_SSE2() 108 const __m128i A1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(a1), zero); in Average2_uint32_16_SSE2() local 109 const __m128i sum = _mm_add_epi16(A1, A0); in Average2_uint32_16_SSE2() 123 const __m128i A1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(a1), zero); in Average3_SSE2() local 124 const __m128i sum = _mm_add_epi16(avg1, A1); in Average3_SSE2() 530 const __m128i A1 = _mm_loadu_si128(in++); in ConvertBGRAToRGBA_SSE2() local [all …]
|
A D | lossless_enc_sse2.c | 99 const __m128i A1 = _mm_slli_epi16(in1, 8); in CollectColorBlueTransforms_SSE2() local 103 const __m128i C1 = _mm_mulhi_epi16(A1, mults_r); in CollectColorBlueTransforms_SSE2() 145 const __m128i A1 = _mm_and_si128(in1, mask_g); in CollectColorRedTransforms_SSE2() local 149 const __m128i C1 = _mm_mulhi_epi16(A1, mults_g); in CollectColorRedTransforms_SSE2() 314 __m128i A1 = _mm_loadu_si128((const __m128i*)&array2[0]); in VectorMismatch_SSE2() local 319 const __m128i cmpA = _mm_cmpeq_epi32(A0, A1); in VectorMismatch_SSE2() 330 A1 = _mm_loadu_si128((const __m128i*)&array2[match_len + 4]); in VectorMismatch_SSE2() 633 const __m128i A1 = _mm_sub_epi16(avg, TL_lo); in PredictorSub13_SSE2() local 635 const __m128i A2 = _mm_sub_epi16(A1, bit_fix); in PredictorSub13_SSE2()
|
A D | lossless_enc_sse41.c | 114 const __m128i A1 = _mm_srli_epi32(in1, 16); in CollectColorRedTransforms_SSE41() local 115 const __m128i A = _mm_packus_epi32(A0, A1); // x r in CollectColorRedTransforms_SSE41()
|
A D | filters_neon.c | 219 const uint8x16_t A1 = vaddq_u8(A0, last); in HorizontalUnfilter_NEON() local 220 const uint8x16_t A2 = SHIFT_LEFT_N_Q(A1, 1); in HorizontalUnfilter_NEON() 221 const uint8x16_t A3 = vaddq_u8(A1, A2); in HorizontalUnfilter_NEON()
|
A D | alpha_processing_sse2.c | 283 const __m128i A1 = _mm_unpacklo_epi8(A0, zero); in MultARGBRow_SSE2() local 284 const __m128i A2 = _mm_or_si128(A1, kMask); in MultARGBRow_SSE2() 288 const __m128i A5 = _mm_mullo_epi16(A4, A1); in MultARGBRow_SSE2()
|
A D | yuv_sse41.c | 274 const __m128i tmp1 = _mm_shuffle_epi8(A1, shuff1); \ 293 const __m128i A1 = _mm_loadu_si128((const __m128i*)(rgb + 16)); in RGB24PackedToPlanar_SSE41() local 553 const __m128i A1 = _mm_shuffle_epi8(in1, shuff1); in RGBA32PackedToPlanar_16b_SSE41() local 561 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in RGBA32PackedToPlanar_16b_SSE41() 562 const __m128i B1 = _mm_or_si128(A0, A1); in RGBA32PackedToPlanar_16b_SSE41()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC-WinRT/WinPhone81_VS2013/ |
A D | SDL_image-WinPhone81.sln | 14 …91BC942}") = "zlib-WinPhone81", "zlib-WinPhone81.vcxproj", "{183B6F21-DD86-49A1-BA70-C97D7C404469}" 56 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Debug|ARM.ActiveCfg = Debug|ARM 57 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Debug|ARM.Build.0 = Debug|ARM 58 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Debug|Win32.ActiveCfg = Debug|Win32 59 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Debug|Win32.Build.0 = Debug|Win32 60 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Release|ARM.ActiveCfg = Release|ARM 61 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Release|ARM.Build.0 = Release|ARM 62 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Release|Win32.ActiveCfg = Release|Win32 63 {183B6F21-DD86-49A1-BA70-C97D7C404469}.Release|Win32.Build.0 = Release|Win32
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | controller_functions.h | 160 q15_t A1; /**< The derived gain A1 = -Kp - 2Kd */ member 163 q31_t A1; /**< The derived gain A1 = -Kp - 2Kd | Kd.*/ member 177 q31_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member 191 float32_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member 276 (S->A1 * S->state[0]) + (S->A2 * S->state[1]) + (S->state[2]); in arm_pid_f32() 312 acc += (q63_t) S->A1 * S->state[0]; in arm_pid_q31() 361 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)read_q15x2 (S->state), (uint64_t)acc); in arm_pid_q15() 367 acc += (q31_t) S->A1 * S->state[0]; in arm_pid_q15()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | controller_functions.h | 160 q15_t A1; /**< The derived gain A1 = -Kp - 2Kd */ member 163 q31_t A1; /**< The derived gain A1 = -Kp - 2Kd | Kd.*/ member 177 q31_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member 191 float32_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member 276 (S->A1 * S->state[0]) + (S->A2 * S->state[1]) + (S->state[2]); in arm_pid_f32() 312 acc += (q63_t) S->A1 * S->state[0]; in arm_pid_q31() 361 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)read_q15x2 (S->state), (uint64_t)acc); in arm_pid_q15() 367 acc += (q31_t) S->A1 * S->state[0]; in arm_pid_q15()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_biquad_cascade_df2T_f32.c | 465 float32_t p0, p1, p2, p3, p4, A1; in arm_biquad_cascade_df2T_f32() local 506 A1 = p1 + p3; in arm_biquad_cascade_df2T_f32() 508 d1 = A1 + d2; in arm_biquad_cascade_df2T_f32() 516 A1 = p1 + p3; in arm_biquad_cascade_df2T_f32() 518 d1 = A1 + d2; in arm_biquad_cascade_df2T_f32() 526 A1 = p1 + p3; in arm_biquad_cascade_df2T_f32() 528 d1 = A1 + d2; in arm_biquad_cascade_df2T_f32() 535 A1 = p1 + p3; in arm_biquad_cascade_df2T_f32() 537 d1 = A1 + d2; in arm_biquad_cascade_df2T_f32() 558 A1 = p1 + p3; in arm_biquad_cascade_df2T_f32() [all …]
|
A D | arm_biquad_cascade_df2T_f64.c | 465 float64_t p0, p1, p2, p3, p4, A1; in arm_biquad_cascade_df2T_f64() local 506 A1 = p1 + p3; in arm_biquad_cascade_df2T_f64() 508 d1 = A1 + d2; in arm_biquad_cascade_df2T_f64() 516 A1 = p1 + p3; in arm_biquad_cascade_df2T_f64() 518 d1 = A1 + d2; in arm_biquad_cascade_df2T_f64() 526 A1 = p1 + p3; in arm_biquad_cascade_df2T_f64() 528 d1 = A1 + d2; in arm_biquad_cascade_df2T_f64() 535 A1 = p1 + p3; in arm_biquad_cascade_df2T_f64() 537 d1 = A1 + d2; in arm_biquad_cascade_df2T_f64() 558 A1 = p1 + p3; in arm_biquad_cascade_df2T_f64() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ControllerFunctions/ |
A D | arm_pid_init_q15.c | 65 S->A1 = __PKHBT(-__QADD16(__QADD16(S->Kd, S->Kd), S->Kp), S->Kd, 16); in arm_pid_init_q15() 69 S->A1 = __PKHBT(S->Kd, -__QADD16(__QADD16(S->Kd, S->Kd), S->Kp), 16); in arm_pid_init_q15() 92 S->A1 = (q15_t) __SSAT(temp, 16); in arm_pid_init_q15()
|
A D | arm_pid_init_q31.c | 62 S->A1 = -__QADD(__QADD(S->Kd, S->Kd), S->Kp); in arm_pid_init_q31() 77 S->A1 = -clip_q63_to_q31((q63_t) temp + S->Kp); in arm_pid_init_q31()
|
A D | arm_pid_init_f32.c | 58 S->A1 = (-S->Kp) - ((float32_t) 2.0 * S->Kd); in arm_pid_init_f32()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/ |
A D | smpc_crypto.h | 71 void smpc_f5_init(uint8_t conidx, uint8_t* W,uint8_t* N1,uint8_t* N2,uint8_t* A1,uint8_t* A2); 98 …conidx,uint8_t* W, uint8_t* N1, uint8_t* N2, uint8_t* R, uint8_t* IOcap, uint8_t* A1, uint8_t* A2);
|
/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | adcall.py | 3 pins = [Pin.cpu.A0, Pin.cpu.A1, Pin.cpu.A2, Pin.cpu.A3]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_depthwise_separable_conv_HWC_q7.c | 358 q7_t A1 = *pA; in arm_depthwise_separable_conv_HWC_q7() local 362 sum += A1 * B1; in arm_depthwise_separable_conv_HWC_q7()
|
A D | arm_depthwise_separable_conv_HWC_q7_nonsquare.c | 362 q7_t A1 = *pA; in arm_depthwise_separable_conv_HWC_q7_nonsquare() local 366 sum += A1 * B1; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_depthwise_separable_conv_HWC_q7.c | 358 q7_t A1 = *pA; in arm_depthwise_separable_conv_HWC_q7() local 362 sum += A1 * B1; in arm_depthwise_separable_conv_HWC_q7()
|
A D | arm_depthwise_separable_conv_HWC_q7_nonsquare.c | 362 q7_t A1 = *pA; in arm_depthwise_separable_conv_HWC_q7_nonsquare() local 366 sum += A1 * B1; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
|