Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c684 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()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h61 #define TICKS_PER_SEC 10000000 macro
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c478 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()
/external/libaom/libaom/av1/encoder/
Dlevel.c1077 (double)TICKS_PER_SEC; in av1_update_level_info()
1131 show_frame ? count_frames(buffer, TICKS_PER_SEC) : 0; in av1_update_level_info()
Dencoder.h1511 #define TICKS_PER_SEC 10000000LL macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h63 #define TICKS_PER_SEC 10000000 macro
Dvp9_encoder.c5578 (double)TICKS_PER_SEC;
5639 TICKS_PER_SEC) {
/external/libaom/libaom/av1/
Dav1_cx_iface.c1899 (int64_t)priv->cfg.g_timebase.num * TICKS_PER_SEC; in encoder_init()