Home | History | Annotate | Download | only in libpng

Lines Matching refs:t_start

127 static float t_start, t_stop, t_decode, t_encode, t_misc;
1427 t_misc += (t_stop - t_start);
1428 t_start = t_stop;
1468 t_decode += (t_stop - t_start);
1469 t_start = t_stop;
1474 t_encode += (t_stop - t_start);
1475 t_start = t_stop;
2032 t_misc += (t_stop - t_start);
2033 t_start = t_stop;