Home
last modified time | relevance | path

Searched refs:TICKS_PER_SEC (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencoder.h1100 #define TICKS_PER_SEC 10000000LL macro
1104 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()
Dlevel.c528 show_frame ? count_frames(buffer, TICKS_PER_SEC) : 0; in av1_update_level_info()
552 (double)TICKS_PER_SEC; in av1_update_level_info()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1045 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h59 #define TICKS_PER_SEC 10000000 macro
Dvp9_encoder.c5221 (double)TICKS_PER_SEC;
5282 TICKS_PER_SEC) {