Searched refs:DSP (Results 1 – 25 of 91) sorted by relevance
1234
/third_party/cmsis/ |
D | cmsis.gni | 30 "//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 …]
|
D | README.md | 20 |[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/ |
D | CMakeLists.txt | 32 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/ |
D | CMakeLists.txt | 5 # 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")
|
D | configDsp.cmake | 31 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/ |
D | pro-audio-with-gstreamer | 52 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/openGLES/extensions/EXT/ |
D | EXT_external_buffer.txt | 65 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/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_external_buffer.txt | 65 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/ |
D | CMakeLists.txt | 18 target_include_directories(CMSISDSPBayes PUBLIC "${DSP}/Include")
|
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/ |
D | CMakeLists.txt | 28 target_include_directories(CMSISDSPQuaternionMath PUBLIC "${DSP}/Include")
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/ |
D | net.cmake | 3 include_directories(${OP_HEADER_PATH}/CMSIS/DSP/Include)
|
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
D | CMakeLists.txt | 16 target_include_directories(CMSISDSPSupport PUBLIC "${DSP}/Include")
|
/third_party/mindspore/mindspore/lite/micro/cmake/ |
D | package_cmsis.cmake | 4 include_directories(${CMSIS_DIR}/CMSIS/DSP/Include)
|
/third_party/cmsis/CMSIS/DSP/Source/ControllerFunctions/ |
D | CMakeLists.txt | 38 target_include_directories(CMSISDSPController PUBLIC "${DSP}/Include")
|
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/ |
D | CMakeLists.txt | 27 target_include_directories(CMSISDSPInterpolation PUBLIC "${DSP}/Include")
|
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
D | CMakeLists.txt | 26 target_include_directories(CMSISDSPSVM PUBLIC "${DSP}/Include")
|
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/ |
D | CMakeLists.txt | 38 target_include_directories(CMSISDSPBasicMath PUBLIC "${DSP}/Include")
|
/third_party/ffmpeg/doc/ |
D | libavcodec.texi | 21 stream I/O to DSP optimizations, and makes it suitable for
|
/third_party/ffmpeg/libavcodec/arm/ |
D | videodsp_armv5te.S | 2 @ ARMv5te-optimized core video DSP functions
|
/third_party/cmsis/CMSIS/DSP/Source/FastMathFunctions/ |
D | CMakeLists.txt | 60 target_include_directories(CMSISDSPFastMath PUBLIC "${DSP}/Include")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips.td | 173 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/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | CMakeLists.txt | 38 target_include_directories(CMSISDSPMatrix PUBLIC "${DSP}/Include")
|
/third_party/ffmpeg/libavutil/x86/ |
D | fixed_dsp.asm | 2 ;* x86-optimized Float DSP functions
|
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/ |
D | CMakeLists.txt | 37 target_include_directories(CMSISDSPDistance PUBLIC "${DSP}/Include")
|
/third_party/ffmpeg/libavcodec/x86/ |
D | g722dsp.asm | 2 ;* SIMD optimized DSP functions for G722 coding
|
1234