Searched refs:vpx_rational (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/test/ |
D | altref_test.cc | 55 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() 118 const vpx_rational timebase = { 1, 30 }; in TEST_P() 132 const vpx_rational timebase = { 1, 30 }; in TEST_P()
|
D | vp9_lossless_test.cc | 68 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() 103 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
D | error_resilience_test.cc | 197 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() 232 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() 294 const vpx_rational timebase = { 33333333, 1000000000 }; 341 const vpx_rational timebase = { 33333333, 1000000000 };
|
D | tile_independence_test.cc | 84 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
D | cq_test.cc | 106 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
D | encode_perf_test.cc | 139 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
D | decode_perf_test.cc | 212 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
/external/libvpx/libvpx/ |
D | args.c | 155 struct vpx_rational { struct 159 struct vpx_rational arg_parse_rational(const struct arg *arg) { in arg_parse_rational() argument 162 struct vpx_rational rat; in arg_parse_rational()
|
D | vpxenc.h | 50 struct vpx_rational framerate;
|
D | args.h | 56 struct vpx_rational arg_parse_rational(const struct arg *arg);
|
D | vpxenc.c | 641 struct vpx_rational *rat) { in validate_positive_rational()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 218 typedef struct vpx_rational { struct 343 struct vpx_rational g_timebase;
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 92 struct vpx_rational timebase;
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 361 struct vpx_rational mr_down_sampling_factor;
|