Home
last modified time | relevance | path

Searched refs:get_aom_decoder_by_name (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/examples/
Dav1_dec_fuzzer.cc43 const AvxInterface *decoder = get_aom_decoder_by_name("av1"); in LLVMFuzzerTestOneInput()
Daom_cx_set_ref.c304 const AvxInterface *decoder = get_aom_decoder_by_name(codec_arg); in main()
/external/libaom/libaom/common/
Dtools_common.h160 const AvxInterface *get_aom_decoder_by_name(const char *name);
Dtools_common.c170 const AvxInterface *get_aom_decoder_by_name(const char *name) { in get_aom_decoder_by_name() function
/external/libaom/libaom/apps/
Daomdec.c505 interface = get_aom_decoder_by_name(arg.val); in main_loop()
Daomenc.c1810 const AvxInterface *decoder = get_aom_decoder_by_name(global->codec->name); in initialize_encoder()