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

Commit 75e61dba 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:...

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

Change-Id: I636f9947f13a0918e2cdf8cfb415466261fa0596
parents 028577e9 2a49d373
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,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
@@ -76,7 +76,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",