Home
last modified time | relevance | path

Searched refs:vtbl1_u8 (Results 1 – 15 of 15) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc_neon.c50 return vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle), in DoGreenShuffle_NEON()
51 vtbl1_u8(vget_high_u8(argb), shuffle)); in DoGreenShuffle_NEON()
Dlossless_neon.c80 vst1_u8(dst, vtbl1_u8(pixels, shuffle)); in ConvertBGRAToRGBA_NEON()
519 return vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle), in DoGreenShuffle_NEON()
520 vtbl1_u8(vget_high_u8(argb), shuffle)); in DoGreenShuffle_NEON()
/external/libgav1/libgav1/src/dsp/arm/
Dintra_edge_neon.cc237 const uint8x8_t src03 = vtbl1_u8(src, vcreate_u8(0x0404030202010000)); in IntraEdgeUpsampler_NEON()
240 const uint8x8_t src21 = vtbl1_u8(src, vcreate_u8(0x0302010004030201)); in IntraEdgeUpsampler_NEON()
Dintrapred_directional_neon.cc120 vtbl1_u8(value, vreinterpret_u8_s8(base_step)); in DirectionalZone1_WxH()
/external/skqp/src/opts/
DSkBlitRow_opts.h76 uint8x8_t nalphas = vmvn_u8(vtbl1_u8(src, alpha_indices)); in SkPMSrcOver_neon2()
/external/skia/src/opts/
DSkBlitRow_opts.h144 uint8x8_t nalphas = vmvn_u8(vtbl1_u8(src, alpha_indices)); in SkPMSrcOver_neon2()
/external/skqp/src/core/
DSkBlitRow_D32.cpp246 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask); in blit_row_s32a_blend()
/external/skia/src/core/
DSkBlitRow_D32.cpp245 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask); in blit_row_s32a_blend()
/external/clang/test/CodeGen/
Daarch64-neon-tbl.c511 return vtbl1_u8(a, b); in test_vtbl1_u8()
Darm_neon_intrinsics.c22217 return vtbl1_u8(a, b); in test_vtbl1_u8()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-tbl.c511 return vtbl1_u8(a, b); in test_vtbl1_u8()
Darm_neon_intrinsics.c19702 return vtbl1_u8(a, b); in test_vtbl1_u8()
/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h525 vtbl1_u8(vreinterpret_u8_s64(x), vreinterpret_u8_s64(pattern))); in v64_shuffle_8()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8.h830 input_u8_dup3[i] = vtbl1_u8(input_u8, dup3_indices[i]);
/external/neon_2_sse/
DNEON_2_SSE.h1818 _NEON2SSESTORAGE uint8x8_t vtbl1_u8(uint8x8_t a, uint8x8_t b); // VTBL.8 d0, {d0}, d0
13097 _NEON2SSESTORAGE uint8x8_t vtbl1_u8(uint8x8_t a, uint8x8_t b); // VTBL.8 d0, {d0}, d0
13098 _NEON2SSE_INLINE uint8x8_t vtbl1_u8(uint8x8_t a, uint8x8_t b) in vtbl1_u8() function
13111 #define vtbl1_s8 vtbl1_u8
13114 #define vtbl1_p8 vtbl1_u8