Home
last modified time | relevance | path

Searched defs:GetMax (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_occur.cpp13 int32_t CXFA_Occur::GetMax() { in GetMax() function in CXFA_Occur
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.h134 T GetMax() { in GetMax() function
/external/webp/src/enc/
Dpredictor_enc.c29 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function