On Mon, Jul 21, 2008 at 2:05 PM, Ravi Inder Singh <raviinder at gmail.com> wrote: > Hi all, > I was doing some work for RTCP XR Mean jitter calculation then i found > it will call pj_math_stat_update(&sess->stat.rx.stat_sum.jitter, jitter); > from pjmedia_rtcp_rx_rtp2. But this one is called each time when RTP packets > comes. > Issue :-This calculation is performed each time an rtp frame arrives > the processor cycles required for the divide will vary but is likely to get > higher as the session duration increases. > > I don't quite understand that statement. Looking at the source, it doesn't look like there is any increase at all to the computation with the increase of session duration. Cheers Benny > Is there any other way to achieve this :) > -- > Thanks & Regards, > Ravi Inder Singh > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080721/d4c85467/attachment.html