Searched defs:GetMin (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_occur.cpp17 iMax = GetMin();
22 int32_t CXFA_Occur::GetMin() { function in class:CXFA_Occur
52 int32_t iMin = GetMin();
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.h130 T GetMin() { function in class:webrtc::testing::bwe::Stats
148 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax());
/external/webp/src/enc/
H A Dpredictor_enc.c28 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } function
295 const int max_y = GetMin(tile_size, height - start_y);
296 const int max_x = GetMin(tile_size, width - start_x);
664 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
665 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize);
686 const int xscan = GetMin(max_tile_size, xsize - tile_x);
687 int yscan = GetMin(max_tile_size, ysize - tile_y);
711 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width);
712 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height);

Completed in 279 milliseconds