Searched refs:out01 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | neon.h | 70 const int32x4x2_t out01 = vtrnq_s32(vreinterpretq_s32_u64(row01.val[0]), in Transpose4x4_NEON() local 75 out.val[0] = out01.val[0]; in Transpose4x4_NEON() 76 out.val[1] = out01.val[1]; in Transpose4x4_NEON()
|
A D | enc_neon.c | 79 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3); in Add4x4_NEON() local 82 SaturateAndStore4x4_NEON(dst, out01, out23); in Add4x4_NEON() 275 int16x8_t* const out01, in Transpose4x4_S16_NEON() argument 283 *out01 = vreinterpretq_s16_s64( in Transpose4x4_S16_NEON()
|
A D | enc_sse2.c | 198 __m128i* const out01, in FTransformPass1_SSE2() argument 238 *out01 = _mm_unpacklo_epi32(s_lo, s_hi); in FTransformPass1_SSE2()
|
A D | dec_neon.c | 417 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3); in Add4x4_NEON() local 420 SaturateAndStore4x4_NEON(dst, out01, out23); in Add4x4_NEON()
|
Completed in 17 milliseconds