Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c483 vpx_rational64_t g_timebase_in_ts; in get_g_timebase_in_ts() local
484 g_timebase_in_ts.den = g_timebase.den; in get_g_timebase_in_ts()
485 g_timebase_in_ts.num = g_timebase.num; in get_g_timebase_in_ts()
486 g_timebase_in_ts.num *= TICKS_PER_SEC; in get_g_timebase_in_ts()
487 reduce_ratio(&g_timebase_in_ts); in get_g_timebase_in_ts()
488 return g_timebase_in_ts; in get_g_timebase_in_ts()
509 oxcf->g_timebase_in_ts = get_g_timebase_in_ts(oxcf->g_timebase); in set_encoder_config()
Dsimple_encode.cc894 timebase_units_to_ticks(&oxcf.g_timebase_in_ts, next_show_idx); in ComputeFirstPassStats()
896 timebase_units_to_ticks(&oxcf.g_timebase_in_ts, next_show_idx + 1); in ComputeFirstPassStats()
1168 timebase_units_to_ticks(&cpi->oxcf.g_timebase_in_ts, next_show_idx); in EncodeFrame()
1169 int64_t ts_end = timebase_units_to_ticks(&cpi->oxcf.g_timebase_in_ts, in EncodeFrame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h166 vpx_rational64_t g_timebase_in_ts; // g_timebase * TICKS_PER_SEC member