Home
last modified time | relevance | path

Searched refs:AvxInterface (Results 1 – 22 of 22) sorted by relevance

/external/libaom/libaom/common/
Dtools_common.h147 typedef struct AvxInterface { struct
151 } AvxInterface; typedef
154 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);
Dtools_common.c132 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 …]
/external/libaom/libaom/apps/
Daomenc.h33 struct AvxInterface;
37 const struct AvxInterface *codec;
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()
443 const AvxInterface *interface = NULL; in main_loop()
444 const AvxInterface *fourcc_interface = NULL; in main_loop()
Daomenc.c1003 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()
/external/libaom/libaom/examples/
Dtwopass_encoder.c120 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()
Dav1_dec_fuzzer.cc43 const AvxInterface *decoder = get_aom_decoder_by_name("av1"); in LLVMFuzzerTestOneInput()
Dsimple_decoder.c97 const AvxInterface *decoder = NULL; in main()
Daom_cx_set_ref.c189 const AvxInterface *encoder = NULL; in main()
304 const AvxInterface *decoder = get_aom_decoder_by_name(codec_arg); in main()
Dlightfield_encoder.c131 const AvxInterface *encoder, in pass0()
234 const AvxInterface *encoder, aom_codec_enc_cfg_t *cfg, in pass1()
426 const AvxInterface *encoder = NULL; in main()
Ddecode_with_drops.c76 const AvxInterface *decoder = NULL; in main()
Ddecode_to_md5.c83 const AvxInterface *decoder = NULL; in main()
Dscalable_decoder.c97 const AvxInterface *decoder = NULL; in main()
Dlossless_encoder.c67 const AvxInterface *encoder = NULL; in main()
Dsimple_encoder.c154 const AvxInterface *encoder = NULL; in main()
Dset_maps.c129 const AvxInterface *encoder = NULL; in main()
Dlightfield_tile_list_decoder.c103 const AvxInterface *decoder = NULL; in main()
Dscalable_encoder.c129 const AvxInterface *encoder = NULL; in main()
Dlightfield_decoder.c160 const AvxInterface *decoder = NULL; in main()
Dlightfield_bitstream_parsing.c198 const AvxInterface *decoder = NULL; in main()
Danalyzer.cc42 const AvxInterface *decoder;
Dinspect.c758 const AvxInterface *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open_file()