Searched refs:qmax (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/tc/ |
D | tc_red.c | 30 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()
|
D | tc_red.h | 4 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
|
/external/flac/libFLAC/ |
D | lpc.c | 171 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/ |
D | blas.h | 108 double BLASFUNC(qmax) (int *, double *, int *);
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 129 double BLASFUNC(qmax) (int *, double *, int *);
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
D | avcodec.h | 2173 int qmax; member
|