HomeSort by relevance Sort by last modified time
    Searched defs:Clamp (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture.java 193 Clamp,
201 * Clamp if not supported.
207 * on Clamp if not supported.
223 * on Clamp if not supported.
  /external/webp/src/enc/
frame.c 58 static float Clamp(float v, float min, float max) {
74 s->dq = Clamp(dq, -30.f, 30.f);
77 s->q = Clamp(s->q + s->dq, 0.f, 100.f);
531 q = Clamp(q, 0.f, 100.f);
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
52 static __inline uint32 Clamp(int32 val) {
694 dst_argb[0] = Clamp(sb);
695 dst_argb[1] = Clamp(sg);
696 dst_argb[2] = Clamp(sr);
697 dst_argb[3] = Clamp(sa);
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
963 *r = Clamp((int32)((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 888 // that case, `Clamp` will always return `Smallest` and
897 auto Clamp = [this, Smallest, Greatest](const SCEV *S) {
906 Result.LowLimit = Clamp(Range.getBegin());
911 Result.HighLimit = Clamp(Range.getEnd());
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3263 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 797 milliseconds