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

/external/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;
/external/flac/libFLAC/
H A Dlpc.c171 FLAC__int32 qmax, qmin; local
178 qmax = 1 << precision;
179 qmin = -qmax;
180 qmax--;
217 if(q > qmax+1) /* we expect q==qmax+1 occasionally due to rounding */
218 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]);
222 if(q > qmax)
223 q = qmax;
[all...]
/external/eigen/Eigen/src/misc/
H A Dblas.h108 double BLASFUNC(qmax) (int *, double *, int *);
/external/eigen/bench/btl/libs/BLAS/
H A Dblas.h129 double BLASFUNC(qmax) (int *, double *, int *);
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
H A Davcodec.h2173 int qmax; member in struct:AVCodecContext
2183 * ratecontrol qmin qmax limiting method
2184 * 0-> clipping, 1-> use a nice continuous function to limit qscale wthin qmin/qmax.

Completed in 428 milliseconds