Home
last modified time | relevance | path

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

/external/libaom/libaom/common/
Dtools_common.h223 typedef struct AvxInterface { struct
230 } AvxInterface; argument
235 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);
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.h34 struct AvxInterface;
38 const struct AvxInterface *codec;
Daomdec.c169 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()
Daomenc.c1057 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()
/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()
Dsimple_decoder.c97 const AvxInterface *decoder = NULL; in main()
Ddecode_with_drops.c76 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()
Ddecode_to_md5.c83 const AvxInterface *decoder = NULL; in main()
Dlightfield_encoder.c131 const AvxInterface *encoder, in pass0()
234 const AvxInterface *encoder, aom_codec_enc_cfg_t *cfg, in pass1()
441 const AvxInterface *encoder = 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.c161 const AvxInterface *decoder = NULL; in main()
Dlightfield_bitstream_parsing.c198 const AvxInterface *decoder = NULL; in main()
Danalyzer.cc42 const AvxInterface *decoder;
Dsvc_encoder_rtc.c572 const AvxInterface *encoder = NULL; in main()
Dinspect.c758 const AvxInterface *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open_file()