Lines Matching refs:t_stop
118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1462 t_stop = (float)clock(); in test_one_file()
1463 t_misc += (t_stop - t_start); in test_one_file()
1464 t_start = t_stop; in test_one_file()
1503 t_stop = (float)clock(); in test_one_file()
1504 t_decode += (t_stop - t_start); in test_one_file()
1505 t_start = t_stop; in test_one_file()
1509 t_stop = (float)clock(); in test_one_file()
1510 t_encode += (t_stop - t_start); in test_one_file()
1511 t_start = t_stop; in test_one_file()
2107 t_stop = (float)clock(); in main()
2108 t_misc += (t_stop - t_start); in main()
2109 t_start = t_stop; in main()