Home
last modified time | relevance | path

Searched refs:DSP (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/cmsis/
Dcmsis.gni30 "//third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c",
31 "//third_party/cmsis/CMSIS/DSP/Source/BayesFunctions/BayesFunctions.c",
32 "//third_party/cmsis/CMSIS/DSP/Source/CommonTables/CommonTables.c",
33 "//third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c",
34 "//third_party/cmsis/CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c",
35 "//third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/DistanceFunctions.c",
36 "//third_party/cmsis/CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c",
37 "//third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/MatrixFunctions.c",
38 "//third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctions.c",
39 "//third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/SupportFunctions.c",
[all …]
DREADME.md20 |[DSP](http://arm-software.github.io/CMSIS_5/DSP/html/index.html) | All Cortex-M | DSP librar…
34 …- CMSIS-DSP is fully ported to SIMD for Cortex-M family (Armv8.1-M) and Cortex-A & Cortex-R with …
68 | CMSIS/DSP | CMSIS-DSP related files |
78 … already pre-built libraries (stored in Git-LFS) of various software components (DSP, RTOS, RTOS2).
/third_party/cmsis/CMSIS/DSP/Source/CommonTables/
DCMakeLists.txt32 target_include_directories(CMSISDSPCommon PUBLIC "${DSP}/Include")
35 target_sources(CMSISDSPCommon PRIVATE "${DSP}/ComputeLibrary/Source/arm_cl_tables.c")
39 target_sources(CMSISDSPCommon PRIVATE "${DSP}/Source/CommonTables/arm_mve_tables.c")
40 target_sources(CMSISDSPCommon PRIVATE "${DSP}/Source/CommonTables/arm_mve_tables_f16.c")
/third_party/cmsis/CMSIS/DSP/Source/
DCMakeLists.txt5 # DSP Sources
6 SET(DSP ${ROOT}/CMSIS/DSP) variable
8 list(APPEND CMAKE_MODULE_PATH ${DSP}/Source)
9 list(APPEND CMAKE_MODULE_PATH ${DSP})
28 # Select which parts of the CMSIS-DSP must be compiled.
193 # CMSIS DSP
307 target_include_directories(CMSISDSP INTERFACE "${DSP}/Include")
DconfigDsp.cmake31 target_include_directories(${project} PUBLIC "${root}/CMSIS/DSP/ComputeLibrary/Include")
39 target_include_directories(${project} PRIVATE "${root}/CMSIS/DSP/PrivateInclude")
/third_party/gstreamer/gstreamer/docs/random/wingo/
Dpro-audio-with-gstreamer52 DSP things, but admittedly not too much -- this is an area for future
118 stream. Streams are always mono. All DSP algorithms expect to receive
127 DSP routines written years back still work, because all you need to use
139 That's all pretty normal, but there is one special consideration. DSP
144 the future, but it's true now for DSP. I'm talking about me now ;)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_external_buffer.txt65 cores such as the GPU, CPU, and DSP.
81 operations performed by separate components (DSP / CPU / GPU) and processes
228 by other processing cores (e.g. DSP), and making those available to CPU
231 (e.g., DSP) are visible to the GPU when server-side commands read from the
235 e.g., DSP) become visible to the CPU and GPU is implementation dependent.
/third_party/openGLES/extensions/EXT/
DEXT_external_buffer.txt65 cores such as the GPU, CPU, and DSP.
81 operations performed by separate components (DSP / CPU / GPU) and processes
228 by other processing cores (e.g. DSP), and making those available to CPU
231 (e.g., DSP) are visible to the GPU when server-side commands read from the
235 e.g., DSP) become visible to the CPU and GPU is implementation dependent.
/third_party/cmsis/CMSIS/DSP/Source/BayesFunctions/
DCMakeLists.txt18 target_include_directories(CMSISDSPBayes PUBLIC "${DSP}/Include")
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
DCMakeLists.txt28 target_include_directories(CMSISDSPQuaternionMath PUBLIC "${DSP}/Include")
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
DCMakeLists.txt16 target_include_directories(CMSISDSPSupport PUBLIC "${DSP}/Include")
/third_party/cmsis/CMSIS/DSP/Source/ControllerFunctions/
DCMakeLists.txt38 target_include_directories(CMSISDSPController PUBLIC "${DSP}/Include")
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/
DCMakeLists.txt27 target_include_directories(CMSISDSPInterpolation PUBLIC "${DSP}/Include")
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
DCMakeLists.txt38 target_include_directories(CMSISDSPBasicMath PUBLIC "${DSP}/Include")
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/
DCMakeLists.txt26 target_include_directories(CMSISDSPSVM PUBLIC "${DSP}/Include")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips.td173 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">;
175 "Mips DSP-R2 ASE", [FeatureDSP]>;
177 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
/third_party/ffmpeg/libavcodec/arm/
Dvideodsp_armv5te.S2 @ ARMv5te-optimized core video DSP functions
/third_party/ffmpeg/doc/
Dlibavcodec.texi21 stream I/O to DSP optimizations, and makes it suitable for
/third_party/cmsis/CMSIS/DSP/Source/FastMathFunctions/
DCMakeLists.txt60 target_include_directories(CMSISDSPFastMath PUBLIC "${DSP}/Include")
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
DCMakeLists.txt37 target_include_directories(CMSISDSPDistance PUBLIC "${DSP}/Include")
/third_party/ffmpeg/libavutil/x86/
Dfixed_dsp.asm2 ;* x86-optimized Float DSP functions
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
DCMakeLists.txt38 target_include_directories(CMSISDSPMatrix PUBLIC "${DSP}/Include")
/third_party/ffmpeg/libavcodec/x86/
Dg722dsp.asm2 ;* SIMD optimized DSP functions for G722 coding
/third_party/zlib/contrib/iostream3/
DREADME32 DSP Lab
/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/
DCMakeLists.txt67 target_include_directories(CMSISDSPComplexMath PUBLIC "${DSP}/Include")

1234