search for: a08b29d88e3c

Displaying 4 results from an estimated 4 matches for "a08b29d88e3c".

2015 Oct 06
3
[RFC V3 7/8] armv7, armv8: Optimize fixed point fft using NE10 library
I'm trying to get these cleaned up and landed, but I'm running into some trouble with this patch. Using commit a08b29d88e3c (July 21) of Ne10, I'm seeing test failures for 60-point FFTs: nfft=60 inverse=0,snr = -3.312408 ** poor snr: -3.312408 ** nfft=60 inverse=1,snr = -16.079597 ** poor snr: -16.079597 ** All other sizes tested appear to work fine (84 to 140 dB of SNR). This doesn't match the results you...
2015 Oct 06
0
[RFC V3 7/8] armv7, armv8: Optimize fixed point fft using NE10 library
...u need any help. Regards, Vish [1]: https://github.com/projectNe10/Ne10.git On 5 October 2015 at 20:21, Timothy B. Terriberry <tterriberry at mozilla.com> wrote: > > I'm trying to get these cleaned up and landed, but I'm running into some trouble with this patch. Using commit a08b29d88e3c (July 21) of Ne10, I'm seeing test failures for 60-point FFTs: > > nfft=60 inverse=0,snr = -3.312408 > ** poor snr: -3.312408 ** > nfft=60 inverse=1,snr = -16.079597 > ** poor snr: -16.079597 ** > > All other sizes tested appear to work fine (84 to 140 dB of SNR). This does...
2015 Oct 16
1
[RFC V3 7/8] armv7, armv8: Optimize fixed point fft using NE10 library
...u need any help. Regards, Vish [1]: https://github.com/projectNe10/Ne10.git On 5 October 2015 at 20:21, Timothy B. Terriberry <tterriberry at mozilla.com> wrote: > > I'm trying to get these cleaned up and landed, but I'm running into some trouble with this patch. Using commit a08b29d88e3c (July 21) of Ne10, I'm seeing test failures for 60-point FFTs: > > nfft=60 inverse=0,snr = -3.312408 > ** poor snr: -3.312408 ** > nfft=60 inverse=1,snr = -16.079597 > ** poor snr: -16.079597 ** > > All other sizes tested appear to work fine (84 to 140 dB of SNR). This does...
2015 May 15
11
[RFC V3 0/8] Ne10 fft fixed and previous
Hi All, Changes from RFC v2 [1] armv7,armv8: Extend fixed fft NE10 optimizations to mdct - Overflow issue fixed by Phil at ARM. Ne10 wip at [2]. Should be upstream soon. - So, re-enabled using fixed fft for mdct_forward which was disabled in RFCv2 armv7,armv8: Optimize fixed point fft using NE10 library - Thanks to Jonathan Lennox, fixed some build fixes on iOS and some copy-paste errors Rest