Searched refs:aom_codec_flags_t (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/test/ |
D | decode_test_driver.h | 49 Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in Decoder() 116 aom_codec_flags_t flags_; 129 virtual void set_flags(const aom_codec_flags_t flags); 160 aom_codec_flags_t flags_;
|
D | codec_factory.h | 40 const aom_codec_flags_t flags) const = 0; 86 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder() 124 const aom_codec_flags_t flags) const { in CreateDecoder()
|
D | decode_test_driver.cc | 112 void DecoderTest::set_flags(const aom_codec_flags_t flags) { flags_ = flags; } in set_flags()
|
D | test_vector_test.cc | 108 aom_codec_flags_t flags = 0; in TEST_P()
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 174 typedef long aom_codec_flags_t; typedef 209 aom_codec_flags_t init_flags; /**< Flags passed at init time */
|
D | aom_encoder.h | 758 aom_codec_flags_t flags, int ver); 789 int num_enc, aom_codec_flags_t flags, aom_rational_t *dsf, int ver);
|
D | aom_decoder.h | 129 aom_codec_flags_t flags, int ver);
|
/external/libaom/libaom/aom/src/ |
D | aom_encoder.c | 38 aom_codec_flags_t flags, int ver) { in aom_codec_enc_init_ver() 70 int num_enc, aom_codec_flags_t flags, aom_rational_t *dsf, int ver) { in aom_codec_enc_init_multi_ver()
|
D | aom_decoder.c | 28 aom_codec_flags_t flags, int ver) { in aom_codec_dec_init_ver()
|
/external/libaom/libaom/aom/internal/ |
D | aom_codec_internal.h | 336 aom_codec_flags_t init_flags;
|