Home | History | Annotate | Download | only in src

Lines Matching refs:min_qp

603             rate_control_param->min_qp > 63) {
604 drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp(%d) and min_qp(%d) "
606 rate_control_param->max_qp, rate_control_param->min_qp);
608 rate_control_param->min_qp = rate_control_param->max_qp;
611 if (rate_control_param->min_qp != seq->rc_min_quantizer) {
612 drv_debug_msg(VIDEO_DEBUG_ERROR, "min_qp was changed from %d to %d\n",
613 seq->rc_min_quantizer, rate_control_param->min_qp);
614 seq->rc_min_quantizer = rate_control_param->min_qp;