Searched refs:AvxInterface (Results 1 – 22 of 22) sorted by relevance
147 typedef struct AvxInterface { struct151 } AvxInterface; typedef154 const AvxInterface *get_aom_encoder_by_index(int i);155 const AvxInterface *get_aom_encoder_by_name(const char *name);156 const AvxInterface *get_aom_lst_encoder(void);159 const AvxInterface *get_aom_decoder_by_index(int i);160 const AvxInterface *get_aom_decoder_by_name(const char *name);161 const AvxInterface *get_aom_decoder_by_fourcc(uint32_t fourcc);
132 static const AvxInterface aom_encoders[] = {140 const AvxInterface *get_aom_encoder_by_index(int i) { return &aom_encoders[i]; } in get_aom_encoder_by_index()142 const AvxInterface *get_aom_encoder_by_name(const char *name) { in get_aom_encoder_by_name()146 const AvxInterface *encoder = get_aom_encoder_by_index(i); in get_aom_encoder_by_name()154 static const AvxInterface aom_lst_encoder = { "av1", LST_FOURCC,156 const AvxInterface *get_aom_lst_encoder(void) { return &aom_lst_encoder; } in get_aom_lst_encoder()160 static const AvxInterface aom_decoders[] = {168 const AvxInterface *get_aom_decoder_by_index(int i) { return &aom_decoders[i]; } in get_aom_decoder_by_index()170 const AvxInterface *get_aom_decoder_by_name(const char *name) { in get_aom_decoder_by_name()174 const AvxInterface *const decoder = get_aom_decoder_by_index(i); in get_aom_decoder_by_name()[all …]
33 struct AvxInterface;37 const struct AvxInterface *codec;
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()443 const AvxInterface *interface = NULL; in main_loop()444 const AvxInterface *fourcc_interface = NULL; in main_loop()
1003 const AvxInterface *const encoder = get_aom_encoder_by_index(i); in show_help()1810 const AvxInterface *decoder = get_aom_decoder_by_name(global->codec->name); in initialize_encoder()
120 const AvxInterface *encoder, in pass0()146 const AvxInterface *encoder, const aom_codec_enc_cfg_t *cfg, in pass1()191 const AvxInterface *encoder = NULL; in main()
43 const AvxInterface *decoder = get_aom_decoder_by_name("av1"); in LLVMFuzzerTestOneInput()
97 const AvxInterface *decoder = NULL; in main()
189 const AvxInterface *encoder = NULL; in main()304 const AvxInterface *decoder = get_aom_decoder_by_name(codec_arg); in main()
131 const AvxInterface *encoder, in pass0()234 const AvxInterface *encoder, aom_codec_enc_cfg_t *cfg, in pass1()426 const AvxInterface *encoder = NULL; in main()
76 const AvxInterface *decoder = NULL; in main()
83 const AvxInterface *decoder = NULL; in main()
67 const AvxInterface *encoder = NULL; in main()
154 const AvxInterface *encoder = NULL; in main()
129 const AvxInterface *encoder = NULL; in main()
103 const AvxInterface *decoder = NULL; in main()
160 const AvxInterface *decoder = NULL; in main()
198 const AvxInterface *decoder = NULL; in main()
42 const AvxInterface *decoder;
758 const AvxInterface *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open_file()