Searched refs:get_vpx_encoder_by_index (Results 1 – 3 of 3) sorted by relevance
140 const VpxInterface *get_vpx_encoder_by_index(int i);
146 const VpxInterface *get_vpx_encoder_by_index(int i) { return &vpx_encoders[i]; } in get_vpx_encoder_by_index() function152 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()
600 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()