OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qmax
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/
lpc.c
171
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/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h
2173
int
qmax
;
member in struct:AVCodecContext
[
all
...]
Completed in 172 milliseconds