HomeSort by relevance Sort by last modified time
    Searched full:downsample (Results 1 - 25 of 36) sorted by null

1 2

  /external/jpeg/
jcsample.c 53 /* Pointer to routine to downsample a single component */
110 * In this version we simply downsample each component independently.
118 my_downsample_ptr downsample = (my_downsample_ptr) cinfo->downsample; local
127 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
133 * Downsample pixel values of a single component.
181 * Downsample pixel values of a single component.
200 * Downsample pixel values of a single component.
243 * Downsample pixel values of a single component.
286 * Downsample pixel values of a single component
466 my_downsample_ptr downsample; local
    [all...]
jcprepct.c 57 * until we have enough to do a downsample step.
66 int next_buf_stop; /* downsample when we reach this index */
163 (*cinfo->downsample->downsample) (cinfo,
243 /* If we've gotten enough data, downsample a row group. */
245 (*cinfo->downsample->downsample) (cinfo,
334 if (cinfo->downsample->need_context_rows) {
jpegint.h 93 JMETHOD(void, downsample, (j_compress_ptr cinfo,
  /external/qemu/distrib/jpeg-6b/
jcsample.c 53 /* Pointer to routine to downsample a single component */
110 * In this version we simply downsample each component independently.
118 my_downsample_ptr downsample = (my_downsample_ptr) cinfo->downsample; local
127 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
133 * Downsample pixel values of a single component.
181 * Downsample pixel values of a single component.
200 * Downsample pixel values of a single component.
243 * Downsample pixel values of a single component.
286 * Downsample pixel values of a single component
466 my_downsample_ptr downsample; local
    [all...]
jcprepct.c 57 * until we have enough to do a downsample step.
66 int next_buf_stop; /* downsample when we reach this index */
163 (*cinfo->downsample->downsample) (cinfo,
243 /* If we've gotten enough data, downsample a row group. */
245 (*cinfo->downsample->downsample) (cinfo,
334 if (cinfo->downsample->need_context_rows) {
jpegint.h 93 JMETHOD(void, downsample, (j_compress_ptr cinfo,
  /external/webrtc/src/common_audio/vad/
vad_filterbank.c 146 // Split at 2000 Hz and downsample
151 // Split at 3000 Hz and downsample
171 // Split at 1000 Hz and downsample
vad_core.c 283 // Downsample signal 32->16->8 before doing VAD
303 // Wideband: Downsample signal before doing VAD
  /frameworks/av/include/media/stagefright/
YUVCanvas.h 65 void downsample(
  /frameworks/av/media/libstagefright/yuv/
YUVCanvas.cpp 84 void YUVCanvas::downsample( function in class:android::YUVCanvas
  /device/moto/wingray/taudio/
resample.c 72 int downsample(const int16_t *in, int16_t *out, int len, int *consumed, function
221 nr_out = downsample(buf, buf, nr / 2, &consumed, divs, divs_len, channels == 2);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 144 * Downsample Image to 8 bit depth format so that the resulting image data
175 public static ImageData downSample(Image image) {
394 ImageData data = downSample(image);
FingerPrint.java 211 ImageData data = Utils.downSample(image);
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 221 // ENABLE(IMAGE_DECODER_DOWN_SAMPLING) allows image decoders to downsample
222 // at decode time. Image decoders will downsample any images larger than
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 99 // Need to resize it to the size we want, so downsample until it's
104 // Need to resize it to the size we want, so downsample until it's
  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_downsample_lo_res.cpp 144 while (org_length > 0) /* Create downsample vector */
153 for (j = 0; j <= i; j++) /* Use downsample vector to index LoResolution vector. */
  /external/aac/libSBRenc/src/
resampler.h 138 * \brief Downsample a set of audio samples. numInSamples must be at least equal to the
sbr_encoder.cpp 124 #define SFL(fl) (fl*DOWN_SMPL_FAC) /* SBR frame length (hardcoded to downsample factor of 2) */
1742 int downsample = 0; local
    [all...]
nf_est.cpp 401 while(org_length > 0) /* Create downsample vector */
413 for(j=0;j<=i;j++) /* Use downsample vector to index LoResolution vector. */
  /external/skia/include/gpu/
GrSamplerState.h 32 * position in x and y. Intended for averaging 16 texels in a downsample
  /external/skia/src/effects/
SkTestImageFilters.cpp 357 // downsample
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 659 /* Create downsample vector */
668 /* Use downsample vector to index LoResolution vector */
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 29 * downsample to 11 kHz.
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 381 // downsample 1024 samples in to 256
  /system/core/libpixelflinger/
buffer.cpp 321 // downsample a component from sbits to dbits

Completed in 859 milliseconds

1 2