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

/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/dsp/
H A Dlossless_enc.c384 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } function
564 const int max_y = GetMin(tile_size, height - row_start);
565 const int max_x = GetMin(tile_size, width - col_start);
967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
968 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize);
989 const int xscan = GetMin(max_tile_size, xsize - tile_x);
990 int yscan = GetMin(max_tile_size, ysize - tile_y);
1014 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width);
1015 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_objectacc_imp.cpp3383 iMax = GetMin();
3388 int32_t CXFA_Occur::GetMin() { function in class:CXFA_Occur
3400 int32_t iMin = GetMin();
3431 int32_t iMin = GetMin();

Completed in 97 milliseconds