Searched refs:qmax (Results 26 - 40 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibxavs.c285 x4->params.rc.i_qp_max = avctx->qmax;
H A Dmpegvideo.h726 const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra);
H A Dmpegvideo_enc.c68 int bias, int qmin, int qmax, int intra)
73 for (qscale = qmin; qscale <= qmax; qscale++) {
158 s->qscale = av_clip(s->qscale, s->avctx->qmin, s->avctx->qmax);
189 s->avctx->qmax);
567 if (avctx->qmax > 12) {
569 "non linear quant only supports qmax <= 12 currently\n");
2696 if(qp < s->avctx->qmin || qp > s->avctx->qmax)
65 ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][64], const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra) argument
H A Davcodec.h1497 int qmax; member in struct:AVCodecContext
1786 * ratecontrol qmin qmax limiting method
1787 * 0-> clipping, 1-> use a nice continous function to limit qscale wthin qmin/qmax.
H A Doptions.c157 {"qmax", "max video quantizer scale (VBR)", OFFSET(qmax), AV_OPT_TYPE_INT, {.dbl = 31 }, -1, 69, V|E},
222 {"qsquish", "how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function)", OFFSET(rc_qsquish), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, 0, 99, V|E},
H A Dutils.c1485 ", q=%d-%d", enc->qmin, enc->qmax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmdec.c318 codec->qmax = avio_r8(pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.h771 const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra);
H A Dmpegvideo_enc.c79 int bias, int qmin, int qmax, int intra)
85 for (qscale = qmin; qscale <= qmax; qscale++) {
158 s->qscale = av_clip(s->qscale, s->avctx->qmin, s->avctx->qmax);
189 s->avctx->qmax);
600 if (avctx->qmax > 12) {
602 "non linear quant only supports qmax <= 12 currently\n");
667 if (avctx->qmin > avctx->qmax || avctx->qmin <= 0) {
668 av_log(avctx, AV_LOG_ERROR, "qmin and or qmax are invalid, they must be 0 < min <= max\n");
3053 if(qp < s->avctx->qmin || qp > s->avctx->qmax)
76 ff_convert_matrix(MpegEncContext *s, int (*qmat)[64], uint16_t (*qmat16)[2][64], const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra) argument
H A Davcodec.h2249 int qmax; member in struct:AVCodecContext
2259 * ratecontrol qmin qmax limiting method
2260 * 0-> clipping, 1-> use a nice continuous function to limit qscale within qmin/qmax.
H A Doptions_table.h116 {"qmax", "maximum video quantizer scale (VBR)", OFFSET(qmax), AV_OPT_TYPE_INT, {.i64 = 31 }, -1, 1024, V|E},
173 {"qsquish", "how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function)", OFFSET(rc_qsquish), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, 0, 99, V|E},
H A Dutils.c2975 ", q=%d-%d", enc->qmin, enc->qmax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c2044 st->codec->qmin, st->codec->qmax, st->codec->time_base.den / st->codec->time_base.num);
3823 if (av->qmax == 0)
3824 av->qmax = 31;
4467 video_enc.qmax = atoi(arg);
4468 if (video_enc.qmax < 1 || video_enc.qmax > 31) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2117 st->codec->qmin, st->codec->qmax, st->codec->time_base.den / st->codec->time_base.num);
3902 if (av->qmax == 0)
3903 av->qmax = 31;
4555 video_enc.qmax = atoi(arg);
4556 if (video_enc.qmax < 1 || video_enc.qmax > 31) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h1026 int qmax; member in struct:AVCodecContext
1264 * ratecontrol qmin qmax limiting method
1265 * 0-> clipping, 1-> use a nice continous function to limit qscale wthin qmin/qmax.

Completed in 349 milliseconds

12