Home
last modified time | relevance | path

Searched refs:maxOutput (Results 1 – 25 of 43) sorted by relevance

12

/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dstretch.cpp63 constexpr int maxOutput = 255; in stretchOneChannel() local
79 const float k1 = (midtones - 1) * hsRangeFactor * maxOutput / maxInput; in stretchOneChannel()
94 else if (input >= nativeHighlights) scanLine[iout] = maxOutput; in stretchOneChannel()
122 constexpr int maxOutput = 255; in stretchThreeChannels() local
150 const float k1R = (midtonesR - 1) * hsRangeFactorR * maxOutput / maxInput; in stretchThreeChannels()
151 const float k1G = (midtonesG - 1) * hsRangeFactorG * maxOutput / maxInput; in stretchThreeChannels()
152 const float k1B = (midtonesB - 1) * hsRangeFactorB * maxOutput / maxInput; in stretchThreeChannels()
179 else if (inputR >= nativeHighlightsR) red = maxOutput; in stretchThreeChannels()
187 else if (inputG >= nativeHighlightsG) green = maxOutput; in stretchThreeChannels()
195 else if (inputB >= nativeHighlightsB) blue = maxOutput; in stretchThreeChannels()
/dports/astro/stellarsolver/stellarsolver-1.8/tester/
H A Dstretch.cpp66 constexpr int maxOutput = 255; in stretchOneChannel() local
82 const float k1 = (midtones - 1) * hsRangeFactor * maxOutput / maxInput; in stretchOneChannel()
97 else if (input >= nativeHighlights) scanLine[iout] = maxOutput; in stretchOneChannel()
125 constexpr int maxOutput = 255; in stretchThreeChannels() local
153 const float k1R = (midtonesR - 1) * hsRangeFactorR * maxOutput / maxInput; in stretchThreeChannels()
154 const float k1G = (midtonesG - 1) * hsRangeFactorG * maxOutput / maxInput; in stretchThreeChannels()
155 const float k1B = (midtonesB - 1) * hsRangeFactorB * maxOutput / maxInput; in stretchThreeChannels()
182 else if (inputR >= nativeHighlightsR) red = maxOutput; in stretchThreeChannels()
190 else if (inputG >= nativeHighlightsG) green = maxOutput; in stretchThreeChannels()
198 else if (inputB >= nativeHighlightsB) blue = maxOutput; in stretchThreeChannels()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUQuantizationUtils.hpp214 float minOutput, float maxOutput, uint8_t* output) { in RequantizeManyInNewRangeReference() argument
219 const float outputRange = maxOutput - minOutput; in RequantizeManyInNewRangeReference()
249 … float maxInput, float minOutput, float maxOutput, in RequantizeManyInNewRange8To32BitReference() argument
253 …st int64_t code0Int64 = FloatToQuantizedUnclamped<int32_t>(code0Float, minOutput, maxOutput); in RequantizeManyInNewRange8To32BitReference()
254 …st int64_t code1Int64 = FloatToQuantizedUnclamped<int32_t>(code1Float, minOutput, maxOutput); in RequantizeManyInNewRange8To32BitReference()
269 float maxOutput, T2* output) { in RequantizeManyInNewRange() argument
272 output[index] = FloatToQuantized<T2>(inputFloat, minOutput, maxOutput); in RequantizeManyInNewRange()
287 … float maxInput, float minOutput, float maxOutput, in RequantizeManyInNewRange() argument
289 …izeManyInNewRange8To32BitReference(input, count, minInput, maxInput, minOutput, maxOutput, output); in RequantizeManyInNewRange()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/compress/
H A Dtestcompress.cpp240 int maxOutput = Compress_MaxSizeForCompressedData(DATA_SIZE); in test() local
241 TEST_THAT(maxOutput >= DATA_SIZE); in test()
243 char *compressed = (char *)malloc(maxOutput); in test()
270 TEST_THAT(compressedSize < maxOutput); in test()
271 s = compress.Output(compressed + compressedSize, maxOutput - compressedSize); in test()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/adjustlevels/
H A Dadjustlevelstool.cpp97 maxOutput (nullptr), in Private()
133 DIntNumInput* maxOutput; member in DigikamEditorAdjustLevelsToolPlugin::AdjustLevelsTool::Private
246 d->maxOutput = new DIntNumInput(); in AdjustLevelsTool()
247 d->maxOutput->setRange(0, d->histoSegments, 1); in AdjustLevelsTool()
599 d->maxOutput->blockSignals(true); in slotAdjustMaxOutputSpinBox()
601 d->maxOutput->setValue(newVal); in slotAdjustMaxOutputSpinBox()
602 d->maxOutput->blockSignals(false); in slotAdjustMaxOutputSpinBox()
610 d->maxOutput->value()); in slotAdjustSliders()
620 d->maxOutput->blockSignals(true); in adjustSlidersAndSpinboxes()
625 d->maxOutput->setValue(maxOut); in adjustSlidersAndSpinboxes()
[all …]
/dports/audio/darkice/darkice-1.4/src/
H A DaflibConverter.cc449 unsigned short maxOutput; in resampleFast() local
481 maxOutput = OBUFFSIZE - (unsigned short)(2*Xoff*_factor); in resampleFast()
483 maxOutput = outCount-Ycount; in resampleFast()
490 Nout=SrcLinear(_II[c],_JJ[c],_factor,&Time2,orig_Nx,maxOutput); in resampleFast()
557 unsigned short maxOutput; in resampleWithFilter() local
597 maxOutput = OBUFFSIZE - (unsigned short)(2*Xoff*_factor); in resampleWithFilter()
599 maxOutput = outCount-Ycount; in resampleWithFilter()
608 &Time2,Nx,maxOutput,Nwing,LpScl,Imp,ImpD,interpFilt); in resampleWithFilter()
612 &Time2,Nx,maxOutput,Nwing,LpScl,Imp,ImpD,interpFilt); in resampleWithFilter()
H A DDarkIce.h86 static const unsigned int maxOutput = 4 * 7;
100 Output audioOuts[maxOutput];
H A DDarkIce.cpp225 for ( u = noAudioOuts; u < maxOutput; ++u ) { in configIceCast()
439 for ( u = noAudioOuts; u < maxOutput; ++u ) { in configIceCast2()
754 for ( u = noAudioOuts; u < maxOutput; ++u ) { in configShoutCast()
942 for ( u = noAudioOuts; u < maxOutput; ++u ) { in configFileCast()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/widgets/
H A Drulerectangle.cpp184 OutputId minOutput, OutputId maxOutput, OutputId deltaOutput) in DENG2_PIMPL()
193 outputRules[maxOutput] ->unsetSource(); in DENG2_PIMPL()
212 outputRules[maxOutput]->setSource(*inputRules[maxInput]); in DENG2_PIMPL()
228 outputRules[maxOutput]->setSource(*outputRules[minOutput] + *outputRules[deltaOutput]); in DENG2_PIMPL()
234 outputRules[minOutput]->setSource(*outputRules[maxOutput] - *outputRules[deltaOutput]); in DENG2_PIMPL()
240 outputRules[deltaOutput]->setSource(*outputRules[maxOutput] - *outputRules[minOutput]); in DENG2_PIMPL()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DHDR.hs232 where maxOutput = M.length scanLine function
236 | readIdx >= maxInput || writeIdx >= maxOutput = pure readIdx
258 maxOutput = M.length scanline function
263 strideSet count destIndex _ | endIndex > maxOutput + stride =
264 … throwE $ "Out of bound HDR scanline " ++ show endIndex ++ " (max " ++ show maxOutput ++ ")"
274 | writeEndBound > maxOutput + stride = throwE "Out of bound HDR scanline"
284 | readIdx >= maxInput || writeIdx >= maxOutput = pure readIdx
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DHDR.hs232 where maxOutput = M.length scanLine function
236 | readIdx >= maxInput || writeIdx >= maxOutput = pure readIdx
258 maxOutput = M.length scanline function
263 strideSet count destIndex _ | endIndex > maxOutput + stride =
264 … throwE $ "Out of bound HDR scanline " ++ show endIndex ++ " (max " ++ show maxOutput ++ ")"
274 | writeEndBound > maxOutput + stride = throwE "Out of bound HDR scanline"
284 | readIdx >= maxInput || writeIdx >= maxOutput = pure readIdx
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmesh_module_stress_servo.cpp538 double maxOutput; in limit_vel() local
544 maxOutput = ctrl_op_min_; in limit_vel()
546 maxOutput = ctrl_op_max_; in limit_vel()
551 if(vmag > maxOutput && vmag != 0) { in limit_vel()
552 const double factor = maxOutput / vmag; in limit_vel()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/qt7/
H A Daudionode.h49 AudioNode(int maxInput, int maxOutput);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/gp/src/
H A DGPMSAOptions.C811 V maxOutput(*m_simulationOutputs[0]); in set_final_scaling()
820 min_max_update(minOutput, maxOutput, in set_final_scaling()
847 full_max = maxOutput[mesh.first_solution_index()]; in set_final_scaling()
851 full_max = std::max(full_max, maxOutput[mesh.first_solution_index()+i]); in set_final_scaling()
873 maxOutput[p+variable_index_to_output_index]); in set_final_scaling()
/dports/textproc/teckit/teckit-2.5.7/source/
H A DTECkit_Format.h76 UInt8 maxOutput; /* max number of output code units generated by a rule */ member
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkCanvUtil.c1664 int maxOutput; /* Maximum number of outputs that we will in TkCanvTranslatePath() local
1762 maxOutput = numVertex*3; in TkCanvTranslatePath()
1801 assert(numOutput <= maxOutput); in TkCanvTranslatePath()
1838 assert(numOutput <= maxOutput); in TkCanvTranslatePath()
1845 assert(numOutput <= maxOutput); in TkCanvTranslatePath()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkCanvUtil.c1582 int maxOutput; /* Maximum number of outputs that we will allow */ local
1667 maxOutput = numVertex*3;
1697 assert( numOutput<=maxOutput );
1729 assert( numOutput<=maxOutput );
1736 assert( numOutput<=maxOutput );
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgspropertytransformer.cpp132 …Transformer( double minValue, double maxValue, double minOutput, double maxOutput, double nullOutp… in QgsGenericNumericTransformer() argument
135 , mMaxOutput( maxOutput ) in QgsGenericNumericTransformer()
280 double maxOutput = QgsExpression( args[4]->dump() ).evaluate().toDouble( &ok ); in fromExpression() local
296 …return new QgsGenericNumericTransformer( minValue, maxValue, minOutput, maxOutput, nullValue, expo… in fromExpression()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgspropertytransformer.cpp132 …Transformer( double minValue, double maxValue, double minOutput, double maxOutput, double nullOutp… in QgsGenericNumericTransformer() argument
135 , mMaxOutput( maxOutput ) in QgsGenericNumericTransformer()
280 double maxOutput = QgsExpression( args[4]->dump() ).evaluate().toDouble( &ok ); in fromExpression() local
296 …return new QgsGenericNumericTransformer( minValue, maxValue, minOutput, maxOutput, nullValue, expo… in fromExpression()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Dprocess.d2458 size_t maxOutput = size_t.max,
2462 return executeImpl!pipeProcess(args, env, config, maxOutput, workDir);
2469 size_t maxOutput = size_t.max,
2473 return executeImpl!pipeProcess(program, env, config, maxOutput, workDir);
2480 size_t maxOutput = size_t.max,
2488 maxOutput,
2498 size_t maxOutput = size_t.max,
2515 immutable chunkSize = min(maxOutput, defaultChunkSize);
2520 immutable size_t remain = maxOutput - a.data.length;
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dprocess.d2442 size_t maxOutput = size_t.max,
2446 return executeImpl!pipeProcess(args, env, config, maxOutput, workDir);
2453 size_t maxOutput = size_t.max,
2457 return executeImpl!pipeProcess(program, env, config, maxOutput, workDir);
2464 size_t maxOutput = size_t.max,
2472 maxOutput,
2482 size_t maxOutput = size_t.max,
2495 immutable chunkSize = min(maxOutput, defaultChunkSize);
2500 immutable size_t remain = maxOutput - a.data.length;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Dprocess.d2458 size_t maxOutput = size_t.max,
2462 return executeImpl!pipeProcess(args, env, config, maxOutput, workDir);
2469 size_t maxOutput = size_t.max,
2473 return executeImpl!pipeProcess(program, env, config, maxOutput, workDir);
2480 size_t maxOutput = size_t.max,
2488 maxOutput,
2498 size_t maxOutput = size_t.max,
2515 immutable chunkSize = min(maxOutput, defaultChunkSize);
2520 immutable size_t remain = maxOutput - a.data.length;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dprocess.d2442 size_t maxOutput = size_t.max,
2446 return executeImpl!pipeProcess(args, env, config, maxOutput, workDir);
2453 size_t maxOutput = size_t.max,
2457 return executeImpl!pipeProcess(program, env, config, maxOutput, workDir);
2464 size_t maxOutput = size_t.max,
2472 maxOutput,
2482 size_t maxOutput = size_t.max,
2495 immutable chunkSize = min(maxOutput, defaultChunkSize);
2500 immutable size_t remain = maxOutput - a.data.length;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dprocess.d2442 size_t maxOutput = size_t.max,
2446 return executeImpl!pipeProcess(args, env, config, maxOutput, workDir);
2453 size_t maxOutput = size_t.max,
2457 return executeImpl!pipeProcess(program, env, config, maxOutput, workDir);
2464 size_t maxOutput = size_t.max,
2472 maxOutput,
2482 size_t maxOutput = size_t.max,
2495 immutable chunkSize = min(maxOutput, defaultChunkSize);
2500 immutable size_t remain = maxOutput - a.data.length;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dprocess.d2442 size_t maxOutput = size_t.max,
2446 return executeImpl!pipeProcess(args, env, config, maxOutput, workDir);
2453 size_t maxOutput = size_t.max,
2457 return executeImpl!pipeProcess(program, env, config, maxOutput, workDir);
2464 size_t maxOutput = size_t.max,
2472 maxOutput,
2482 size_t maxOutput = size_t.max,
2495 immutable chunkSize = min(maxOutput, defaultChunkSize);
2500 immutable size_t remain = maxOutput - a.data.length;

12