Searched refs:AvxInterface (Results 1 – 22 of 22) sorted by relevance
223 typedef struct AvxInterface { struct230 } AvxInterface; argument235 const AvxInterface *get_aom_encoder_by_index(int i);237 const AvxInterface *get_aom_encoder_by_name(const char *name);238 const AvxInterface *get_aom_lst_encoder(void);241 const AvxInterface *get_aom_decoder_by_index(int i);242 const AvxInterface *get_aom_decoder_by_name(const char *name);244 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 …]
34 struct AvxInterface;38 const struct AvxInterface *codec;
169 const AvxInterface *const decoder = get_aom_decoder_by_index(i); in show_help()257 const AvxInterface *const decoder = get_aom_decoder_by_index(i); in file_is_raw()439 const AvxInterface *interface = NULL; in main_loop()440 const AvxInterface *fourcc_interface = NULL; in main_loop()
1057 const AvxInterface *const encoder = get_aom_encoder_by_index(i); in show_help()1922 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()
97 const AvxInterface *decoder = NULL; in main()
76 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()
83 const AvxInterface *decoder = NULL; in main()
131 const AvxInterface *encoder, in pass0()234 const AvxInterface *encoder, aom_codec_enc_cfg_t *cfg, in pass1()441 const AvxInterface *encoder = 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()
161 const AvxInterface *decoder = NULL; in main()
198 const AvxInterface *decoder = NULL; in main()
42 const AvxInterface *decoder;
572 const AvxInterface *encoder = NULL; in main()
758 const AvxInterface *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open_file()