linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] SBC encoder optimizations (scale factors)
@ 2010-06-29 13:48 Siarhei Siamashka
  2010-06-29 13:48 ` [PATCH 1/3] sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitives Siarhei Siamashka
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Siarhei Siamashka @ 2010-06-29 13:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Siarhei Siamashka

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(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-30 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29 13:48 [PATCH 0/3] SBC encoder optimizations (scale factors) Siarhei Siamashka
2010-06-29 13:48 ` [PATCH 1/3] sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitives Siarhei Siamashka
2010-06-29 13:48 ` [PATCH 2/3] sbc: MMX optimization for scale factors calculation Siarhei Siamashka
2010-06-29 13:48 ` [PATCH 3/3] sbc: ARM NEON " Siarhei Siamashka
2010-06-30  7:32 ` [PATCH 0/3] SBC encoder optimizations (scale factors) Johan Hedberg
2010-06-30 13:16   ` Siarhei Siamashka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).