Searched refs:TICKS_PER_SEC (Results 1 – 8 of 8) sorted by relevance
684 priv->timestamp_ratio.num *= TICKS_PER_SEC; in vp8e_init()754 COMPILE_TIME_ASSERT(TICKS_PER_SEC > 1000000 && in pick_quickcompress_mode()755 (TICKS_PER_SEC % 1000000) == 0); in pick_quickcompress_mode()758 (ctx->timestamp_ratio.den * (TICKS_PER_SEC / 1000000)); in pick_quickcompress_mode()
61 #define TICKS_PER_SEC 10000000 macro
1077 (double)TICKS_PER_SEC; in av1_update_level_info()1131 show_frame ? count_frames(buffer, TICKS_PER_SEC) : 0; in av1_update_level_info()
1511 #define TICKS_PER_SEC 10000000LL macro
478 g_timebase_in_ts.num *= TICKS_PER_SEC; in get_g_timebase_in_ts()976 COMPILE_TIME_ASSERT(TICKS_PER_SEC > 1000000 && in pick_quickcompress_mode()977 (TICKS_PER_SEC % 1000000) == 0); in pick_quickcompress_mode()980 (ctx->timestamp_ratio.den * (TICKS_PER_SEC / 1000000)); in pick_quickcompress_mode()
63 #define TICKS_PER_SEC 10000000 macro
5578 (double)TICKS_PER_SEC;5639 TICKS_PER_SEC) {
1899 (int64_t)priv->cfg.g_timebase.num * TICKS_PER_SEC; in encoder_init()