Searched refs:get_short_name_by_aom_encoder (Results 1 – 3 of 3) sorted by relevance
164 const char *get_short_name_by_aom_encoder(aom_codec_iface_t *encoder);
173 const char *get_short_name_by_aom_encoder(aom_codec_iface_t *iface) { in get_short_name_by_aom_encoder() function
493 fprintf(fout, " %-6s - %s %s\n", get_short_name_by_aom_encoder(encoder), in show_help()713 (strcmp(get_short_name_by_aom_encoder(global->codec), "av1") == 0 && in parse_global_config()939 } else if (strcmp(get_short_name_by_aom_encoder(global->codec), "av1") == 0) { in parse_stream_params()1554 get_short_name_by_aom_encoder(global->codec)); in initialize_encoder()1558 if (strcmp(get_short_name_by_aom_encoder(global->codec), "av1") == 0) { in initialize_encoder()2392 if (strcmp(get_short_name_by_aom_encoder(global.codec), "av1") == 0) { in main()