Searched refs:GetMin (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_occur.cpp | 17 iMax = GetMin(); in GetMax() 22 int32_t CXFA_Occur::GetMin() { in GetMin() function in CXFA_Occur 52 int32_t iMin = GetMin(); in SetMax()
|
D | cxfa_occur.h | 20 int32_t GetMin();
|
D | cxfa_node.cpp | 3026 pValue->SetInteger(nodeOccur.GetMin()); in Script_InstanceManager_Min() 3077 int32_t iMin = nodeOccur.GetMin(); in Script_InstanceManager_RemoveInstance() 3190 int32_t iMin = nodeOccur.GetMin(); in InstanceManager_SetInstances() 3288 pValue->SetInteger(occur.GetMin()); in Script_Occur_Min()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 28 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function 295 const int max_y = GetMin(tile_size, height - start_y); in GetBestPredictorForTile() 296 const int max_x = GetMin(tile_size, width - start_x); in GetBestPredictorForTile() 664 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile() 665 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile() 686 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform() 687 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform() 711 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); in VP8LColorSpaceTransform() 712 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework_unittest.cc | 133 EXPECT_EQ(0, stats.GetMin()); in TEST() 137 EXPECT_EQ(1, stats.GetMin()); in TEST() 141 EXPECT_EQ(1, stats.GetMin()); in TEST() 145 EXPECT_EQ(-4, stats.GetMin()); in TEST()
|
D | bwe_test_framework.h | 130 T GetMin() { in GetMin() function 148 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax()); in Log()
|