Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abfe8a64 authored by Isaac Chen's avatar Isaac Chen Committed by android-build-merger
Browse files

Merge "Enable 32-bit armv8 NEON for aac/amrwb/h264 codecs" am: 8798a2dd

am: a0fc1bfb

Change-Id: I2c7091406640ba410c0ebc3429179e0337a6ef08
parents acc2d29e a0fc1bfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ cc_library_static {

            instruction_set: "arm",

            armv7_a_neon: {
            neon: {
                exclude_srcs: [
                    "src/asm/ARMV5E/PrePostMDCT_v5.s",
                    "src/asm/ARMV5E/R4R8First_v5.s",
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ cc_library_static {

            instruction_set: "arm",

            armv7_a_neon: {
            neon: {
                exclude_srcs: [
                    "src/asm/ARMV5E/convolve_opt.s",
                    "src/asm/ARMV5E/cor_h_vec_opt.s",
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ cc_library_shared {
        arm: {
            instruction_set: "arm",

            armv7_a_neon: {
            neon: {
                cflags: [
                    "-DH264DEC_NEON",
                    "-DH264DEC_OMXDL",