Searched refs:t_stop (Results 1 – 1 of 1) sorted by relevance
118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable1417 t_stop = (float)clock(); in test_one_file()1418 t_misc += (t_stop - t_start); in test_one_file()1419 t_start = t_stop; in test_one_file()1458 t_stop = (float)clock(); in test_one_file()1459 t_decode += (t_stop - t_start); in test_one_file()1460 t_start = t_stop; in test_one_file()1464 t_stop = (float)clock(); in test_one_file()1465 t_encode += (t_stop - t_start); in test_one_file()1466 t_start = t_stop; in test_one_file()[all …]