Searched refs:AV_READ_TIME (Results 1 – 11 of 11) sorted by relevance
61 #if !defined(AV_READ_TIME)63 # define AV_READ_TIME gethrtime macro65 # define AV_READ_TIME mach_absolute_time macro128 #elif defined(AV_READ_TIME)131 uint64_t tstart = AV_READ_TIME(); \134 tend = AV_READ_TIME(); \
83 #ifdef AV_READ_TIME in get_generic_seed()84 buffer[13] ^= AV_READ_TIME(); in get_generic_seed()85 buffer[41] ^= AV_READ_TIME()>>32; in get_generic_seed()109 #ifdef AV_READ_TIME in get_generic_seed()110 buffer[111] += AV_READ_TIME(); in get_generic_seed()
34 #ifndef AV_READ_TIME35 #define AV_READ_TIME(x) 0 macro51 int64_t start = AV_READ_TIME(); in probe()53 time_array[i] += AV_READ_TIME() - start; in probe()199 if(AV_READ_TIME()) in main()
37 #ifndef AV_READ_TIME38 #define AV_READ_TIME(x) 0 macro603 t0 = AV_READ_TIME(); in run_implementation()605 t1 = AV_READ_TIME(); in run_implementation()
31 #define AV_READ_TIME mach_absolute_time macro35 #define AV_READ_TIME read_time macro
29 #define AV_READ_TIME read_time macro46 #define AV_READ_TIME __rdtsc macro
227 #if defined(AV_READ_TIME) || CONFIG_LINUX_PERF239 #define PERF_START(t) t = AV_READ_TIME()240 #define PERF_STOP(t) t = AV_READ_TIME() - t
645 #ifdef AV_READ_TIME in bench_init_ffmpeg()
28 #define AV_READ_TIME read_time macro
26 #define AV_READ_TIME read_time macro