Home
last modified time | relevance | path

Searched refs:GetMin (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc.c384 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function
564 const int max_y = GetMin(tile_size, height - row_start); in GetBestPredictorForTile()
565 const int max_x = GetMin(tile_size, width - col_start); in GetBestPredictorForTile()
967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
968 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
989 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
990 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
1014 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); in VP8LColorSpaceTransform()
1015 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc133 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()
Dbwe_test_framework.h130 T GetMin() { in GetMin() function
148 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax()); in Log()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp3383 iMax = GetMin(); in GetMax()
3388 int32_t CXFA_Occur::GetMin() { in GetMin() function in CXFA_Occur
3400 int32_t iMin = GetMin(); in GetInitial()
3431 int32_t iMin = GetMin(); in SetMax()
Dxfa_object_imp.cpp2824 FXJSE_Value_SetInteger(hValue, nodeOccur.GetMin()); in Script_InstanceManager_Min()
3171 int32_t iMin = nodeOccur.GetMin(); in Script_InstanceManager_RemoveInstance()
3288 int32_t iMin = nodeOccur.GetMin(); in InstanceManager_SetInstances()
3391 FXJSE_Value_SetInteger(hValue, occur.GetMin()); in Script_Occur_Min()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h750 int32_t GetMin();