Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_red.c30 int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob) in tc_red_eval_P() argument
32 int i = qmax - qmin; in tc_red_eval_P()
Dtc_red.h4 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
/external/flac/libFLAC/
Dlpc.c171 FLAC__int32 qmax, qmin; in FLAC__lpc_quantize_coefficients() local
178 qmax = 1 << precision; in FLAC__lpc_quantize_coefficients()
179 qmin = -qmax; in FLAC__lpc_quantize_coefficients()
180 qmax--; in FLAC__lpc_quantize_coefficients()
217 if(q > qmax+1) /* we expect q==qmax+1 occasionally due to rounding */ in FLAC__lpc_quantize_coefficients()
218 …izer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precisi… in FLAC__lpc_quantize_coefficients()
222 if(q > qmax) in FLAC__lpc_quantize_coefficients()
223 q = qmax; in FLAC__lpc_quantize_coefficients()
245 if(q > qmax+1) /* we expect q==qmax+1 occasionally due to rounding */ in FLAC__lpc_quantize_coefficients()
246 …izer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precisi… in FLAC__lpc_quantize_coefficients()
[all …]
/external/eigen/Eigen/src/misc/
Dblas.h108 double BLASFUNC(qmax) (int *, double *, int *);
/external/eigen/bench/btl/libs/BLAS/
Dblas.h129 double BLASFUNC(qmax) (int *, double *, int *);
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h2173 int qmax; member