Home
last modified time | relevance | path

Searched refs:p_prof (Results 1 – 1 of 1) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxa_profiler.h72 static inline void xa_compute_mcps(xa_profiler *p_prof, WORD32 samples_decoded, UWORD32 samp_freq, … in xa_compute_mcps() argument
79 p_prof->total_samples += samples_decoded; in xa_compute_mcps()
80 p_prof->frame_count++; in xa_compute_mcps()
82 clock_t cycles = p_prof->cycles; in xa_compute_mcps()
83 p_prof->total_cycles = 0; in xa_compute_mcps()
86 if (p_prof->frame_count > 1) { in xa_compute_mcps()
87 p_prof->Sum += Curr; in xa_compute_mcps()
88 Ave = p_prof->Sum / (p_prof->frame_count-1); in xa_compute_mcps()
90 if (p_prof->Peak < Curr) { in xa_compute_mcps()
91 p_prof->Peak = Curr; in xa_compute_mcps()
[all …]