Home
last modified time | relevance | path

Searched refs:g_timebase_in_ts (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/
Dsimple_encode.cc144 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()
Dvp9_cx_iface.c475 vpx_rational64_t g_timebase_in_ts; in get_g_timebase_in_ts() local
476 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h158 vpx_rational64_t g_timebase_in_ts; // g_timebase * TICKS_PER_SEC member