Displaying 1 result from an estimated 1 matches for "opus_quant_all_band_work".
2014 Aug 01
1
opus_quant_all_band_working
Hi,
I am working on performance tuning of opus library on ARMv5E
platform. Our marvell soc also have wmmx simd coprocessor for speed
optimization. Now, I have profiled quant_all_bands() function and it
seems its taking almost 51% time of whole frame decoding. I have tried
to find out the hot spots parts in this function and it seems
quant_all_partition() function is taking too much