Searched defs:row01 (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/dsp/
H A Dneon.h51 uint64x2x2_t row01, row23; local
53 row01.val[0] = vreinterpretq_u64_s32(rows.val[0]);
54 row01.val[1] = vreinterpretq_u64_s32(rows.val[1]);
59 const uint64x1_t row0h = vget_high_u64(row01.val[0]);
61 const uint64x1_t row1h = vget_high_u64(row01.val[1]);
63 row01.val[0] = vcombine_u64(vget_low_u64(row01.val[0]), row2l);
65 row01.val[1] = vcombine_u64(vget_low_u64(row01.val[1]), row3l);
69 const int32x4x2_t out01 = vtrnq_s32(vreinterpretq_s32_u64(row01
[all...]
H A Denc_neon.c60 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23, argument
77 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);
H A Ddec_neon.c111 const uint8x16x2_t row01 = vtrnq_u8(vreinterpretq_u8_u32(in.val[0]), local
115 const uint16x8x2_t row02 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[0]),
117 const uint16x8x2_t row13 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[1]),
206 const uint8x16x2_t row01 = vtrnq_u8(row0, row1); // u00 u10 u02 u12 ... local
212 const uint16x8x2_t row02 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[0]),
214 const uint16x8x2_t row13 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[1]),
413 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23, argument
430 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);
H A Denc_sse2.c326 const __m128i row01 = _mm_sub_epi16(src_0_16b, ref_0_16b); local
331 FTransformPass1(&row01, &row23, &v01, &v32);
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp312 const uint32_t* row01,
327 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
627 const uint32_t* row01 = local
635 row00, row01, row10, row11, xy0, xy1,
311 ProcessTwoPixelPairsDXDY(const uint32_t* row00, const uint32_t* row01, const uint32_t* row10, const uint32_t* row11, const int* xy0, const int* xy1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument

Completed in 304 milliseconds