- 220966d Fix typo in OWNER email address by Raymond Toy · 4 years, 6 months ago master
- 25492ab Rename android_tools to android_sdk by Peter Wen · 4 years, 6 months ago
- 614d5dc Add hongchan to owners by Raymond Toy · 4 years, 8 months ago
- 3b18bf8 Let openmax_dl remove assembler_debug_dir config; minor other tweaks. by Nico Weber · 4 years, 9 months ago
- 59265e0 Prepare for |is_posix| switch in the Fuchsia build by Fabrice de Gans-Riberi · 5 years ago
- 63d8cf4 Remove gyp files from openmax_dl. by Nico Weber · 6 years ago
- a661346 Make `git cl upload` work again in third_party/openmax_dl. by Nico Weber · 6 years ago
- b611996 Use __asm__ instead of asm in armSP.h by Sergey Ulanov · 6 years ago
- 7acede9 Make omxtypes.h utf-8 by Raymond Toy · 7 years ago
- 57d33be Convert GN source_set to static_library. by Raymond Toy · 7 years ago
- 6670e52 Fix return type to be void. by Raymond Toy · 8 years ago
- ff8766d GN: Mark dl sourceset as non-chromium code to silence compiler warnings by Raymond Toy · 8 years ago
- 7a179b9 Only pass android_toolchain in android builds. by Raymond Toy · 8 years ago
- 6625be0 Push -no-integrated-as into openmax_dl build file. by Raymond Toy · 8 years ago
- 4636f5b arm64: clang assembler compatability by Riku Voipio · 8 years ago
- 37b900c Remove cflags for asm-only target by Andrew Bonventre · 8 years ago
- 772999b fix comment typo in BUILD.gn by Andrew Bonventre · 8 years ago
- eb6f534 Update build file to use asmflags instead of cflags. by Andrew Bonventre · 8 years ago
- 2eb98d8 Re-enable LLVM LTO on Neon targets. by Andrew MacDonald · 8 years ago
- dc5ac61 Update openmax_dl codereview.settings to codereview.webrtc.org. by Andrew MacDonald · 8 years ago
- 22bb108 Fix unknown option '-msse2' warning on Windows. by Tomasz Moniuszko · 8 years ago
- e5266fb Remove indirection of cpufeatures.gypi. by Andrew MacDonald · 8 years ago
- 1cab0ec Add a codereview.settings file for openmax. by Henrik Kjellander · 8 years ago
- 0b238cb Minor test changes to fix compile errors. by andrew@webrtc.org · 9 years ago
- 6658243 Update the GN build with the cpu_arch -> current_cpu rename. by dpranke@chromium.org · 9 years ago
- 21c8abe Fixed wrong #define when compiling on ARM with non-NEON selection. by andrew@webrtc.org · 9 years ago
- 81318c1 Correct cpu_arch value for x86 arch. by andrew@webrtc.org · 9 years ago
- c01d587 Removing writen-only local variables. by rtoy@google.com · 9 years ago
- 8f7bf0b Fix Android GN build. by fdegans@chromium.org · 9 years ago
- 92700a3 Fix Android ARM Neon build. by fdegans@chromium.org · 9 years ago
- 1a4171c Fix for MIPS GN build by rtoy@google.com · 9 years ago
- e06282e Disable LTO on one target due to NEON issues with LTO. by andrew@webrtc.org · 9 years ago
- 0164270 Fix typo to unbreak non-ARM builds. by andrew@webrtc.org · 9 years ago
- 6d58d90 Fix ARM64 build. by andrew@webrtc.org · 9 years ago
- e54a7bd Only try to do CPU detection on Android ARM. by andrew@webrtc.org · 9 years ago
- 4d7268e Remove trailing whitespace under dl/sp/api by andrew@webrtc.org · 9 years ago
- 7034c09 Fix build errors in test programs. by rtoy@google.com · 9 years ago
- 79e64bc openmax: Remove .func / .endfunc directives. by thakis@chromium.org · 9 years ago
- 9ab9ca2 Minimized the table sizes for MIPS implementation. by rtoy@google.com · 9 years ago
- 5d85077 Convert all ARM assembler directives to lower case for clang's assembler. by rtoy@google.com · 9 years ago
- 333c00b Implement MIPS real float fft for openmax_dl. by rtoy@google.com · 9 years ago
- 4d09f5a Implement ARM64 version of OpenMAX DL by rtoy@google.com · 9 years ago
- 35473b1 Ensure code is compiled in arm mode, not thumb. by rtoy@google.com · 9 years ago
- d4c287a Add direct_dependent_settings to openmax_dl/dl.gyp. by turaj@webrtc.org · 9 years ago
- bce0c74 Fix FFT test programs by rtoy@google.com · 9 years ago
- cf42f62 Fix openmax_dl build for Android WebView. by rtoy@google.com · 9 years ago
- 5537f70 Fix openmax issue with casting pointers to uint32. by turaj@webrtc.org · 9 years ago
- 5fedace Fix openmax compile errors on windows. by turaj@webrtc.org · 9 years ago
- 56df947 Fix issues so clang can compile OpenMAX DL library and tests. by rtoy@google.com · 10 years ago
- 0349a55 The detection routines can't be compiled with NEON by rtoy@google.com · 10 years ago
- 5ba2426 X86 doesn't have detection routines so map to default FFT routines. by rtoy@google.com · 10 years ago
- 160311f Add support for non-NEON ARM FFT by rtoy@google.com · 10 years ago
- e12a978 Add support for building supported test programs for x86. by rtoy@google.com · 10 years ago
- 07622c7 Fix up the ARM paths that were messed up after committing the x86 version. by rtoy@google.com · 10 years ago
- da04d4f Implement x86 real float fft for openmax_dl. by rtoy@google.com · 10 years ago
- 88b0223 Add non-NEON float FFT implementation. by rtoy@google.com · 10 years ago
- 6be5b39 Update comments to indicate that float FFTs support orders from 1 to 15 (not 0 to 12), inclusive. by rtoy@google.com · 10 years ago
- 2230649 Clean up test infrastructure by rtoy@google.com · 10 years ago
- bf244b7 Fix test signals for order 1 tests, and enable these tests. by rtoy@google.com · 10 years ago
- bdf981c The ARM-specific headers in dl/api are moved to dl/api/arm. by rtoy@google.com · 10 years ago
- f718ba1 Move existing code to arm directory. NEON-specific code moved to arm/neon. by rtoy@google.com · 10 years ago
- 915b2ed Added direct_dependent_settings to dl.gyp so other modules can use the Openmax interface. by kma@webrtc.org · 10 years ago
- eb596a6 Fixed a minor test code error in openmax. by kma@webrtc.org · 10 years ago
- d1f9141 Added test code for ARM SC16 FFT in OpenMax, and fixed a compiler warning. by kma@webrtc.org · 10 years ago
- 4512d0e Implementation of real value 16 bit FFT with 16 bit complex FFT routines, for ARM Neon platforms. by kma@webrtc.org · 10 years ago
- ef6ccb1 Revert 4347 "Implementation of real value 16 bit FFT with 16 bit..." by kma@webrtc.org · 10 years ago
- 65de2e8 This is to fix security issues found in Openmax SC16 code. by kma@webrtc.org · 10 years ago
- 2a72730 Implementation of real value 16 bit FFT with 16 bit complex FFT routines, for ARM Neon platforms. by kma@webrtc.org · 10 years ago
- 6b2bf4b Removed text relocation code in OpenMax assembly files. Chromium issue # 8061013 by kma@webrtc.org · 10 years ago
- f2abf62 Optimize scaleFFTData for float FFTs by rtoy@google.com · 10 years ago
- 6a4eb76 Modified OpenMax DL configurations to build ARM Neon code in WebRtc. by kma@webrtc.org · 11 years ago
- 6ae14cb Remove unused files and unused variables. by rtoy@google.com · 11 years ago
- 3d422b9 Add LICENSE and README.chromium files. by rtoy@google.com · 11 years ago
- 91c96a1 Rename library from arm_fft to openmax_dl. by rtoy@google.com · 11 years ago
- 5e49351 Make 16-bit FFT work with gcc, update license info, and add test program. by rtoy@google.com · 11 years ago
- a2c02e3 Add 16-bit FFT routines as is from OpenMAX DL. by rtoy@google.com · 11 years ago
- 048e632 Update paths for the new directory structure. by rtoy@google.com · 11 years ago
- 91d4b10 Rearrange source to match OpenMAX DL directory structure. by rtoy@google.com · 11 years ago
- 99b31ea Import FFT routines from webrtc-signal rev r1078 as is by rtoy@google.com · 11 years ago