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

  /external/webp/src/dsp/
neon.h 51 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.val[0])
    [all...]
dec_neon.c 111 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,
430 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 318 const uint32_t* row01,
333 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
633 const uint32_t* row01 = local
641 row00, row01, row10, row11, xy0, xy1,

Completed in 107 milliseconds