Searched refs:vpx_rational_t (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/test/ |
D | video_source.h | 124 virtual vpx_rational_t timebase() const = 0; 160 virtual vpx_rational_t timebase() const { in timebase() 161 const vpx_rational_t t = { 1, 30 }; in timebase()
|
D | y4m_video_source.h | 73 virtual vpx_rational_t timebase() const { in timebase() 74 const vpx_rational_t t = { framerate_denominator_, framerate_numerator_ }; in timebase()
|
D | yuv_video_source.h | 68 virtual vpx_rational_t timebase() const { in timebase() 69 const vpx_rational_t t = { framerate_denominator_, framerate_numerator_ }; in timebase()
|
D | encode_api_test.cc | 133 vpx_rational_t dsf[2] = { { 2, 1 }, { 2, 1 } }; in TEST()
|
D | vp8_datarate_test.cc | 72 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
|
D | error_resilience_test.cc | 472 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
|
D | vp9_datarate_test.cc | 154 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
|
D | svc_datarate_test.cc | 357 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 221 } vpx_rational_t; /**< alias for struct vpx_rational */ typedef 766 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver);
|
/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 | 237 vpx_rational_t mr_down_sampling_factor;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.h | 118 std::vector<vpx_rational_t> downsampling_factors_;
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 67 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver) { in vpx_codec_enc_init_multi_ver()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 336 vpx_rational_t dsf[NUM_ENCODERS] = { { 2, 1 }, { 2, 1 }, { 1, 1 } }; in main()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1043 static int64_t timebase_units_to_ticks(const vpx_rational_t *timebase, in timebase_units_to_ticks() 1048 static int64_t ticks_to_timebase_units(const vpx_rational_t *timebase, in ticks_to_timebase_units() 1081 const vpx_rational_t *const timebase = &ctx->cfg.g_timebase; in encoder_encode()
|