Searched refs:sampling (Results 1 – 25 of 117) sorted by relevance
12345
/external/v8/tools/ |
D | process-heap-prof.py | 53 sampling = False 71 sampling = True 74 sampling = False 75 elif row[0] == itemname and sampling:
|
/external/libyuv/files/docs/ |
D | filtering.md | 34 For odd scale factors (e.g. 3x down) this is exactly the middle, and point sampling is used. 37 **Box** filter averages the entire box so sampling starts at 0. 59 …hod could be used for down sampling, and then it would be more reversible, but that would prevent … 94 // Scale step for point sampling duplicates all pixels equally. 100 // Scale step for bilinear sampling renders last pixel once for upsample. 116 // Scale step for bilinear sampling renders last pixel once for upsample. 127 // Scale step for point sampling duplicates all pixels equally. 143 Point sampling should ideally be the same as bilinear, but pixel by pixel, round to nearest neighbo… 155 Bilinear filtering is currently correct for down sampling, but not for upsampling. 161 … of the scale factor, to match the pixel that would be sampled for down sampling by the same amoun… [all …]
|
/external/libopus/ |
D | README.draft | 32 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)> 34 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options] 44 default: sampling rate
|
D | README | 69 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)> 71 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options] 83 default: sampling rate
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | RungeKuttaIntegrator.java | 25 import org.apache.commons.math.ode.sampling.AbstractStepInterpolator; 26 import org.apache.commons.math.ode.sampling.DummyStepInterpolator; 27 import org.apache.commons.math.ode.sampling.StepHandler;
|
D | EmbeddedRungeKuttaIntegrator.java | 23 import org.apache.commons.math.ode.sampling.AbstractStepInterpolator; 24 import org.apache.commons.math.ode.sampling.DummyStepInterpolator; 25 import org.apache.commons.math.ode.sampling.StepHandler;
|
D | AdamsBashforthIntegrator.java | 24 import org.apache.commons.math.ode.sampling.NordsieckStepInterpolator; 25 import org.apache.commons.math.ode.sampling.StepHandler;
|
D | EulerStepInterpolator.java | 21 import org.apache.commons.math.ode.sampling.StepInterpolator;
|
D | MidpointStepInterpolator.java | 21 import org.apache.commons.math.ode.sampling.StepInterpolator;
|
D | AdamsMoultonIntegrator.java | 27 import org.apache.commons.math.ode.sampling.NordsieckStepInterpolator; 28 import org.apache.commons.math.ode.sampling.StepHandler;
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 7 this state controls an individual texture unit's texel-sampling settings. 34 nearest sampling mode. 69 the texture LOD value are sampled from. The results of sampling from 76 If set to PIPE_TEX_COMPARE_R_TO_TEXTURE, the result of texture sampling 106 Maximum anistropy ratio to use when sampling from textures. For example,
|
/external/speex/libspeex/ |
D | filterbank.c | 54 FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type) in filterbank_new() argument 62 df = DIV32(SHL32(sampling,15),MULT16_16(2,len)); in filterbank_new() 63 max_mel = toBARK(EXTRACT16(sampling/2)); in filterbank_new()
|
D | filterbank.h | 52 FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type);
|
/external/compiler-rt/lib/esan/ |
D | esan_flags.inc | 41 "Working set tool: sampling frequency in milliseconds.") 46 ESAN_FLAG(int, snapshot_step, 2, "Working set tool: the log of the sampling "
|
/external/libgsm/ |
D | README | 15 GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling 21 form (given the bandwidth limitations of 8 kHz sampling rate).
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
D | FixedStepHandler.java | 18 package org.apache.commons.math.ode.sampling;
|
D | StepHandler.java | 18 package org.apache.commons.math.ode.sampling;
|
D | DummyStepHandler.java | 18 package org.apache.commons.math.ode.sampling;
|
D | StepInterpolator.java | 18 package org.apache.commons.math.ode.sampling;
|
D | DummyStepInterpolator.java | 18 package org.apache.commons.math.ode.sampling;
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 57 - TODO: wrap modes/other sampling state? 64 - Binding to a sampling stage requires GL 3.1 or GL_ARB_texture_buffer_object 149 The 6 surfaces form an imaginary cube, and sampling happens by mapping an 154 UNIMPLEMENTED: seamless cube map sampling not supported
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | MultistepIntegrator.java | 27 import org.apache.commons.math.ode.sampling.StepHandler; 28 import org.apache.commons.math.ode.sampling.StepInterpolator;
|
D | ODEIntegrator.java | 23 import org.apache.commons.math.ode.sampling.StepHandler;
|
D | ContinuousOutputModel.java | 27 import org.apache.commons.math.ode.sampling.StepHandler; 28 import org.apache.commons.math.ode.sampling.StepInterpolator;
|
/external/libjpeg-turbo/ |
D | wizard.txt | 96 -sample HxV[,...] Set JPEG sampling factors for each color 99 The -sample switch specifies the JPEG sampling factors for each color 102 components are set to 1x1 sampling. For example, the default YCbCr setting 107 sampling (also called 4:2:2 sampling). Compatibility with such decoders can
|
12345