Home
last modified time | relevance | path

Searched defs:A0 (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler_sse2.c148 const __m128i A0 = _mm_mullo_epi16(sum, mult0); in RescalerImportRowShrink_SSE2() local
177 const __m128i A0 = _mm_loadu_si128((const __m128i*)(src + 0)); in LoadDispatchAndMult_SSE2() local
194 static WEBP_INLINE void ProcessRow_SSE2(const __m128i* const A0, in ProcessRow_SSE2()
228 static WEBP_INLINE void ProcessRow_Floor_SSE2(const __m128i* const A0, 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
333 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local
370 __m128i A0, A1, A2, A3; in RescalerExportRowShrink_SSE2() local
A Dfilters_sse2.c41 const __m128i A0 = _mm_loadu_si128((const __m128i*)&src[i + 0]); in PredictLineTop_SSE2() local
59 const __m128i A0 = _mm_loadu_si128((const __m128i*)(src + i + 0 )); in PredictLineLeft_SSE2() local
152 const __m128i A0 = _mm_loadl_epi64((const __m128i*)&row[i - 1]); in GradientPredictDirect_SSE2() local
230 const __m128i A0 = _mm_loadl_epi64((const __m128i*)(in + i)); in HorizontalUnfilter_SSE2() local
253 const __m128i A0 = _mm_loadu_si128((const __m128i*)&in[i + 0]); in VerticalUnfilter_SSE2() local
A Drescaler_neon.c138 const uint32x4_t A0 = MULT_FIX(in0, yscale_half); in RescalerExportRowShrink_NEON() local
160 const uint32x4_t A0 = MULT_FIX(in0, fxy_scale_half); in RescalerExportRowShrink_NEON() local
A Dlossless_sse2.c49 const __m128i A0 = _mm_srli_epi16(avg, 1); in ClampedAddSubtractHalf_SSE2() local
63 const __m128i A0 = _mm_cvtsi32_si128(a); in Select_SSE2() local
98 const __m128i A0 = _mm_cvtsi32_si128(a0); in Average2_uint32_SSE2() local
107 const __m128i A0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(a0), zero); in Average2_uint32_16_SSE2() local
137 const __m128i A0 = _mm_packus_epi16(avg3, avg3); in Average4_SSE2() local
A Dcommon_sse41.h108 const __m128i A0 = _mm_shuffle_epi8(*in0, shuff0); in VP8L32bToPlanar_SSE41() local
A Dcommon_sse2.h167 const __m128i A0 = _mm_unpacklo_epi8(*in0, *in1); in VP8L32bToPlanar_SSE2() local
A Dlossless_enc_sse41.c113 const __m128i A0 = _mm_srli_epi32(in0, 16); // 0 0 | x r in CollectColorRedTransforms_SSE41() local
A Dlossless_enc_sse2.c98 const __m128i A0 = _mm_slli_epi16(in0, 8); // r 0 | b 0 in CollectColorBlueTransforms_SSE2() local
144 const __m128i A0 = _mm_and_si128(in0, mask_g); // 0 0 | g 0 in CollectColorRedTransforms_SSE2() local
313 __m128i A0 = _mm_loadu_si128((const __m128i*)&array1[0]); in VectorMismatch_SSE2() local
A Dyuv_sse41.c292 const __m128i A0 = _mm_loadu_si128((const __m128i*)(rgb + 0)); in RGB24PackedToPlanar_SSE41() local
552 const __m128i A0 = _mm_shuffle_epi8(in0, shuff0); in RGBA32PackedToPlanar_16b_SSE41() local
A Dfilters_neon.c218 const uint8x16_t A0 = vld1q_u8(&in[i]); in HorizontalUnfilter_NEON() local
A Dalpha_processing_sse2.c282 const __m128i A0 = _mm_loadl_epi64((const __m128i*)&ptr[x]); in MultARGBRow_SSE2() local
A Dlossless_neon.c155 const uint8x8_t A0 = LOAD_U32_AS_U8(a0); in Average2_u8_NEON() local
A Dyuv_sse2.c702 const __m128i A0 = _mm_unpacklo_epi16(in0, in1); in RGBA32PackedToPlanar_16b_SSE2() local
A Ddec_sse2.c479 const __m128i A0 = _mm_set_epi32( in Load8x4_SSE2() local
A Ddec_neon.c1342 const uint64x1_t A0 = vreinterpret_u64_u8(vld1_u8(dst - BPS - 1)); // top row in VE4_NEON() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/
A Dcontroller_functions.h158 q15_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
176 q31_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
190 float32_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/
A Dcontroller_functions.h158 q15_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
176 q31_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
190 float32_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
/AliOS-Things-master/components/csi/csi2/dsp/include/
A Dcsky_math.h889 q15_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
903 q31_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
917 float32_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/
A Darm_math.h1816 q15_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
1834 q31_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
1848 float32_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Darm_math.h2764 q15_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
2782 q31_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member
2796 float32_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member

Completed in 69 milliseconds