Home
last modified time | relevance | path

Searched refs:get_aom_encoder_by_index (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/common/
Dtools_common.h154 const AvxInterface *get_aom_encoder_by_index(int i);
Dtools_common.c140 const AvxInterface *get_aom_encoder_by_index(int i) { return &aom_encoders[i]; } in get_aom_encoder_by_index() function
146 const AvxInterface *encoder = get_aom_encoder_by_index(i); in get_aom_encoder_by_name()
/external/libaom/libaom/apps/
Daomenc.c1003 const AvxInterface *const encoder = get_aom_encoder_by_index(i); in show_help()
1095 global->codec = get_aom_encoder_by_index(num_encoder - 1); in parse_global_config()