Searched refs:DSP (Results 1 – 25 of 64) sorted by relevance
123
/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 | 32 **Note:** CMSIS-DSP moved off into its [own repository](https://github.com/ARM-software/CMSIS-DSP),… 42 | [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) | DSP library collect…
|
/third_party/cmsis/CMSIS/DSP/Source/ |
D | configDsp.cmake | 25 target_include_directories(${project} PUBLIC "${DSP}/ComputeLibrary/Include") 32 target_include_directories(${project} PUBLIC "${DSP}/ComputeLibrary/Include") 40 target_include_directories(${project} PRIVATE "${DSP}/PrivateInclude") 44 # which is required by some code in CMSIS-DSP
|
D | CMakeLists.txt | 5 # DSP Sources 6 SET(DSP ${CMAKE_CURRENT_SOURCE_DIR}/..) variable 25 # CMSIS DSP 64 target_include_directories(CMSISDSP PUBLIC "${DSP}/Include")
|
D | Makefile | 25 CMSIS_DSP := $(CMSIS_ROOT)/CMSIS-DSP
|
/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/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/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/cmsis/CMSIS/DSP/Source/CommonTables/ |
D | Config.cmake | 15 target_sources(CMSISDSP PRIVATE "${DSP}/ComputeLibrary/Source/arm_cl_tables.c")
|
/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",
|
D | MicroMipsDSPInstrInfo.td | 1 //===- MicroMipsDSPInstrInfo.td - Micromips DSP instructions -*- tablegen *-=// 9 // This file describes MicroMips DSP instructions. 426 // microMIPS DSP Rev 1 543 // microMIPS DSP Rev 2 606 // microMIPS DSP Rev 3
|
/third_party/ffmpeg/libavcodec/arm/ |
D | videodsp_armv5te.S | 2 @ ARMv5te-optimized core video DSP functions
|
/third_party/ffmpeg/doc/ |
D | libavcodec.texi | 21 stream I/O to DSP optimizations, and makes it suitable for
|
/third_party/ffmpeg/libavutil/x86/ |
D | fixed_dsp.asm | 2 ;* x86-optimized Float DSP functions
|
/third_party/ffmpeg/libavcodec/x86/ |
D | g722dsp.asm | 2 ;* SIMD optimized DSP functions for G722 coding
|
D | aacencdsp.asm | 2 ;* SIMD optimized AAC encoder DSP functions
|
D | flac_dsp_gpl.asm | 2 ;* FLAC DSP functions
|
D | takdsp.asm | 2 ;* TAK DSP SIMD optimizations
|
D | alacdsp.asm | 2 ;* ALAC DSP SIMD optimizations
|
D | jpeg2000dsp.asm | 2 ;* SIMD-optimized JPEG2000 DSP functions
|
/third_party/zlib/contrib/iostream3/ |
D | README | 32 DSP Lab
|
/third_party/skia/third_party/externals/oboe/docs/notes/ |
D | effects.md | 44 - [Music DSP Archive](http://www.musicdsp.org/en/latest/Effects/index.html)
|
/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | embedded.txt | 28 * target processor (CPU,DSP,GPU)
|
/third_party/alsa-lib/doc/ |
D | index.doxygen | 49 - Page \subpage topology explains the DSP topology API.
|
/third_party/alsa-utils/topology/ |
D | alsatplg.rst | 30 tightly coupled to the DSP firmware version meaning extra care
|
123