OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amax
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/jni/audioquality/
GlitchTest.cpp
170
float
amax
= data[startSearch];
local
173
if (data[i] >
amax
) {
174
amax
= data[i];
179
*maxValue = 10.0 * log10(
amax
/ mWindowSize);
/external/opencv/cv/src/
cvdominants.cpp
56
CvSeq ** corners, int dmin2, int dmax2, int dneigh2, float
amax
)
71
float mincos = (float) cos( 3.14159265359 *
amax
/ 180 );
86
if( (
amax
< 0) || (
amax
> 180) )
383
int
amax
= cvRound(parameter4);
local
385
if(
amax
== 0 )
386
amax
= 150;
395
dmin*dmin, dmax*dmax, dneigh*dneigh, (float)
amax
));
/external/qemu/
console.h
133
uint8_t rmax, gmax, bmax,
amax
;
member in struct:PixelFormat
console.c
[
all
...]
/external/qemu/hw/
goldfish_fb.c
178
pf->abits, pf->amask, pf->ashift, pf->
amax
);
Completed in 71 milliseconds