OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max3
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp
735
Word16 max1, max2,
max3
;
850
i, pit_min, &
max3
, &rmax3, &r03, dtx);
863
i, pit_min, &
max3
, dtx);
893
if (sub (mult (max1, THRESHOLD),
max3
) < 0)
956
Word16
max3
;
local
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp
146
T
max3
(const T& v1, const T& v2, const T& v3)
function in namespace:WebCore::__anon13177
169
float right =
max3
(p0.x(), p1.x(), p2.x());
170
float bottom =
max3
(p0.y(), p1.y(), p2.y());
Completed in 5047 milliseconds