Lines Matching defs:rc_desc
434 const char *rc_desc;
456 rc_desc = "constant quantization parameter (CQP)";
461 rc_desc = "video conferencing mode (VCM)";
466 rc_desc = "VBR with lookahead (LA)";
470 rc_desc = "intelligent constant quality with lookahead (LA_ICQ)";
475 rc_desc = "intelligent constant quality (ICQ)";
479 rc_desc = "constant bitrate (CBR)";
484 rc_desc = "average variable bitrate (AVBR)";
489 rc_desc = "constant quality with VBR algorithm (QVBR)";
493 rc_desc = "variable bitrate (VBR)";
497 av_log(avctx, AV_LOG_VERBOSE, "Using the %s ratecontrol method\n", rc_desc);