Displaying 4 results from an estimated 4 matches for "rvelea".
Did you mean:
velea
2016 Jan 20
2
AVX Optimizations in Opus
...be busy I would like to resend this on the mailing list.
I've created a pull request https://github.com/xiph/opus/pull/5 to add the testing infrastructure for the changes before adding the actual code.
A draft for the rest of the code for the AVX functions can be found here: https://github.com/rvelea/opus/commits/workspace. Timothy advised me to break them into smaller commits before trying to push them so as not to break anything.
If anyone is interested in reviewing this please let me know and I will follow up with the rest of the code via pull requests.
Thanks,
Radu
-------------- next p...
2016 Jan 21
0
Antw: AVX Optimizations in Opus
...end this on the mailing list.
> I've created a pull request https://github.com/xiph/opus/pull/5 to add the
> testing infrastructure for the changes before adding the actual code.
>
> A draft for the rest of the code for the AVX functions can be found here:
> https://github.com/rvelea/opus/commits/workspace. Timothy advised me to break
> them into smaller commits before trying to push them so as not to break
> anything.
>
> If anyone is interested in reviewing this please let me know and I will
> follow up with the rest of the code via pull requests.
>
>...
2015 Nov 06
2
AVX Optimizations
Hello,
I've integrated the tests and AVX pitch code into my fork:
https://github.com/rvelea/opus/commits/master
I ran test_opus_decode and it seems to be running OK.
I'll do some more measurements with VTUNE and the new pitch test in the following days and get back to you with a pull request and the data.
In the meantime if you have time to give it a quick look and maybe point out an...
2015 Nov 05
2
AVX Optimizations
Sorry. I missed that. Good observation.
Please go ahead and correct the patch.
Thanks,
Radu
-----Original Message-----
From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of Timothy B. Terriberry
Sent: Thursday, November 5, 2015 11:08 AM
To: opus at xiph.org
Subject: Re: [opus] AVX Optimizations
Velea, Radu wrote:
> Yes,
>
> Thank you. I'll follow up with