Home
last modified time | relevance | path

Searched refs:target_factor (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/extern/audaspace/include/respec/
H A DJOSResampleReader.h36 typedef void (JOSResampleReader::*resample_f)(double target_factor, int length, sample_t* buffer);
110 void AUD_LOCAL resample(double target_factor, int length, sample_t* buffer);
111 void AUD_LOCAL resample_mono(double target_factor, int length, sample_t* buffer);
112 void AUD_LOCAL resample_stereo(double target_factor, int length, sample_t* buffer);
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/respec/
H A DJOSResampleReader.cpp78 #define RESAMPLE_METHOD(name, left, right) void JOSResampleReader::name(double target_factor, int l…
95 factor = (m_last_factor * (length - t - 1) + target_factor * (t + 1)) / length;\
273 double target_factor = double(m_rate) / double(specs.rate); in read() local
299 m_last_factor = target_factor; in read()
301 if(target_factor == 1 && m_last_factor == 1 && (m_P == 0)) in read()
307 updateBuffer(len, target_factor, samplesize); in read()
325 double factor = std::min(target_factor, m_last_factor); in read()
348 factor = std::max(target_factor, m_last_factor); in read()
371 (this->*m_resample)(target_factor, length, buffer); in read()
373 m_last_factor = target_factor; in read()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Dunits.py155 target_factor = METER_FACTOR[target_units]
156 if source_factor is None or target_factor is None:
158 return target_factor / source_factor
/dports/science/siesta/siesta-4.1.5/Docs/branch-changes/
H A Dpexsi-bracket.CHANGES18 T = T_0 * ( 1 + precond* log(prevDmax/(target_factor*Dtol))
23 deviation in DM (or H), 'target_factor' determines the level at which the nominal
H A Dpexsi.CHANGES321 T = T_0 * ( 1 + precond* log(prevDmax/(target_factor*Dtol))
326 deviation in DM (or H), 'target_factor' determines the level at which the nominal
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dduc_block_control.cpp504 const double target_factor = FIXPOINT_SCALING * compensation_factor; in update_scaling() local
505 const int32_t actual_factor = boost::math::iround(target_factor); in update_scaling()
H A Dddc_block_control.cpp522 const double target_factor = FIXPOINT_SCALING * compensation_factor; in update_scaling() local
523 const int32_t actual_factor = boost::math::iround(target_factor); in update_scaling()
/dports/x11/xpra/xpra-4.3/xpra/server/
H A Dcystats.pyx165 cdef double target_factor = (recent_value/d)/(slope+target_value/d)
169 cdef double aimed_average = target_factor*(1.0-aim) + avg_factor*aim
/dports/science/siesta/siesta-4.1.5/Src/
H A Dpexsi-solver.lit1609 ! Examples for target_factor = 10, dDtol=0.0001:
/dports/graphics/impressive/Impressive-0.13.0-beta2/
H A Dimpressive.py4665 def ChangeZoom(target_factor, mousepos): argument
4669 dlog = log(target_factor) - log_zf