summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/Filt_6k_7k_neon.s
Commit message (Collapse)AuthorAgeFilesLines
* Use standard arm assembly syntax.Chih-Hung Hsieh2016-01-081-1/+1
| | | | | | | | | | | | | | | | The output from gcc before and after this change, and from llvm are identical, except the ADRL to ADR change. In this case, old "ADRL r8, Table" is translated into add r8, pc, #1184 ; 0x4a0 nop ; (mov r0, r0) and new "ADR r8, Table; NOP" is translated into equivalent: add r8, pc, #1184 ; 0x4a0 nop {0} BUG: 21169627 Change-Id: I64130e99f6506494b9c4a6e0f1f850491d481242
* Fix PIC relocations for non-Bsymbolic buildsArd Biesheuvel2014-08-081-0/+1
| | | | | | | | | | The ARM assembly contains a couple of hand-coded PC relative references to data defined in other object files. Make sure the externs are tagged as hidden so the linker knows that it can resolve the reference locally at build time. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@gmail.com> Bug: 16853291 Change-Id: If7bc8e5bb6a2c63b9df33666d56e6c42f398fd47
* hardening: eliminate text relocations from amrwbArd Biesheuvel2012-08-131-2/+4
| | | | Change-Id: I47235fc4afe6b916da1e999401fb3c8b12c94e62
* stagefright aacenc/amrwbenc: Remove trailing whitespaceMans Rullgard2012-01-121-35/+35
| | | | | | | | | | | | | | This was applied in AOSP master earlier, in commit b21611e5b0f1797e39e781d91ade023bac87637f, but when merged into the Google internal tree in 88c2d4d26d79384f32a25bd775cf873cb678b12a, none of these changes have been brought in. (The diff of this merge commit and its first parent, d94b71d, is empty.) Therefore, reapply the rest of these changes on the files that still are present in the current version. Change-Id: I645a9b9134769958a11808a06163123d28d83e46
* Convert line breaks to Unix styleMans Rullgard2011-05-211-228/+228
| | | | Change-Id: I6219725a9fbd72432bad71a176c14f26fabdbd5f
* Initial software encoder checkinsJames Dong2010-05-191-0/+228
Change-Id: I27f387db23594e46384c4eb3a0093ce220bb6b60