Searched refs:vreinterpretq_u8_s16 (Results 1 – 8 of 8) sorted by relevance
/external/libavc/common/arm/svc/ |
D | isvc_intra_sampling_neon.c | 388 i4_out_horz_8x16_r0 = vbslq_u8(chroma_mask_8x16, vreinterpretq_u8_s16(final_horz_16x8_r0_1), in isvc_horz_interpol_chroma_dyadic_neon() 390 i4_out_horz_8x16_r1 = vbslq_u8(chroma_mask_8x16, vreinterpretq_u8_s16(final_horz_16x8_r1_1), in isvc_horz_interpol_chroma_dyadic_neon()
|
/external/tflite-support/third_party/zlib/contrib/optimizations/ |
D | chunkcopy.h | 192 return vreinterpretq_u8_s16(vdupq_n_s16(i16)); in v_load16_dup()
|
/external/libavc/decoder/arm/svc/ |
D | isvcd_intra_resamp_neon.c | 1072 i4_out_horz_8x16_r0 = vbslq_u8(chroma_mask_8x16, vreinterpretq_u8_s16(final_horz_16x8_r0_1), in isvcd_horz_interpol_chroma_dyadic_1_neonintr() 1074 i4_out_horz_8x16_r1 = vbslq_u8(chroma_mask_8x16, vreinterpretq_u8_s16(final_horz_16x8_r1_1), in isvcd_horz_interpol_chroma_dyadic_1_neonintr() 1183 i4_out_horz_8x16_r0 = vbslq_u8(chroma_mask_8x16, vreinterpretq_u8_s16(final_horz_16x8_r0_1), in isvcd_horz_interpol_chroma_dyadic_2_neonintr() 1185 i4_out_horz_8x16_r1 = vbslq_u8(chroma_mask_8x16, vreinterpretq_u8_s16(final_horz_16x8_r1_1), in isvcd_horz_interpol_chroma_dyadic_2_neonintr()
|
/external/zlib/contrib/optimizations/ |
D | chunkcopy.h | 203 return vreinterpretq_u8_s16(vdupq_n_s16(i16)); in v_load16_dup()
|
/external/webp/src/dsp/ |
D | enc_neon.c | 871 INIT_VECTOR2(all_out, vreinterpretq_u8_s16(out0), vreinterpretq_u8_s16(out1)); in QuantizeBlock_NEON()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 20903 return vreinterpretq_u8_s16(a); in test_vreinterpretq_u8_s16()
|
D | arm_neon_intrinsics.c | 14890 return vreinterpretq_u8_s16(a); in test_vreinterpretq_u8_s16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 16531 _NEON2SSESTORAGE uint8x16_t vreinterpretq_u8_s16 (int16x8_t t); 16532 #define vreinterpretq_u8_s16 macro
|