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

Commit 8798a2dd authored by Isaac Chen's avatar Isaac Chen Committed by Gerrit Code Review
Browse files

Merge "Enable 32-bit armv8 NEON for aac/amrwb/h264 codecs"

parents 4b4727f0 d53a547f
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",