Searched refs:GetMax (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_occur.h19 int32_t GetMax();
H A Dcxfa_occur.cpp13 int32_t CXFA_Occur::GetMax() { function in class:CXFA_Occur
62 int32_t iMax = GetMax();
H A Dcxfa_node.cpp3015 pValue->SetInteger(nodeOccur.GetMax());
3125 int32_t iMax = nodeOccur.GetMax();
3165 int32_t iMax = nodeOccur.GetMax();
3189 int32_t iMax = nodeOccur.GetMax();
3276 pValue->SetInteger(occur.GetMax());
H A Dxfa_layout_itemlayout.cpp2783 int32_t iMax = NodeOccur.GetMax();
/external/webp/src/enc/
H A Dpredictor_enc.c29 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } function
98 return GetMax(GetMax(diff_a, diff_r), GetMax(diff_g, diff_b));
107 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.h134 T GetMax() { function in class:webrtc::testing::bwe::Stats
148 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax());
H A Dbwe_test_framework_unittest.cc134 EXPECT_EQ(0, stats.GetMax());
138 EXPECT_EQ(1, stats.GetMax());
142 EXPECT_EQ(3, stats.GetMax());
146 EXPECT_EQ(3, stats.GetMax());

Completed in 169 milliseconds