Home
last modified time | relevance | path

Searched defs:maxVal (Results 1 – 25 of 100) sorted by relevance

1234

/external/deqp/framework/randomshaders/
DrsgUtils.cpp68 float maxVal = valueRange.component(ndx).getMax().asFloat(); in computeRandomValue() local
77 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRandomValue() local
88 int maxVal = valueRange.component(ndx).getMax().asInt(); in computeRandomValue() local
196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange() local
211 int maxVal = minVal + rangeLen; in computeRandomValueRange() local
229 float maxVal = minVal + step*(float)rangeLen; in computeRandomValueRange() local
305 float maxVal = valueRange.component(ndx).getMax().asFloat(); in computeRangeLengthSum() local
314 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRangeLengthSum() local
325 int maxVal = valueRange.component(ndx).getMax().asInt(); in computeRangeLengthSum() local
DrsgVariableValue.cpp165 …lueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal) in ValueRange()
174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) in ValueRange()
/external/aac/libFDK/src/
Dscale.cpp352 SHORT temp, maxVal = 0; in getScalefactorShort() local
379 INT_PCM temp, maxVal = 0; in getScalefactorPCM() local
405 SHORT temp, maxVal = 0; in getScalefactorShort() local
433 FIXP_DBL temp, maxVal = (FIXP_DBL)0; in getScalefactor() local
451 SHORT temp, maxVal = (FIXP_SGL)0; in getScalefactor() local
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYStepCalculator.java38 …static XYStep getStep(XYPlot plot, XYAxisType axisType, RectF rect, Number minVal, Number maxVal) { in getStep()
51 …p getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minVal, Number maxVal) { in getStep()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DLineRegion.java25 private Number maxVal; field in LineRegion
95 public void setMaxVal(Number maxVal) { in setMaxVal()
/external/opencv3/modules/ts/src/
Dcuda_test.cpp62 int randomInt(int minVal, int maxVal) in randomInt()
68 double randomDouble(double minVal, double maxVal) in randomDouble()
74 Size randomSize(int minVal, int maxVal) in randomSize()
79 Scalar randomScalar(double minVal, double maxVal) in randomScalar()
84 Mat randomMat(Size size, int type, double minVal, double maxVal) in randomMat()
270 double maxVal = -std::numeric_limits<double>::max(); in minMaxLocGold() local
340 double maxVal = 0.0; in assertMatNear() local
/external/opencv3/modules/cudaarithm/src/cuda/
Dthreshold.cu72 …void thresholdImpl(const GpuMat& src, GpuMat& dst, double thresh, double maxVal, int type, Stream&… in thresholdImpl()
98 double cv::cuda::threshold(InputArray _src, OutputArray _dst, double thresh, double maxVal, int typ… in threshold()
Dminmax.cu74 void minMaxImpl(const GpuMat& src, const GpuMat& mask, double* minVal, double* maxVal) in minMaxImpl()
118 void cv::cuda::minMax(InputArray _src, double* minVal, double* maxVal, InputArray _mask) in minMax()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dper_element_func.hpp82 …& src, typename PtrTraits<SrcPtr>::value_type thresh, typename PtrTraits<SrcPtr>::value_type maxVa… in threshBinary_()
89 …& src, typename PtrTraits<SrcPtr>::value_type thresh, typename PtrTraits<SrcPtr>::value_type maxVa… in threshBinaryInv_()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dminmaxloc.hpp60 …__global__ void minMaxLoc_pass_1(const SrcPtr src, ResType* minVal, ResType* maxVal, int* minLoc, … in minMaxLoc_pass_1()
117 __global__ void minMaxLoc_pass_2(T* minMal, T* maxVal, int* minLoc, int* maxLoc, int count) in minMaxLoc_pass_2()
156 …__host__ void minMaxLoc(const SrcPtr& src, ResType* minVal, ResType* maxVal, int* minLoc, int* max… in minMaxLoc()
/external/opencv3/modules/cudaarithm/test/
Dtest_reductions.cpp397 double minVal, maxVal; in CUDA_TEST_P() local
407 double minVal, maxVal; in CUDA_TEST_P() local
449 double minVal, maxVal; in CUDA_TEST_P() local
459 double minVal, maxVal; in CUDA_TEST_P() local
478 double minVal, maxVal; in CUDA_TEST_P() local
489 double minVal, maxVal; in CUDA_TEST_P() local
563 double minVal, maxVal; in CUDA_TEST_P() local
574 double minVal, maxVal; in CUDA_TEST_P() local
594 double minVal, maxVal; in CUDA_TEST_P() local
613 double minVal, maxVal; in CUDA_TEST_P() local
[all …]
/external/aac/libFDK/src/mips/
Dscale.cpp109 FIXP_DBL maxVal = FL2FX_DBL(0.0f); in getScalefactor() local
/external/aac/libSBRdec/src/arm/
Denv_calc_arm.cpp105 __asm FIXP_DBL FDK_get_maxval (FIXP_DBL maxVal, FIXP_DBL *reTmp, FIXP_DBL *imTmp, int width ) in FDK_get_maxval()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DXYStepCalculatorTest.java46 double maxVal = 100; in testSubdivide() local
/external/opencv3/samples/cpp/tutorial_code/calib3d/stereoBM/
DSBM_Sample.cpp49 double minVal; double maxVal; in main() local
/external/opencv3/samples/cpp/
Dmask_tmpl.cpp56 double minVal, maxVal; in main() local
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dstate_construct.c35 int16_t maxVal; in WebRtcIlbcfix_StateConstruct() local
Dstate_search.c37 int16_t maxVal; in WebRtcIlbcfix_StateSearch() local
/external/opencv3/modules/core/perf/
Dperf_minmaxloc.cpp19 double minVal, maxVal; in PERF_TEST_P() local
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl422 T const & maxVal
439 T const & maxVal
457 T const & maxVal
476 detail::tvec2<T, P> const & maxVal
493 detail::tvec3<T, P> const & maxVal
511 detail::tvec4<T, P> const & maxVal
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
DMatchTemplate_Demo.cpp71 double minVal; double maxVal; Point minLoc; Point maxLoc; in MatchingMethod() local
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
DpointPolygonTest_demo.cpp53 double minVal; double maxVal; in main() local
/external/aac/libAACenc/src/
Dnoisedet.cpp170 FIXP_DBL fhelp1, fhelp2, fhelp3, fhelp4, maxVal, minVal; in FDKaacEnc_noiseDetect() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp649 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate()
777 …lWithComponentGradients1D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients1D()
793 …lWithComponentGradients2D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients2D()
812 …fillWithComponentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients3D()
835 …illWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients()
1117 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
1166 Vec4 minVal, maxVal; in computePixelScaleBias() local
1210 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits); in packRGB999E5() local
/external/opencv3/modules/cudaimgproc/src/cuda/
Dgftt.cu70 float maxVal = val; in findCorners() local

1234