HomeSort by relevance Sort by last modified time
    Searched full:quality (Results 101 - 125 of 1376) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/speex/libspeex/
modes.h 96 int double_codebook; /**< Apply innovation quantization twice for higher quality (and higher bit-rate)*/
130 int quality_map[11]; /**< Mode corresponding to each quality setting */
147 int low_quality_map[11]; /**< Mode corresponding to each quality setting */
148 int quality_map[11]; /**< Mode corresponding to each quality setting */
resample.c 39 - Good *perceptual* quality (and not best SNR)
121 int quality; member in struct:SpeexResamplerState_
218 /* This table maps conversion quality to internal parameters. There are two
561 st->oversample = quality_map[st->quality].oversample;
562 st->filt_len = quality_map[st->quality].base_length;
567 st->cutoff = quality_map[st->quality].downsample_bandwidth * st->den_rate / st->num_rate;
584 st->cutoff = quality_map[st->quality].upsample_bandwidth;
607 st->sinc_table[i*st->filt_len+j] = sinc(st->cutoff,((j-(spx_int32_t)st->filt_len/2+1)-((float)i)/st->den_rate), st->filt_len, quality_map[st->quality].window_func);
613 if (st->quality>8)
629 st->sinc_table[i+4] = sinc(st->cutoff,(i/(float)st->oversample - st->filt_len/2), st->filt_len, quality_map[st->quality].window_func)
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
index.html 7 <h2>iExploder: Web Browser Quality Assurance Tester</h2>
  /frameworks/av/libvideoeditor/vss/common/inc/
VideoEditorResampler.h 26 M4OSA_Int32 sampleRate, M4OSA_Int32 quality);
  /frameworks/av/services/camera/libcameraservice/camera2/
BurstCapture.h 59 int quality);
  /frameworks/base/data/videos/
VideoPackage1.mk 17 # Lower-quality videos for space-constrained devices
VideoPackage2.mk 17 # Good-quality videos for non-space-constrained devices
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrTypes.h 124 TI_UINT8 triggeringTid; /**< Quality-of-service (QoS) AC that triggers the scans in the AC triggered scan process */
179 TI_INT8 rxRSSIThreshold; /**< Quality threshold for received frames */
197 * continuous scan, when current BSS quality is
201 * continuous scab, when current BSS quality is
  /frameworks/base/docs/html/distribute/googleplay/quality/
tablet.jd 1 page.title=Tablet App Quality Checklist
8 <li><a href="#core-app-quality">1. Test for Core App Quality</a></li>
35 you focus on key aspects of quality, feature set, and UI that can have a
49 <h2 id="core-app-quality">1. Test for Core App Quality</h2>
53 quality criteria</em> for all of the devices and form factors that the app is
55 href="{@docRoot}distribute/googleplay/quality/core.html">Core App Quality Checklist</a>.
58 <p>To assess the quality of your app on tablets &mdash; both for core app qualit
    [all...]
  /external/libvorbis/include/vorbis/
vorbisenc.h 107 * (quality-based) encode setup. It functions similarly to the one-step setup
120 * \param quality Desired quality level, currently from -0.1 to 1.0 (lo to hi).
127 * \retval OV_EIMPL Unimplemented mode; unable to comply with quality level request.
133 float quality
138 * bitrate ("quality" based) modes.
148 * \param base_quality Desired quality level, currently from -0.1 to 1.0 (lo to hi).
156 * \retval OV_EIMPL Unimplemented mode; unable to comply with quality level request.
197 * may use vorbis_encode_ctl() to query or set bitrate management or quality
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 352 static String ImageToDataURL(T& source, const String& mimeType, const double* quality)
359 if (quality && *quality >= 0.0 && *quality <= 1.0)
360 compressionQuality = static_cast<int>(*quality * 100 + 0.5);
375 String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const
390 return ImageToDataURL(bitmap, mimeType, quality);
393 String ImageDataToDataURL(const ImageData& source, const String& mimeType, const double* quality)
395 return ImageToDataURL(source, mimeType, quality);
  /external/jpeg/
cjpeg.c 152 fprintf(stderr, " -quality N Compression quality (0..100; 5-95 is useful range)\n");
212 int quality; /* -quality parameter */ local
222 /* Note that default -quality level need not, and does not,
225 quality = 75; /* default -quality value */
330 } else if (keymatch(arg, "quality", 1)) {
331 /* Quality factor (quantization table scaling factor). */
334 if (sscanf(argv[argn], "%d", &quality) != 1
    [all...]
  /external/qemu/distrib/jpeg-6b/
cjpeg.c 152 fprintf(stderr, " -quality N Compression quality (0..100; 5-95 is useful range)\n");
212 int quality; /* -quality parameter */ local
222 /* Note that default -quality level need not, and does not,
225 quality = 75; /* default -quality value */
330 } else if (keymatch(arg, "quality", 1)) {
331 /* Quality factor (quantization table scaling factor). */
334 if (sscanf(argv[argn], "%d", &quality) != 1
    [all...]
  /external/libvorbis/examples/
encoder_example.c 103 Encoding using a VBR quality mode. The usable range is -.1
104 (lowest quality, smallest file) to 1. (highest quality, largest file).
105 Example quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR
118 Encode using a quality mode, but select that quality mode by asking for
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 243 out.startTag(null, "password-quality");
245 out.endTag(null, "password-quality");
351 } else if ("password-quality".equals(tag)) {
1629 int quality; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CreateBitmap.java 60 int quality) {
62 src.compress(format, quality, os);
PurgeableBitmapView.java 110 int quality) {
112 src.compress(format, quality, os);
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.h 159 // The default quality setting used when encoding jpegs.
175 // Quality setting to use when encoding jpegs. Set in RunImpl().
  /external/proguard/docs/
sections.html 17 <li><a target="main" href="quality.html">Quality</a></li>
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 139 virtual bool onEncode(SkWStream* stream, const SkBitmap& bm, int quality);
150 int quality) {
  /external/speex/include/speex/
speex_callbacks.h 125 /** Standard handler for VBR quality request (Set VBR quality, no questions asked) */
  /external/webkit/Source/WebCore/html/
AsyncImageResizer.h 80 static PassRefPtr<AsyncImageResizer> create(CachedImage*, OutputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption, OrientationOption);
89 AsyncImageResizer(CachedImage*, OutputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption, OrientationOption);
  /external/webkit/Source/WebCore/platform/audio/
SincResampler.h 36 // SincResampler is a high-quality sample-rate converter.
41 // kernelSize can be adjusted for quality (higher is better)
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 114 void setImageInterpolationQuality(InterpolationQuality quality) { m_interpolationQuality = quality; }
  /external/webrtc/src/common_audio/vad/
vad_core.h 60 * 0 (High quality) - 3 (Highly aggressive)
78 * 0 (High quality) - 3 (Highly aggressive)

Completed in 1180 milliseconds

1 2 3 45 6 7 8 91011>>