Home
last modified time | relevance | path

Searched refs:vtbl4_u8 (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_v128.h631 vtbl4_u8(p, vreinterpret_u8_s64(vget_high_s64(pattern.val[1])))), in v256_shuffle_8()
633 vtbl4_u8(p, vreinterpret_u8_s64(vget_low_s64(pattern.val[1])))), in v256_shuffle_8()
635 vtbl4_u8(p, vreinterpret_u8_s64(vget_high_s64(pattern.val[0])))), in v256_shuffle_8()
637 vtbl4_u8(p, vreinterpret_u8_s64(vget_low_s64(pattern.val[0]))))); in v256_shuffle_8()
676 v256_from_64((uint64_t)vreinterpret_s64_u8(vtbl4_u8( in v256_wideshuffle_8()
678 (uint64_t)vreinterpret_s64_u8(vtbl4_u8( in v256_wideshuffle_8()
680 (uint64_t)vreinterpret_s64_u8(vtbl4_u8( in v256_wideshuffle_8()
682 (uint64_t)vreinterpret_s64_u8(vtbl4_u8( in v256_wideshuffle_8()
685 v256_from_64((uint64_t)vreinterpret_s64_u8(vtbl4_u8( in v256_wideshuffle_8()
687 (uint64_t)vreinterpret_s64_u8(vtbl4_u8( in v256_wideshuffle_8()
[all …]
/external/webp/src/dsp/
Dlossless_neon.c105 vst1_u8(dst + 0, vtbl4_u8(pixels, shuffle0)); in ConvertBGRAToBGR_NEON()
106 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1)); in ConvertBGRAToBGR_NEON()
107 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToBGR_NEON()
132 vst1_u8(dst + 0, vtbl4_u8(pixels, shuffle0)); in ConvertBGRAToRGB_NEON()
133 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1)); in ConvertBGRAToRGB_NEON()
134 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToRGB_NEON()
Denc_neon.c880 vtbl4_u8(all_out, vld1_u8(kShuffles[0])), in QuantizeBlock_NEON()
881 vtbl4_u8(all_out, vld1_u8(kShuffles[1])), in QuantizeBlock_NEON()
882 vtbl4_u8(all_out, vld1_u8(kShuffles[2])), in QuantizeBlock_NEON()
883 vtbl4_u8(all_out, vld1_u8(kShuffles[3]))); in QuantizeBlock_NEON()
/external/clang/test/CodeGen/
Daarch64-neon-tbl.c640 return vtbl4_u8(a, b); in test_vtbl4_u8()
Darm_neon_intrinsics.c22417 return vtbl4_u8(a, b); in test_vtbl4_u8()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-tbl.c640 return vtbl4_u8(a, b); in test_vtbl4_u8()
Darm_neon_intrinsics.c19899 return vtbl4_u8(a, b); in test_vtbl4_u8()
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc1028 uint8x8_t val = vtbl4_u8(table0, idx); // Range [0, 31]. in CalculateIntermediate()
/external/neon_2_sse/
DNEON_2_SSE.h13161 _NEON2SSESTORAGE uint8x8_t vtbl4_u8(uint8x8x4_t a, uint8x8_t b); // VTBL.8 d0, {d0, d1, d2, d3}, d0
13162 _NEON2SSE_INLINE uint8x8_t vtbl4_u8(uint8x8x4_t a, uint8x8_t b) in vtbl4_u8() function
13182 #define vtbl4_s8 vtbl4_u8
13185 #define vtbl4_p8 vtbl4_u8