Home
last modified time | relevance | path

Searched refs:sampling (Results 1 – 25 of 117) sorted by relevance

12345

/external/v8/tools/
Dprocess-heap-prof.py53 sampling = False
71 sampling = True
74 sampling = False
75 elif row[0] == itemname and sampling:
/external/libyuv/files/docs/
Dfiltering.md34 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/
DREADME.draft32 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
DREADME69 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/
DRungeKuttaIntegrator.java25 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;
DEmbeddedRungeKuttaIntegrator.java23 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;
DAdamsBashforthIntegrator.java24 import org.apache.commons.math.ode.sampling.NordsieckStepInterpolator;
25 import org.apache.commons.math.ode.sampling.StepHandler;
DEulerStepInterpolator.java21 import org.apache.commons.math.ode.sampling.StepInterpolator;
DMidpointStepInterpolator.java21 import org.apache.commons.math.ode.sampling.StepInterpolator;
DAdamsMoultonIntegrator.java27 import org.apache.commons.math.ode.sampling.NordsieckStepInterpolator;
28 import org.apache.commons.math.ode.sampling.StepHandler;
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst7 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/
Dfilterbank.c54 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()
Dfilterbank.h52 FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type);
/external/compiler-rt/lib/esan/
Desan_flags.inc41 "Working set tool: sampling frequency in milliseconds.")
46 ESAN_FLAG(int, snapshot_step, 2, "Working set tool: the log of the sampling "
/external/libgsm/
DREADME15 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/
DFixedStepHandler.java18 package org.apache.commons.math.ode.sampling;
DStepHandler.java18 package org.apache.commons.math.ode.sampling;
DDummyStepHandler.java18 package org.apache.commons.math.ode.sampling;
DStepInterpolator.java18 package org.apache.commons.math.ode.sampling;
DDummyStepInterpolator.java18 package org.apache.commons.math.ode.sampling;
/external/mesa3d/src/gallium/docs/source/
Dresources.rst57 - 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/
DMultistepIntegrator.java27 import org.apache.commons.math.ode.sampling.StepHandler;
28 import org.apache.commons.math.ode.sampling.StepInterpolator;
DODEIntegrator.java23 import org.apache.commons.math.ode.sampling.StepHandler;
DContinuousOutputModel.java27 import org.apache.commons.math.ode.sampling.StepHandler;
28 import org.apache.commons.math.ode.sampling.StepInterpolator;
/external/libjpeg-turbo/
Dwizard.txt96 -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