Lines Matching refs:t_stop
113 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1374 t_stop = (float)clock(); in test_one_file()
1375 t_misc += (t_stop - t_start); in test_one_file()
1376 t_start = t_stop; in test_one_file()
1396 t_stop = (float)clock(); in test_one_file()
1397 t_decode += (t_stop - t_start); in test_one_file()
1398 t_start = t_stop; in test_one_file()
1402 t_stop = (float)clock(); in test_one_file()
1403 t_encode += (t_stop - t_start); in test_one_file()
1404 t_start = t_stop; in test_one_file()
1961 t_stop = (float)clock(); in main()
1962 t_misc += (t_stop - t_start); in main()
1963 t_start = t_stop; in main()