Displaying 2 results from an estimated 2 matches for "hotpar11".
2015 Jan 20
1
[RFC PATCH v1 1/2] Optimize repeated calls to opus_select_arch
...ing dependencies on threading libraries,
which are platform-specific (and may not even be available on some
platforms) and will make you lose performance.
So really I think the better solution is to modify the function
signatures, even if it looks like more typing.
[1] http://hboehm.info/boehm-hotpar11.pdf
2015 Jan 20
6
[RFC PATCH v1 0/2] Encode optimize using libNE10
Hello opus-dev,
I've been cooking up this patchset to integrate NE10 library into opus.
Current patchset focuses on encode use case mainly effecting performance of
clt_mdct_forward() and opus_fft() (for float only)
Glad to report the following on Encode use case:
(Measured on my Beaglebone Black Cortex-A8 board)
- Performance improvement for encode use case ~= 12.34% (Based on time -p