Searched refs:GetMax (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | predictor_enc.c | 93 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function 100 return GetMax(GetMax(diff_a, diff_r), GetMax(diff_g, diff_b)); in MaxDiffBetweenPixels() 109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
|
/third_party/node/src/ |
H A D | histogram.cc | 94 void HistogramBase::GetMax(const FunctionCallbackInfo<Value>& args) { in GetMax() function in node::HistogramBase 300 SetProtoMethodNoSideEffect(isolate, tmpl, "max", GetMax); in GetConstructorTemplate() 328 registry->Register(GetMax); in RegisterExternalReferences() 383 SetProtoMethodNoSideEffect(isolate, tmpl, "max", GetMax); in GetConstructorTemplate() 409 registry->Register(GetMax); in RegisterExternalReferences() 532 void IntervalHistogram::GetMax(const FunctionCallbackInfo<Value>& args) { in GetMax() function in node::IntervalHistogram
|
H A D | histogram.h | 112 static void GetMax(const v8::FunctionCallbackInfo<v8::Value>& args); 199 static void GetMax(const v8::FunctionCallbackInfo<v8::Value>& args);
|
Completed in 4 milliseconds