Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkMorphologyImageFilter.cpp65 int minB = 255, minG = 255, minR = 255, minA = 255; in erode() local
71 if (b < minB) minB = b; in erode()
76 *dptr = SkPackARGB32(minA, minR, minG, minB); in erode()
/external/chromium_org/third_party/skia/src/effects/
DSkMorphologyImageFilter.cpp65 int minB = 255, minG = 255, minR = 255, minA = 255; in erode() local
71 if (b < minB) minB = b; in erode()
76 *dptr = SkPackARGB32(minA, minR, minG, minB); in erode()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp588 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearCompareResultValid() local
596 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isLinearCompareResultValid()
1023 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid() local
1032 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isSeamlessLinearCompareResultValid()
DtcuTexLookupVerifier.cpp670 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local
679 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isLinearSampleResultValid()
733 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local
745 …if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC)… in isLinearSampleResultValid()
1428 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid() local
1440 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isSeamlessLinearSampleResultValid()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c2016 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput()
2021 if (net->cc_mod.htcp_ca.minB > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput()
2022 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB; in measure_achieved_throughput()
Dsctp_structs.h265 uint32_t minB; member