Searched defs:sum1 (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | ssim_sse2.c | 37 const __m128i sum1 = _mm_madd_epi16(C0, C0); in SubtractAndSquare_SSE2() local 52 __m128i sum1; in AccumulateSSE_SSE2() local
|
A D | enc_neon.c | 760 const uint32x4_t sum1 = vpaddlq_u16(prod1); in AccumulateSSE16_NEON() local 812 const uint32x4_t sum1 = vpaddlq_u16(prod1); in SSE4x4_NEON() local
|
A D | lossless_neon.c | 234 const uint8x16_t sum1 = vaddq_u8(sum0, shift1); in PredictorAdd1_NEON() local
|
A D | enc_sse2.c | 957 const __m128i sum1 = _mm_madd_epi16(C0, C0); in SubtractAndAccumulate_SSE2() local 973 __m128i sum1, sum2; in SSE_16xN_SSE2() local
|
A D | enc.c | 626 const int sum1 = TTransform(a, w); in Disto4x4_C() local
|
A D | lossless_sse2.c | 213 const __m128i sum1 = _mm_add_epi8(sum0, shift1); in PredictorAdd1_SSE2() local
|
A D | enc_msa.c | 205 const int sum1 = TTransform_MSA(a, w); in Disto4x4_MSA() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_3x3_filter_common.h | 149 int32x4_t sum1 = vpaddlq_s16(vmull_s8(vget_high_s8(lhs), vget_high_s8(rhs))); in vdotq_s32() local 171 int32x4_t sum1 = vpaddlq_s16(vmull_s8(vget_high_s8(lhs), lane_rhs)); in vdotq_four_lane_s32() local
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | adler32.c | 136 unsigned long sum1; local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | adler32.c | 148 unsigned long sum1; local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffmedian.c | 427 register uint32 sum, sum1, sum2; in splitbox() local
|
Completed in 24 milliseconds