/external/chromium_org/third_party/libwebp/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...] |
enc_neon.c | 60 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23, 77 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3); [all...] |
/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...] |
enc_neon.c | 60 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23, 77 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3); [all...] |
/external/opencv/cv/src/ |
cvpyramids.cpp | 103 worktype *row01, *row23, *row4; \ 113 row01 = rows[0]; \ 185 dst[x] = (type)_pd_scale_( PD_FILTER( row01[x], row01[x1], \ 193 dst[x] = (type)_pd_scale_( PD_RB( row01[x], row01[x1], \ 201 dst[x] = (type)_pd_scale_( PD_LT( row01[x], row01[x1], row23[x] )); \ 206 dst[x] = (type)_pd_scale_( PD_SINGULAR( row01[x], row01[x1] )); [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 317 const uint32_t* row01, 332 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]], 632 const uint32_t* row01 = local 640 row00, row01, row10, row11, xy0, xy1,
|
/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,
|