Home
last modified time | relevance | path

Searched refs:rc_desc (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dqsvenc.c270 const char *rc_desc; in select_rc_mode() local
303 rc_desc = "constant quantization parameter (CQP)"; in select_rc_mode()
308 rc_desc = "video conferencing mode (VCM)"; in select_rc_mode()
314 rc_desc = "VBR with lookahead (LA)"; in select_rc_mode()
319 rc_desc = "intelligent constant quality with lookahead (LA_ICQ)"; in select_rc_mode()
327 rc_desc = "intelligent constant quality (ICQ)"; in select_rc_mode()
332 rc_desc = "constant bitrate (CBR)"; in select_rc_mode()
337 rc_desc = "average variable bitrate (AVBR)"; in select_rc_mode()
342 rc_desc = "variable bitrate (VBR)"; in select_rc_mode()
346 av_log(avctx, AV_LOG_VERBOSE, "Using the %s ratecontrol method\n", rc_desc); in select_rc_mode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dqsvenc.c300 const char *rc_desc; in select_rc_mode() local
333 rc_desc = "constant quantization parameter (CQP)"; in select_rc_mode()
338 rc_desc = "video conferencing mode (VCM)"; in select_rc_mode()
344 rc_desc = "VBR with lookahead (LA)"; in select_rc_mode()
349 rc_desc = "intelligent constant quality with lookahead (LA_ICQ)"; in select_rc_mode()
357 rc_desc = "intelligent constant quality (ICQ)"; in select_rc_mode()
362 rc_desc = "constant bitrate (CBR)"; in select_rc_mode()
367 rc_desc = "average variable bitrate (AVBR)"; in select_rc_mode()
373 rc_desc = "constant quality with VBR algorithm (QVBR)"; in select_rc_mode()
378 rc_desc = "variable bitrate (VBR)"; in select_rc_mode()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dqsvenc.c302 const char *rc_desc; in select_rc_mode() local
335 rc_desc = "constant quantization parameter (CQP)"; in select_rc_mode()
340 rc_desc = "video conferencing mode (VCM)"; in select_rc_mode()
346 rc_desc = "VBR with lookahead (LA)"; in select_rc_mode()
351 rc_desc = "intelligent constant quality with lookahead (LA_ICQ)"; in select_rc_mode()
359 rc_desc = "intelligent constant quality (ICQ)"; in select_rc_mode()
364 rc_desc = "constant bitrate (CBR)"; in select_rc_mode()
369 rc_desc = "average variable bitrate (AVBR)"; in select_rc_mode()
375 rc_desc = "constant quality with VBR algorithm (QVBR)"; in select_rc_mode()
380 rc_desc = "variable bitrate (VBR)"; in select_rc_mode()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dqsvenc.c302 const char *rc_desc; in select_rc_mode() local
335 rc_desc = "constant quantization parameter (CQP)"; in select_rc_mode()
340 rc_desc = "video conferencing mode (VCM)"; in select_rc_mode()
346 rc_desc = "VBR with lookahead (LA)"; in select_rc_mode()
351 rc_desc = "intelligent constant quality with lookahead (LA_ICQ)"; in select_rc_mode()
359 rc_desc = "intelligent constant quality (ICQ)"; in select_rc_mode()
364 rc_desc = "constant bitrate (CBR)"; in select_rc_mode()
369 rc_desc = "average variable bitrate (AVBR)"; in select_rc_mode()
375 rc_desc = "constant quality with VBR algorithm (QVBR)"; in select_rc_mode()
380 rc_desc = "variable bitrate (VBR)"; in select_rc_mode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dqsvenc.c302 const char *rc_desc; in select_rc_mode() local
335 rc_desc = "constant quantization parameter (CQP)"; in select_rc_mode()
340 rc_desc = "video conferencing mode (VCM)"; in select_rc_mode()
346 rc_desc = "VBR with lookahead (LA)"; in select_rc_mode()
351 rc_desc = "intelligent constant quality with lookahead (LA_ICQ)"; in select_rc_mode()
359 rc_desc = "intelligent constant quality (ICQ)"; in select_rc_mode()
364 rc_desc = "constant bitrate (CBR)"; in select_rc_mode()
369 rc_desc = "average variable bitrate (AVBR)"; in select_rc_mode()
375 rc_desc = "constant quality with VBR algorithm (QVBR)"; in select_rc_mode()
380 rc_desc = "variable bitrate (VBR)"; in select_rc_mode()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/parasitics/
H A DSpefParse.yy662 rc_desc
663 | rc_descs rc_desc
666 rc_desc:
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Dremote.h44 const char *rc_desc; /* Description of this protocol */ member
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DZirkaHysteresis.F9077 …TYPE(RevCurve_t), POINTER, private :: rc_asc => NULL(), rc_desc => NULL() ! Should this a pointer? component
238 allocate(mc % rc_asc, mc % rc_desc)
239 mc % children(1) % parent => mc % rc_desc
242 rcd => mc % rc_desc
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_varfunc.c1054 rc_desc *rc = NULL; in save_root_reduced_costs()
1100 tm->reduced_costs = (rc_desc *) malloc(sizeof(rc_desc)); in save_root_reduced_costs()
1146 rc_desc *rc = p->tm->reduced_costs;
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_tm.h119 rc_desc *reduced_costs;
H A Dsym_types.h601 }rc_desc; typedef
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/TreeManager/
H A Dtm_func.c3977 rc_desc *rc = tm->reduced_costs;