Home | History | Annotate | Download | only in src

Lines Matching refs:min_qp

599             rate_control_param->min_qp > 63) {
600 drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp(%d) and min_qp(%d) "
602 rate_control_param->max_qp, rate_control_param->min_qp);
604 rate_control_param->min_qp = rate_control_param->max_qp;
607 if (rate_control_param->min_qp != seq->rc_min_quantizer) {
608 drv_debug_msg(VIDEO_DEBUG_ERROR, "min_qp was changed from %d to %d\n",
609 seq->rc_min_quantizer, rate_control_param->min_qp);
610 seq->rc_min_quantizer = rate_control_param->min_qp;