summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix and suppress warnings in external/libspeex.HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ycm-13.0Aurimas Liutikas2016-03-232-7/+9
| | | | | Bug: 26936282 Change-Id: Ic40ad35ef03ffb2c4cfa4e83f6036ce432da8257
* am eaa4765b: Merge "speex: disable neon for arm64"staging/cm-12.1staging/cm-12.0-cafstable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Estable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-12.1cm-12.0Colin Cross2014-02-181-1/+5
|\ | | | | | | | | * commit 'eaa4765b8cc6a6dd5ee0d26dc1b61a1044817f32': speex: disable neon for arm64
| * Merge "speex: disable neon for arm64"Colin Cross2014-02-181-1/+5
| |\
| | * speex: disable neon for arm64Colin Cross2014-02-061-1/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The neon instructions in libspeex/resample_neon.h fail to compile on arm64: Error: unknown mnemonic `vld1.16' -- `vld1.16 {d16},[x3]!' Error: unknown mnemonic `vld1.16' -- `vld1.16 {d20},[x6]!' Error: unknown mnemonic `vmull.s16' -- `vmull.s16 q0,d16,d20' Error: unknown mnemonic `vld1.16' -- `vld1.16 {d16,d17,d18,d19},[x3]!' Error: unknown mnemonic `vld1.16' -- `vld1.16 {d20,d21,d22,d23},[x6]!' ... Disable neon on arm64 for now. Change-Id: Ifa2a99696241f53b2d6b25c2cb4330b819699a6f
* / Introduce libspeex_googletts, with more speex code.Przemyslaw Szczepaniak2013-10-261-1/+60
|/ | | | | | | | | libspeex_googletts is a static library, intended for linking against googletts (vendor/unbundled_google/packages/GoogleTTS). This removes the need for a separate speex repository in googletts repo. Change-Id: I8e129c188bd15b7ea06fab8da6a7cfccb4f202d3
* Remove obsolete ThirdPartyProject.prop file.cm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eacm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56cm-10.2.1cm-10.2.0cm-10.2-M1cm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1.2cm-10.1.1cm-10.1.0-RC5cm-10.1.0-RC4cm-10.1.0-RC3cm-10.1.0-RC2cm-10.1.0-RC1cm-10.1.0cm-10.1-M3cm-10.1-M2cm-10.1-M1stable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0stable/cm-10.2shipping/cm-11.0mr1.1-stagingcm-11.0cm-10.2cm-10.1Elliott Hughes2012-05-151-10/+0
| | | | Change-Id: Ibc0a6117720f871b8ddb6cc60357b287c000a5b4
* resample: add missing constraint for register q9jellybean-stablejellybeanics-releaseicscm-9.1.0Jyri Sarha2011-08-301-1/+1
| | | | Change-Id: Ia9cc31f591af574aeea007f934c09c9e1415984d
* resampler: add floating point neon optimizationJyri Sarha2011-08-041-1/+89
| | | | Change-Id: I0684ea002b2b02be5dae01a6c00ffbdf28b0e265
* Issue 5048376 Native crash while recording a videoJyri Sarha2011-08-032-51/+54
| | | | | | Fixed ARM neon resampler optimization. Change-Id: I0a1e8ec01311b455495ae9d0663e87a35e2ab977
* Added clean step missing in previous commit.Eric Laurent2011-07-221-0/+2
| | | | | | | Added a clean step missing in commit 6302f54 to make sure that speex resampler library is rebuild without NEON optimizations. Change-Id: I08f4b65ddcb18de337a40a01b6b27d178e700d2d
* Disable ARM neon reampler optimizations.Eric Laurent2011-07-191-1/+1
| | | | | | | Neon optimizations cause a crash when resampling from 44.1 to 16kHz. Disabling while investigating. Change-Id: I6066e48b010bdfeb8449970981da43cd7204a454
* resample: add neon optimised code if supported on targetJyri Sarha2011-07-186-3/+121
| | | | | | | | | | | - Add NEON optimized inner_product_single for fixed point. Semantics of inner_product_single have also been changed to contain the final right shift and saturation. This change affects fixed point calculations only. - Force full sinc table (e.g. no polynomial interpolation) Change-Id: Iba6a6f54fad26598de623851fc455c947681ca30
* Created speex resampler libraryEric Laurent2011-06-171-0/+17
| | | | Change-Id: Iac73c184e51dc65de29894a6aab280a9afe3eeea
* external/speex: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
| | | | | Change-Id: I52e900ec6d49f90aa8945856d0de3058576888bc Signed-off-by: Iliyan Malchev <malchev@google.com>
* Add missing NOTICE files.David Deephanphongs2010-10-191-0/+56
| | | | Change-Id: I51c200cec1064b5394612b51c807f5065f91bf69
* Speex: build noise suppressor.cm-7.1.0gingerbread-releasegingerbreadgb-release-7.2Chia-chi Yeh2010-08-241-1/+3
| | | | Change-Id: Ie17f494108d0b06c1f8de2ec185f18040f92e4ec
* Speex: build the echo canceller for our RTP stack.Chia-chi Yeh2010-08-241-4/+19
| | | | Change-Id: I01e3700b49e7cd1cdf65aca05cc376f9cb0bf6a4
* add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+10
| | | | Change-Id: I26af8dbb56dae6764d51dde5d7a466726d66095c
* Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
| | | | Change-Id: Iec2fe8962d5b3606d24e8ca01a3adbfd0048eb96
* reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
|\
| * reconcile android-2.1_r1 snapshotThe Android Open Source Project2010-01-290-0/+0
|/|
| * android-2.1_r1 snapshotThe Android Open Source Project2010-01-120-0/+0
| |
* | Merge donut into masterJean-Baptiste Queru2009-04-220-0/+0
|/
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-15103-0/+27793