Searched refs:aom_rational (Results 1 – 16 of 16) sorted by relevance
/external/libaom/libaom/test/ |
D | altref_test.cc | 66 const aom_rational timebase = { 1, 30 }; in TEST_P() 80 const aom_rational timebase = { 1, 30 }; in TEST_P()
|
D | lossless_test.cc | 70 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P() 105 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
D | fwd_kf_test.cc | 44 const aom_rational timebase = { 1, 30 }; in SetUp()
|
D | gf_max_pyr_height_test.cc | 55 const aom_rational timebase = { 1, 30 }; in SetUp()
|
D | encode_perf_test.cc | 139 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
D | tile_independence_test.cc | 94 const aom_rational timebase = { 33333333, 1000000000 }; in DoTest()
|
D | decode_multithreaded_test.cc | 107 const aom_rational timebase = { 33333333, 1000000000 }; in DoTest()
|
D | decode_perf_test.cc | 194 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P()
|
D | error_resilience_test.cc | 52 const aom_rational timebase = { 33333333, 1000000000 }; in SetupEncoder()
|
/external/libaom/libaom/aom/ |
D | aom_encoder.h | 178 typedef struct aom_rational { struct 325 struct aom_rational g_timebase;
|
/external/libaom/libaom/common/ |
D | args.c | 212 struct aom_rational { struct 216 struct aom_rational arg_parse_rational(const struct arg *arg) { in arg_parse_rational() argument 219 struct aom_rational rat; in arg_parse_rational()
|
D | args.h | 60 struct aom_rational arg_parse_rational(const struct arg *arg);
|
/external/libaom/libaom/apps/ |
D | aomenc.h | 49 struct aom_rational framerate;
|
D | aomenc.c | 1068 struct aom_rational *rat) { in validate_positive_rational()
|
/external/libaom/libaom/aom/internal/ |
D | aom_codec_internal.h | 356 struct aom_rational mr_down_sampling_factor;
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 104 struct aom_rational fps;
|