Searched refs:get_aom_decoder_by_index (Results 1 – 4 of 4) sorted by relevance
168 const AvxInterface *get_aom_decoder_by_index(int i) { return &aom_decoders[i]; } in get_aom_decoder_by_index() function174 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()
159 const AvxInterface *get_aom_decoder_by_index(int i);
117 decoder = get_aom_decoder_by_index(0); in main()
173 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()