HomeSort by relevance Sort by last modified time
    Searched full:quality (Results 151 - 175 of 2126) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 56 GLHelper::ScalerQuality quality,
79 // Note that when quality is GOOD, multiple scaler passes will be
158 void ComputeScalerStages(GLHelper::ScalerQuality quality,
170 GLHelper::ScalerQuality quality,
gl_helper_unittests.cc 210 content::GLHelper::ScalerQuality quality,
255 if (quality != content::GLHelper::SCALER_QUALITY_FAST) {
384 content::GLHelper::ScalerQuality quality) {
397 switch (quality) {
462 content::GLHelper::ScalerQuality quality) {
463 if (quality == content::GLHelper::SCALER_QUALITY_FAST ||
464 quality == content::GLHelper::SCALER_QUALITY_GOOD) {
465 ScaleSlow(input, output, quality);
478 ScaleSlow(input, output, quality);
504 ScaleSlowRecursive(input, &tmp, quality);
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
README.chromium 28 project seeks to provide a freely available and high-quality solution to this
  /external/chromium_org/third_party/icu/source/i18n/
csr2022.h 47 * @return match quality, in the range of 0-100.
  /external/chromium_org/third_party/libxml/src/
README 14 To assert build quality:
  /external/chromium_org/third_party/opus/src/tests/
run_vectors.sh 128 grep quality logs_mono.txt | awk '{sum+=$4}END{print "Average mono quality is", sum/NR, "%"}'
129 grep quality logs_stereo.txt | awk '{sum+=$4}END{print "Average stereo quality is", sum/NR, "%"}'
  /external/hyphenation/
hnjalloc.h 5 /* LibHnj - a library for high quality hyphenation and justification
  /external/icu4c/i18n/
csr2022.h 49 * @return match quality, in the range of 0-100.
csrecog.h 42 * with the quality of the match plus other information related to the match.
  /external/libvpx/libvpx/
mainpage.dox 10 applications with the VP8 video codec, a high quality, royalty free, open
  /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...]
  /frameworks/av/libvideoeditor/vss/common/inc/
VideoEditorResampler.h 26 M4OSA_Int32 sampleRate, M4OSA_Int32 quality);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.h 60 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
  /frameworks/rs/
rsg.spec 84 param float quality
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterContrast.java 48 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterEdge.java 42 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterExposure.java 46 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterSaturated.java 47 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterShadows.java 47 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterVibrance.java 46 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterVignette.java 79 protected void createFilter(Resources res, float scaleFactor, int quality) {
130 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
131 if (SIMPLE_ICONS && FilterEnvironment.QUALITY_ICON == quality) {
144 Bitmap ret = super.apply(bitmap, scaleFactor, quality);
  /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

Completed in 1301 milliseconds

1 2 3 4 5 67 8 91011>>