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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_red.h4 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
H A Dtc_red.c28 Plog = log(prob/(qmax - qmin))
30 int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob) argument
32 int i = qmax - qmin;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.c92 int32_t qmax; local
96 qmax = (1 << (precision - 1)) - 1;
113 while((cmax * (1 << sh) > qmax) && (sh > 0)) {
119 if(sh == 0 && cmax > qmax) {
120 double scale = ((double)qmax) / cmax;
130 lpc_out[i] = av_clip(lrintf(error), -qmax, qmax);
H A Dratecontrol.c407 * Get the qmin & qmax for pict_type.
411 int qmax= s->avctx->lmax; local
413 assert(qmin <= qmax);
417 qmax= (int)(qmax*FFABS(s->avctx->b_quant_factor)+s->avctx->b_quant_offset + 0.5);
420 qmax= (int)(qmax*FFABS(s->avctx->i_quant_factor)+s->avctx->i_quant_offset + 0.5);
424 qmax= av_clip(qmax, 1, FF_LAMBDA_MAX);
426 if(qmax<qmi
434 int qmin, qmax; local
543 const int qmax= s->avctx->mb_lmax; local
659 int qmin, qmax; local
[all...]
H A Dlibxvid_rc.c101 xvid_plg_data.max_quant[0]= s->avctx->qmax;
102 xvid_plg_data.max_quant[1]= s->avctx->qmax;
103 xvid_plg_data.max_quant[2]= s->avctx->qmax; //FIXME i/b factor & offset
H A Ddnxhdenc.c165 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l, (ctx->m.avctx->qmax+1) * 64 * sizeof(int), fail);
166 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c, (ctx->m.avctx->qmax+1) * 64 * sizeof(int), fail);
167 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_l16, (ctx->m.avctx->qmax+1) * 64 * 2 * sizeof(uint16_t), fail);
168 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c16, (ctx->m.avctx->qmax+1) * 64 * 2 * sizeof(uint16_t), fail);
176 ctx->m.intra_quant_bias, 1, ctx->m.avctx->qmax, 1);
182 ctx->m.intra_quant_bias, 1, ctx->m.avctx->qmax, 1);
184 for (qscale = 1; qscale <= ctx->m.avctx->qmax; qscale++) {
193 for (qscale = 1; qscale <= ctx->m.avctx->qmax; qscale++) {
218 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->mb_rc, 8160*ctx->m.avctx->qmax*sizeof(RCEntry), fail);
665 for (q = 1; q < avctx->qmax;
[all...]
H A Dlibxvidff.c333 xvid_enc_create.max_quant[0] = avctx->qmax;
334 xvid_enc_create.max_quant[1] = avctx->qmax;
335 xvid_enc_create.max_quant[2] = avctx->qmax;
H A Dlibvpxenc.c254 if (avctx->qmax > 0)
255 enccfg.rc_max_quantizer = avctx->qmax;
561 { "qmax", "-1" },
H A Daaccoder.c622 float qmin, qmax; local
627 qmax = 0.0f;
640 qmax = FFMAX(qmax, t);
650 maxscale = coef2maxsf(qmax);
H A Dlibx264.c349 if (avctx->qmax >= 0)
350 x4->params.rc.i_qp_max = avctx->qmax;
574 { "qmax", "-1" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dratecontrol.c332 if (frame_size > max_rate && s->qscale == s->avctx->qmax) {
333 av_log(s->avctx, AV_LOG_ERROR, "max bitrate possibly too small or try trellis with large lmax or increase qmax\n");
476 * Get the qmin & qmax for pict_type.
481 int qmax = s->avctx->lmax; local
483 assert(qmin <= qmax);
488 qmax = (int)(qmax * FFABS(s->avctx->b_quant_factor) + s->avctx->b_quant_offset + 0.5);
492 qmax = (int)(qmax * FFABS(s->avctx->i_quant_factor) + s->avctx->i_quant_offset + 0.5);
497 qmax
515 int qmin, qmax; local
628 const int qmax = s->avctx->mb_lmax; local
745 int qmin, qmax; local
[all...]
H A Dlpc.c94 int32_t qmax; local
98 qmax = (1 << (precision - 1)) - 1;
115 while((cmax * (1 << sh) > qmax) && (sh > 0)) {
121 if(sh == 0 && cmax > qmax) {
122 double scale = ((double)qmax) / cmax;
132 lpc_out[i] = av_clip(lrintf(error), -qmax, qmax);
H A Dlibxvid_rc.c104 xvid_plg_data.max_quant[0]= s->avctx->qmax;
105 xvid_plg_data.max_quant[1]= s->avctx->qmax;
106 xvid_plg_data.max_quant[2]= s->avctx->qmax; //FIXME i/b factor & offset
H A Ddnxhdenc.c201 (ctx->m.avctx->qmax + 1) * 64 * sizeof(int), fail);
203 (ctx->m.avctx->qmax + 1) * 64 * sizeof(int), fail);
205 (ctx->m.avctx->qmax + 1) * 64 * 2 * sizeof(uint16_t),
208 (ctx->m.avctx->qmax + 1) * 64 * 2 * sizeof(uint16_t),
218 ctx->m.avctx->qmax, 1);
225 ctx->m.avctx->qmax, 1);
227 for (qscale = 1; qscale <= ctx->m.avctx->qmax; qscale++) {
239 for (qscale = 1; qscale <= ctx->m.avctx->qmax; qscale++) {
274 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->mb_rc, 8160 * (ctx->m.avctx->qmax + 1) * sizeof(RCEntry), fail);
395 if (avctx->qmax <
[all...]
H A Dlibxvid.c598 xvid_enc_create.max_quant[0] = avctx->qmax;
599 xvid_enc_create.max_quant[1] = avctx->qmax;
600 xvid_enc_create.max_quant[2] = avctx->qmax;
H A Daaccoder.c620 float qmin, qmax; local
625 qmax = 0.0f;
638 qmax = FFMAX(qmax, t);
648 maxscale = coef2maxsf(qmax);
H A Dlibvpxenc.c324 if (avctx->qmax >= 0)
325 enccfg.rc_max_quantizer = avctx->qmax;
816 { "qmax", "-1" },
H A Dlibx264.c453 if (avctx->qmax >= 0)
454 x4->params.rc.i_qp_max = avctx->qmax;
831 { "qmax", "-1" },
H A Dlibxavs.c278 x4->params.rc.i_qp_max = avctx->qmax;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dlpc.c160 FLAC__int32 qmax, qmin; local
167 qmax = 1 << precision;
168 qmin = -qmax;
169 qmax--;
212 if(q > qmax+1) /* we expect q==qmax+1 occasionally due to rounding */
213 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
217 if(q > qmax)
218 q = qmax;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvcodec.mak28 -pix_fmt yuv422p -frames 5 -qmax 8
32 -pix_fmt yuv422p -frames 5 -qmax 8
36 -pix_fmt yuv422p10 -frames 5 -qmax 8
41 -pix_fmt yuv422p -frames 5 -qmax 8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffmenc.c163 avio_w8(pb, codec->qmax);
H A Dffmdec.c299 codec->qmax = avio_r8(pb);
423 codec->qmax = avio_r8(pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmenc.c131 avio_w8(pb, codec->qmax);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dub.c261 int qlen, qmax; member in struct:ub_scsi_cmd_queue
564 if (t->qlen > t->qmax)
565 t->qmax = t->qlen;
580 if (t->qlen > t->qmax)
581 t->qmax = t->qlen;

Completed in 183 milliseconds

12