Some patches for making SBC encoding up to 10% faster on ARM and x86. Also available in git://gitorious.org/system-performance/bluez-sbc.git branch 'sbc-fast-scalefactors-for-master' Siarhei Siamashka (3): sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitives sbc: MMX optimization for scale factors calculation sbc: ARM NEON optimization for scale factors calculation sbc/sbc.c | 94 ++++++++++++--------------------------------- sbc/sbc_primitives.c | 75 ++++++++++++++++++++++++++++++++++++ sbc/sbc_primitives.h | 4 ++ sbc/sbc_primitives_mmx.c | 54 ++++++++++++++++++++++++++ sbc/sbc_primitives_neon.c | 58 +++++++++++++++++++++++++++ 5 files changed, 216 insertions(+), 69 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html