Searched refs:g_timebase_in_ts (Results 1 – 3 of 3) sorted by relevance
144 timebase_units_to_ticks(&oxcf.g_timebase_in_ts, next_show_idx); in ComputeFirstPassStats()146 timebase_units_to_ticks(&oxcf.g_timebase_in_ts, next_show_idx + 1); in ComputeFirstPassStats()249 timebase_units_to_ticks(&cpi->oxcf.g_timebase_in_ts, next_show_idx); in EncodeFrame()250 int64_t ts_end = timebase_units_to_ticks(&cpi->oxcf.g_timebase_in_ts, in EncodeFrame()
475 vpx_rational64_t g_timebase_in_ts; in get_g_timebase_in_ts() local476 g_timebase_in_ts.den = g_timebase.den; in get_g_timebase_in_ts()477 g_timebase_in_ts.num = g_timebase.num; in get_g_timebase_in_ts()478 g_timebase_in_ts.num *= TICKS_PER_SEC; in get_g_timebase_in_ts()479 reduce_ratio(&g_timebase_in_ts); in get_g_timebase_in_ts()480 return g_timebase_in_ts; in get_g_timebase_in_ts()501 oxcf->g_timebase_in_ts = get_g_timebase_in_ts(oxcf->g_timebase); in set_encoder_config()
158 vpx_rational64_t g_timebase_in_ts; // g_timebase * TICKS_PER_SEC member