Home
last modified time | relevance | path

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

12

/external/v8/tools/
Dprocess-heap-prof.py53 sampling = False
71 sampling = True
74 sampling = False
75 elif row[0] == itemname and 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/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/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
DPostShadow.vert29 // bias from [-1, 1] to [0, 1] for sampling shadow map
/external/jpeg/
Dwizard.doc96 -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
Dlibjpeg.doc1003 Horizontal and vertical sampling factors for the component; must
1004 be 1..4 according to the JPEG standard. Note that larger sampling
2490 and downsampled to the sampling factors specified in the JPEG parameters.
2514 * Ensure the sampling factors, cinfo->comp_info[i].h_samp_factor and
2537 is smaller than this, it must be padded appropriately. For some sampling
2570 seriously, you must deal with the color space and sampling factors present in
2572 you must check for and fail on other color spaces or other sampling factors.
2577 verify that the color space and sampling factors are ones you can handle.
2667 tables and sampling factors match the way the data was encoded, or the
2825 upsampling results. The worst case for commonly used sampling factors
[all …]
Dstructure.doc25 determined by the sampling factors, or a single block in a
58 never be; nonintegral sampling ratios are the prime example. Furthermore,
125 to the sampling factors to be used. The preprocessing and postprocessing
235 popular sampling factors; the hardwired methods would be faster because they'd
Dusage.doc200 -sample HxV[,...] Set JPEG sampling factors for each color component.
/external/qemu/distrib/jpeg-6b/
Dwizard.doc96 -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
Dlibjpeg.doc1003 Horizontal and vertical sampling factors for the component; must
1004 be 1..4 according to the JPEG standard. Note that larger sampling
2490 and downsampled to the sampling factors specified in the JPEG parameters.
2514 * Ensure the sampling factors, cinfo->comp_info[i].h_samp_factor and
2537 is smaller than this, it must be padded appropriately. For some sampling
2570 seriously, you must deal with the color space and sampling factors present in
2572 you must check for and fail on other color spaces or other sampling factors.
2577 verify that the color space and sampling factors are ones you can handle.
2667 tables and sampling factors match the way the data was encoded, or the
2825 upsampling results. The worst case for commonly used sampling factors
[all …]
Dstructure.doc25 determined by the sampling factors, or a single block in a
58 never be; nonintegral sampling ratios are the prime example. Furthermore,
125 to the sampling factors to be used. The preprocessing and postprocessing
235 popular sampling factors; the hardwired methods would be faster because they'd
Dusage.doc200 -sample HxV[,...] Set JPEG sampling factors for each color component.
/external/mesa3d/docs/
DMESA_ycbcr_texture.spec129 texture sampling using an implementation dependent conversion.
DVERSIONS186 - a polygon optimization introduced an occasional sampling problem
402 - new texture sampling function pointer in texture objects
531 - fixed texture sampling bug when filter=GL_LINEAR and wrap=GL_CLAMP
549 - fixed GL_CLAMP mode texture sampling bug
602 - GL_CLAMP_TO_EDGE texture sampling was off by 0.5 texels
607 - bilinear texture sampling wasn't accurate enough
637 - GL_LINEAR sampling of 3D textures was broken
813 - fragment sampling in AA triangle function was off by 1/2 pixel
826 - fixed 1/8-pixel AA triangle sampling error
1266 - fixed texture rectangle edge/border sampling bugs
[all …]
/external/linux-tools-perf/
Ddesign.txt149 Counters come in two flavours: counting counters and sampling
174 A "sampling" counter is one that is set up to generate an interrupt
175 every N events, where N is given by 'irq_period'. A sampling counter
450 still use the generic software counters based on hrtimers for sampling.
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
DLighting.j3md85 // Set to use TexCoord2 for the lightmap sampling
/external/iproute2/doc/
Dnstat.sgml93 For the first goal sampling interval (option <tt/-d/) may be large enough,
/external/linux-tools-perf/Documentation/
Dexamples.txt119 Furthermore, call-graph sampling can be done too, of page
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
DWater15.frag227 // NOTE: This will be called even for single-sampling
/external/oprofile/events/ppc64/power5/
Devents14 …ent:0X001 counters:3 um:zero minimum:10000 name:CYCLES : Processor Cycles using continuous sampling
16 #Group 0 with random sampling
17 …0X002 counters:2 um:zero minimum:10000 name:CYCLES_RND_SMPL : Processor Cycles with random sampling
/external/v8/
DChangeLog2635 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
2820 Profiler stack sampling for X64.
3302 sampling for ticks and by fixing a bug in the logging of code
/external/oprofile/events/ppc64/power5+/
Devents14 …ent:0X001 counters:3 um:zero minimum:10000 name:CYCLES : Processor Cycles using continuous sampling
16 #Group 0 with random sampling
17 …0X002 counters:2 um:zero minimum:10000 name:CYCLES_RND_SMPL : Processor Cycles with random sampling
/external/chromium/build/
Dcommon.gypi305 # Enable sampling based profiler.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-164111 Fix (kinda) for sampling tool breakage. The codeblock sampling tool has become
4113 a ScopeNode appears to now occur before the sampling tool (or possibly the
4117 we shouldn't need to track scopes when we're just sampling opcodes, not
4118 codeblocks. Not retaining Scopes when just opcode sampling will reduce sampling
4120 benefit this patch also gets the opcode sampling going again, albeit in a bit of
4121 a lame way. Will come back later with a proper fix from codeblock sampling.
5563 For convenience, let the sampling flags tool clear multiple flags at once.
16508 have compiled with Opcode sampling where we will continue to require it
19152 Remove unused (sampling only, and derivable) argument to JIT::emitCTICall.
26543 when sampling the v8 tests.
[all …]

12