Home
last modified time | relevance | path

Searched refs:aom_rational (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/test/
Daltref_test.cc66 const aom_rational timebase = { 1, 30 }; in TEST_P()
80 const aom_rational timebase = { 1, 30 }; in TEST_P()
Dlossless_test.cc70 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P()
105 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P()
Dfwd_kf_test.cc44 const aom_rational timebase = { 1, 30 }; in SetUp()
Dgf_max_pyr_height_test.cc55 const aom_rational timebase = { 1, 30 }; in SetUp()
Dencode_perf_test.cc139 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P()
Dtile_independence_test.cc94 const aom_rational timebase = { 33333333, 1000000000 }; in DoTest()
Ddecode_multithreaded_test.cc107 const aom_rational timebase = { 33333333, 1000000000 }; in DoTest()
Ddecode_perf_test.cc194 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P()
Derror_resilience_test.cc52 const aom_rational timebase = { 33333333, 1000000000 }; in SetupEncoder()
/external/libaom/libaom/aom/
Daom_encoder.h178 typedef struct aom_rational { struct
325 struct aom_rational g_timebase;
/external/libaom/libaom/common/
Dargs.c212 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()
Dargs.h60 struct aom_rational arg_parse_rational(const struct arg *arg);
/external/libaom/libaom/apps/
Daomenc.h49 struct aom_rational framerate;
Daomenc.c1068 struct aom_rational *rat) { in validate_positive_rational()
/external/libaom/libaom/aom/internal/
Daom_codec_internal.h356 struct aom_rational mr_down_sampling_factor;
/external/libaom/libaom/examples/
Dnoise_model.c104 struct aom_rational fps;