Home
last modified time | relevance | path

Searched refs:vst4_s16 (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djidctint-neon.c236 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/
Dtransform_neon.c134 vst4_s16(outre, outre16x4x4); in PreShiftW32toW16Neon()
135 vst4_s16(outim, outim16x4x4); in PreShiftW32toW16Neon()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c12918 vst4_s16(a, b); in test_vst4_s16()
Darm_neon_intrinsics.c18597 vst4_s16(a, b); in test_vst4_s16()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c13746 vst4_s16(a, b); in test_vst4_s16()
Darm_neon_intrinsics.c21082 vst4_s16(a, b); in test_vst4_s16()
/external/neon_2_sse/
DNEON_2_SSE.h1544 _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