Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.h140 const VpxInterface *get_vpx_encoder_by_index(int i);
Dtools_common.c146 const VpxInterface *get_vpx_encoder_by_index(int i) { return &vpx_encoders[i]; } in get_vpx_encoder_by_index() function
152 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()
Dvpxenc.c600 const VpxInterface *const encoder = get_vpx_encoder_by_index(i); in show_help()
916 global->codec = get_vpx_encoder_by_index(num_encoder - 1); in parse_global_config()