/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfh265enc.cpp | 162 guint max_qp; member 318 if (device_caps->max_qp) { in gst_mf_h265_enc_class_init() 435 self->max_qp = DEFAULT_MAX_QP; in gst_mf_h265_enc_init() 487 g_value_set_uint (value, self->max_qp); in gst_mf_h265_enc_get_property() 557 self->max_qp = g_value_get_uint (value); in gst_mf_h265_enc_set_property() 737 if (device_caps->max_qp) { in gst_mf_h265_enc_set_option() 739 &CODECAPI_AVEncVideoMaxQP, self->max_qp); in gst_mf_h265_enc_set_option()
|
D | gstmfh264enc.cpp | 216 guint max_qp; member 430 if (device_caps->max_qp) { in gst_mf_h264_enc_class_init() 552 self->max_qp = DEFAULT_MAX_QP; in gst_mf_h264_enc_init() 629 g_value_set_uint (value, self->max_qp); in gst_mf_h264_enc_get_property() 714 self->max_qp = g_value_get_uint (value); in gst_mf_h264_enc_set_property() 998 if (device_caps->max_qp) { in gst_mf_h264_enc_set_option() 1000 &CODECAPI_AVEncVideoMaxQP, self->max_qp); in gst_mf_h264_enc_set_option()
|
D | gstmfvideoenc.h | 70 gboolean max_qp; /* AVEncVideoMaxQP */ member
|
D | gstmfvideoenc.cpp | 1764 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncVideoMaxQP, max_qp); in gst_mf_video_enc_enum_internal()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 552 self->max_qp[QP_I_FRAME] = DEFAULT_MAX_QP; in gst_uvc_h264_src_init() 554 self->max_qp[QP_P_FRAME] = DEFAULT_MAX_QP; in gst_uvc_h264_src_init() 556 self->max_qp[QP_B_FRAME] = DEFAULT_MAX_QP; in gst_uvc_h264_src_init() 677 self->max_qp[QP_I_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property() 687 self->max_qp[QP_P_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property() 697 self->max_qp[QP_B_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property() 833 g_value_set_int (value, self->max_qp[QP_I_FRAME]); in gst_uvc_h264_src_get_property() 841 g_value_set_int (value, self->max_qp[QP_P_FRAME]); in gst_uvc_h264_src_get_property() 849 g_value_set_int (value, self->max_qp[QP_B_FRAME]); in gst_uvc_h264_src_get_property() 955 req.bMaxQp = self->max_qp[type]; in set_qp() [all …]
|
D | gstuvch264_src.h | 146 gint8 max_qp[QP_FRAMES]; member
|
/third_party/ffmpeg/libavcodec/ |
D | libxavs2.c | 45 int max_qp; member 106 xavs2_opt_set2("MaxQP", "%d", avctx->qmax >= 0 ? avctx->qmax : cae->max_qp); in xavs2_init() 266 …{ "max_qp" , "max qp for rate control" , OFFSET(max_qp) , AV_O…
|
D | h264_ps.c | 648 const int max_qp = 51 + 6 * (sps->bit_depth_luma - 8); in init_dequant8_coeff_table() local 661 for (q = 0; q < max_qp + 1; q++) { in init_dequant8_coeff_table() 675 const int max_qp = 51 + 6 * (sps->bit_depth_luma - 8); in init_dequant4_coeff_table() local 687 for (q = 0; q < max_qp + 1; q++) { in init_dequant4_coeff_table() 720 const int max_qp = 51 + 6 * (depth - 8); in build_qp_table() local 721 for (i = 0; i < max_qp + 1; i++) in build_qp_table() 723 ff_h264_chroma_qp[depth - 8][av_clip(i + index, 0, max_qp)]; in build_qp_table()
|
D | h264_cavlc.c | 1104 const int max_qp = 51 + 6 * (h->ps.sps->bit_depth_luma - 8); in ff_h264_decode_mb_cavlc() local 1110 if (((unsigned)sl->qscale) > max_qp){ in ff_h264_decode_mb_cavlc() 1111 if (sl->qscale < 0) sl->qscale += max_qp + 1; in ff_h264_decode_mb_cavlc() 1112 else sl->qscale -= max_qp+1; in ff_h264_decode_mb_cavlc() 1113 if (((unsigned)sl->qscale) > max_qp){ in ff_h264_decode_mb_cavlc() 1115 sl->qscale = max_qp; in ff_h264_decode_mb_cavlc()
|
D | h264_cabac.c | 2393 const int max_qp = 51 + 6*(sps->bit_depth_luma-8); in ff_h264_decode_mb_cabac() local 2398 if(val > 2*max_qp){ //prevent infinite loop in ff_h264_decode_mb_cabac() 2410 if (((unsigned)sl->qscale) > max_qp){ in ff_h264_decode_mb_cabac() 2411 if (sl->qscale < 0) sl->qscale += max_qp + 1; in ff_h264_decode_mb_cabac() 2412 else sl->qscale -= max_qp + 1; in ff_h264_decode_mb_cabac()
|
D | svq3.c | 1112 const int max_qp = 51; in init_dequant4_coeff_table() local 1114 for (q = 0; q < max_qp + 1; q++) { in init_dequant4_coeff_table()
|
D | vaapi_encode.c | 1774 .max_qp = (avctx->qmax > 0 ? avctx->qmax : 0), in vaapi_encode_init_rate_control()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh265enc.h | 69 guint max_qp; member
|
D | gstmsdkh264enc.h | 76 guint max_qp; member
|
D | gstmsdkh264enc.c | 408 thiz->max_qp; in gst_msdkh264enc_configure() 609 thiz->max_qp = g_value_get_uint (value); in gst_msdkh264enc_set_property() 669 g_value_set_uint (value, thiz->max_qp); in gst_msdkh264enc_get_property() 828 thiz->max_qp = PROP_MAX_QP_DEFAULT; in gst_msdkh264enc_init()
|
D | gstmsdkh265enc.c | 490 h265enc->max_qp; in gst_msdkh265enc_configure() 717 thiz->max_qp = g_value_get_uint (value); in gst_msdkh265enc_set_property() 785 g_value_set_uint (value, thiz->max_qp); in gst_msdkh265enc_get_property() 980 thiz->max_qp = PROP_MAX_QP_DEFAULT; in gst_msdkh265enc_init()
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce.h | 86 uint32_t max_qp; member
|
D | radeon_vce_52.c | 49 enc->enc_pic.rc.max_qp = 51; in get_rate_control_param() 442 RVCE_CS(enc->enc_pic.rc.max_qp); in rate_control()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.h | 86 uint32_t max_qp; member
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 2767 @item max_qp
|