Searched refs:vst4_s16 (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctint-neon.c | 236 vst4_s16(workspace_l, quadrant); in jsimd_idct_islow_neon() 237 vst4_s16(workspace_r, quadrant); in jsimd_idct_islow_neon() 294 vst4_s16(workspace_l + 4 * DCTSIZE / 2, quadrant); in jsimd_idct_islow_neon() 295 vst4_s16(workspace_r + 4 * DCTSIZE / 2, quadrant); in jsimd_idct_islow_neon() 461 vst4_s16(workspace_1, rows_0123); in jsimd_idct_islow_pass1_regular() 462 vst4_s16(workspace_2, rows_4567); in jsimd_idct_islow_pass1_regular() 544 vst4_s16(workspace_1, rows_0123); in jsimd_idct_islow_pass1_sparse() 545 vst4_s16(workspace_2, rows_4567); in jsimd_idct_islow_pass1_sparse()
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | transform_neon.c | 134 vst4_s16(outre, outre16x4x4); in PreShiftW32toW16Neon() 135 vst4_s16(outim, outim16x4x4); in PreShiftW32toW16Neon()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 12918 vst4_s16(a, b); in test_vst4_s16()
|
D | arm_neon_intrinsics.c | 18597 vst4_s16(a, b); in test_vst4_s16()
|
/external/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 21082 vst4_s16(a, b); in test_vst4_s16()
|
D | aarch64-neon-intrinsics.c | 13746 vst4_s16(a, b); in test_vst4_s16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1544 _NEON2SSESTORAGE void vst4_s16(__transfersize(16) int16_t * ptr, int16x4x4_t val); // VST4.16 {d0, … 11581 #define vst4_s16(ptr, val) vst4_u16((uint16_t*)ptr, val) macro
|