Home | History | Annotate | Download | only in encode

Lines Matching refs:qp

110     int qp;
533 fprintf(stderr, "\t--cqp <QP> const qp mode with specified <QP>\n");
629 ctx->qp = 8;
647 fprintf(stderr, "Warning: QP must be in [2, 62]\n");
656 ctx->qp = tmp & 0xFE;
1092 slice_param->quantiser_scale_code = ctx->qp / 2;