Searched refs:peak_avg_max (Results 1 - 4 of 4) sorted by relevance

/external/libhevc/test/decoder/
H A Dmain.c1749 UWORD32 peak_avg_max = 0; local
2771 if(peak_avg > peak_avg_max)
2772 peak_avg_max = peak_avg;
2776 frm_cnt, s_elapsed_time, u4_tot_cycles / frm_cnt, peak_avg_max, s_video_decode_op.u4_output_present, s_video_decode_op.u4_num_bytes_consumed);
2967 printf("Avg Peak decode time(%2d frames) : %-6d\n", PEAK_WINDOW_SIZE, (WORD32)peak_avg_max);
/external/libavc/test/decoder/
H A Dmain.c1813 UWORD32 peak_avg_max = 0; local
2893 if(peak_avg > peak_avg_max)
2894 peak_avg_max = peak_avg;
2898 frm_cnt, s_elapsed_time, u4_tot_cycles / frm_cnt, peak_avg_max, s_video_decode_op.u4_output_present, s_video_decode_op.u4_num_bytes_consumed);
3097 printf("Avg Peak decode time(%2d frames) : %-6d\n", PEAK_WINDOW_SIZE, (WORD32)peak_avg_max);
/external/libmpeg2/test/decoder/
H A Dmain.c1784 UWORD32 peak_avg_max = 0; local
2900 if(peak_avg > peak_avg_max)
2901 peak_avg_max = peak_avg;
2905 frm_cnt, s_elapsed_time, u4_tot_cycles / frm_cnt, peak_avg_max, s_video_decode_op.u4_output_present, s_video_decode_op.u4_num_bytes_consumed);
3082 printf("Avg Peak decode time(%2d frames) : %-6d\n", PEAK_WINDOW_SIZE, (WORD32)peak_avg_max);
/external/libavc/test/encoder/
H A Dmain.c1533 WORD32 peak_avg_max = 0, timetaken = 0; local
1840 if (peak_avg > peak_avg_max)
1841 peak_avg_max = peak_avg;
1938 peak_avg_max);

Completed in 76 milliseconds