Searched refs:TICKS_PER_SEC (Results 1 – 5 of 5) sorted by relevance
1100 #define TICKS_PER_SEC 10000000LL macro1104 return n * TICKS_PER_SEC * timebase->num / timebase->den; in timebase_units_to_ticks()1109 const int64_t round = TICKS_PER_SEC * timebase->num / 2 - 1; in ticks_to_timebase_units()1110 return (n * timebase->den + round) / timebase->num / TICKS_PER_SEC; in ticks_to_timebase_units()
528 show_frame ? count_frames(buffer, TICKS_PER_SEC) : 0; in av1_update_level_info()552 (double)TICKS_PER_SEC; in av1_update_level_info()
1045 return n * TICKS_PER_SEC * timebase->num / timebase->den; in timebase_units_to_ticks()1050 const int64_t round = (int64_t)TICKS_PER_SEC * timebase->num / 2 - 1; in ticks_to_timebase_units()1051 return (n * timebase->den + round) / timebase->num / TICKS_PER_SEC; in ticks_to_timebase_units()
59 #define TICKS_PER_SEC 10000000 macro
5221 (double)TICKS_PER_SEC;5282 TICKS_PER_SEC) {