Home | History | Annotate | Download | only in vp8

Lines Matching refs:g_timebase

142     RANGE_CHECK(cfg, g_timebase.den,        1, 1000000000);
143 RANGE_CHECK(cfg, g_timebase.num, 1, cfg->g_timebase.den);
258 oxcf->frame_rate = (double)(cfg.g_timebase.den) / (double)(cfg.g_timebase.num);
608 * (uint64_t)ctx->cfg.g_timebase.num
609 / (uint64_t)ctx->cfg.g_timebase.den;
740 dst_time_stamp = pts * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
741 dst_end_time_stamp = (pts + duration) * 10000000 * ctx->cfg.g_timebase.num / ctx->cfg.g_timebase.den;
772 round = 1000000 * ctx->cfg.g_timebase.num / 2 - 1;
778 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
779 / ctx->cfg.g_timebase.num / 10000000;
781 (delta * ctx->cfg.g_timebase.den + round)
782 / ctx->cfg.g_timebase.num / 10000000;
797 * ctx->cfg.g_timebase.den + round)
798 / ctx->cfg.g_timebase.num / 10000000) + 1;
1073 {1, 30}, /* g_timebase */