Home
last modified time | relevance | path

Searched refs:get_aom_decoder_by_index (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/common/
Dtools_common.c168 const AvxInterface *get_aom_decoder_by_index(int i) { return &aom_decoders[i]; } in get_aom_decoder_by_index() function
174 const AvxInterface *const decoder = get_aom_decoder_by_index(i); in get_aom_decoder_by_name()
185 const AvxInterface *const decoder = get_aom_decoder_by_index(i); in get_aom_decoder_by_fourcc()
Dtools_common.h159 const AvxInterface *get_aom_decoder_by_index(int i);
/external/libaom/libaom/examples/
Dscalable_decoder.c117 decoder = get_aom_decoder_by_index(0); in main()
/external/libaom/libaom/apps/
Daomdec.c173 const AvxInterface *const decoder = get_aom_decoder_by_index(i); in show_help()
261 const AvxInterface *const decoder = get_aom_decoder_by_index(i); in file_is_raw()
676 if (!interface) interface = get_aom_decoder_by_index(0); in main_loop()