Home
last modified time | relevance | path

Searched refs:max_qp (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c646 const int max_qp = 51 + 6 * (sps->bit_depth_luma - 8); in init_dequant8_coeff_table() local
659 for (q = 0; q < max_qp + 1; q++) { in init_dequant8_coeff_table()
673 const int max_qp = 51 + 6 * (sps->bit_depth_luma - 8); in init_dequant4_coeff_table() local
685 for (q = 0; q < max_qp + 1; q++) { in init_dequant4_coeff_table()
718 const int max_qp = 51 + 6 * (depth - 8); in build_qp_table() local
719 for (i = 0; i < max_qp + 1; i++) in build_qp_table()
721 ff_h264_chroma_qp[depth - 8][av_clip(i + index, 0, max_qp)]; in build_qp_table()
H A Dlibxavs2.c48 int max_qp; member
109 xavs2_opt_set2("MaxQP", "%d", avctx->qmax >= 0 ? avctx->qmax : cae->max_qp); in xavs2_init()
267 { "max_qp" , "max qp for rate control" , OFFSET(max_qp) , AV_OPT_TYPE_INT, {.i64 = 55 }, 0, 63, VE },
H A Dh264_cavlc.c1102 const int max_qp = 51 + 6 * (h->ps.sps->bit_depth_luma - 8); in ff_h264_decode_mb_cavlc() local
1108 if (((unsigned)sl->qscale) > max_qp){ in ff_h264_decode_mb_cavlc()
1109 if (sl->qscale < 0) sl->qscale += max_qp + 1; in ff_h264_decode_mb_cavlc()
1110 else sl->qscale -= max_qp+1; in ff_h264_decode_mb_cavlc()
1111 if (((unsigned)sl->qscale) > max_qp){ in ff_h264_decode_mb_cavlc()
1113 sl->qscale = max_qp; in ff_h264_decode_mb_cavlc()
H A Dh264_cabac.c2402 const int max_qp = 51 + 6*(sps->bit_depth_luma-8); in ff_h264_decode_mb_cabac() local
2407 if(val > 2*max_qp){ //prevent infinite loop in ff_h264_decode_mb_cabac()
2419 if (((unsigned)sl->qscale) > max_qp){ in ff_h264_decode_mb_cabac()
2420 if (sl->qscale < 0) sl->qscale += max_qp + 1; in ff_h264_decode_mb_cabac()
2421 else sl->qscale -= max_qp + 1; in ff_h264_decode_mb_cabac()
H A Dsvq3.c1106 const int max_qp = 51; in init_dequant4_coeff_table() local
1108 for (q = 0; q < max_qp + 1; q++) { in init_dequant4_coeff_table()
H A Dvaapi_encode.c1833 .max_qp = (avctx->qmax > 0 ? avctx->qmax : 0), in vaapi_encode_init_rate_control()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.h86 uint32_t max_qp; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.h86 uint32_t max_qp; member
H A Dradeon_vce_52.c49 enc->enc_pic.rc.max_qp = 51; in get_rate_control_param()
442 RVCE_CS(enc->enc_pic.rc.max_qp); in rate_control()

Completed in 17 milliseconds