Return-Path: Message-ID: Date: Fri, 19 Dec 2008 15:51:52 -0700 From: "Brad Midgley" To: "Luiz Augusto von Dentz" Subject: Re: [PATCH] sbc: fix for overflow bug in quantization code Cc: "Siarhei Siamashka" , jaska.uimonen@nokia.com, "ext Marcel Holtmann" , "linux-bluetooth@vger.kernel.org" In-Reply-To: <2d5a2c100812191423g301a6aebr103d3602e8ec984c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <200812172243.27442.siarhei.siamashka@nokia.com> <1229641160.17082.0.camel@violet> <200812192325.46796.siarhei.siamashka@nokia.com> <2d5a2c100812191423g301a6aebr103d3602e8ec984c@mail.gmail.com> List-ID: Luiz, > So what about the subband filters fixes and 16 bit fixed point, do you > thing it can be done? I left this out since the last patch was only > dealing with 8 subband and was 32 bit. FYI, I made some testing changes some time ago from 32-bit to 16-bit integers that didn't improve performance on arm at all... we shouldn't sacrifice quality for no real improvement in performance. The story may be different on a mips etc core, but I think we should realize real performance improvements in order to justify lowering fidelity. Brad