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; variable1460 t_stop = (float)clock(); in test_one_file()1461 t_misc += (t_stop - t_start); in test_one_file()1462 t_start = t_stop; in test_one_file()1501 t_stop = (float)clock(); in test_one_file()1502 t_decode += (t_stop - t_start); in test_one_file()1503 t_start = t_stop; in test_one_file()1507 t_stop = (float)clock(); in test_one_file()1508 t_encode += (t_stop - t_start); in test_one_file()1509 t_start = t_stop; in test_one_file()[all …]