Searched refs:vpx_rational_t (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/test/ |
D | video_source.h | 125 virtual vpx_rational_t timebase() const = 0; 167 virtual vpx_rational_t timebase() const { in timebase() 168 const vpx_rational_t t = {1, 30}; in timebase()
|
D | y4m_video_source.h | 79 virtual vpx_rational_t timebase() const { in timebase() 80 const vpx_rational_t t = { framerate_denominator_, framerate_numerator_ }; in timebase()
|
D | yuv_video_source.h | 77 virtual vpx_rational_t timebase() const { in timebase() 78 const vpx_rational_t t = { framerate_denominator_, framerate_numerator_ }; in timebase()
|
D | datarate_test.cc | 61 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook() 381 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook() 788 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
|
D | error_resilience_test.cc | 482 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 249 } vpx_rational_t; /**< alias for struct vpx_rational */ typedef 829 vpx_rational_t *dsf,
|
/external/libvpx/libvpx/ |
D | rate_hist.h | 23 const vpx_rational_t *fps);
|
D | rate_hist.c | 38 const vpx_rational_t *fps) { in init_rate_histogram()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 248 vpx_rational_t mr_down_sampling_factor;
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 70 vpx_rational_t *dsf, in vpx_codec_enc_init_multi_ver()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 926 static int64_t timebase_units_to_ticks(const vpx_rational_t *timebase, in timebase_units_to_ticks() 931 static int64_t ticks_to_timebase_units(const vpx_rational_t *timebase, in ticks_to_timebase_units() 963 const vpx_rational_t *const timebase = &ctx->cfg.g_timebase; in encoder_encode()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 373 vpx_rational_t dsf[NUM_ENCODERS] = {{2, 1}, {2, 1}, {1, 1}}; in main()
|