Displaying 1 result from an estimated 1 matches for "quant_all_partition".
2014 Aug 01
1
opus_quant_all_band_working
...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 time. Now  I m trying 
to locate the main hotspot parts in this function but as this function 
is very much complex and its recursively called to splitting the bands I 
am unable to detect the hotspot part in this function. So can you guys 
give me some insights on opt...