HomeSort by relevance Sort by last modified time
    Searched defs:row01 (Results 1 - 5 of 5) sorted by null

  /external/webp/src/dsp/
neon.h 52 uint64x2x2_t row01, row23; local
54 row01.val[0] = vreinterpretq_u64_s32(rows.val[0]);
55 row01.val[1] = vreinterpretq_u64_s32(rows.val[1]);
60 const uint64x1_t row0h = vget_high_u64(row01.val[0]);
62 const uint64x1_t row1h = vget_high_u64(row01.val[1]);
64 row01.val[0] = vcombine_u64(vget_low_u64(row01.val[0]), row2l);
66 row01.val[1] = vcombine_u64(vget_low_u64(row01.val[1]), row3l);
70 const int32x4x2_t out01 = vtrnq_s32(vreinterpretq_s32_u64(row01.val[0])
    [all...]
dec_neon.c 95 const uint8x16x2_t row01 = vtrnq_u8(vreinterpretq_u8_u32(in.val[0]), local
99 const uint16x8x2_t row02 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[0]),
101 const uint16x8x2_t row13 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[1]),
188 const uint8x16x2_t row01 = vtrnq_u8(row0, row1); // u00 u10 u02 u12 ... local
194 const uint16x8x2_t row02 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[0]),
196 const uint16x8x2_t row13 = vtrnq_u16(vreinterpretq_u16_u8(row01.val[1]),
399 static WEBP_INLINE void Add4x4_NEON(const int16x8_t row01,
417 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);
    [all...]
enc_sse2.c 328 const __m128i row01 = _mm_sub_epi16(src_0_16b, ref_0_16b); local
333 FTransformPass1_SSE2(&row01, &row23, &v01, &v32);
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 312 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,
  /external/skqp/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 312 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,

Completed in 114 milliseconds