/packages/apps/Gallery2/jni/filters/ |
kmeans.cc | 57 // get initial picks from small downsampled image 66 // run kmeans on large downsampled image
|
/external/dng_sdk/source/ |
dng_mosaic_info.h | 125 /// Returns integer factors by which mosaic data must be downsampled to produce an image which is as close 127 /// \param minSize Number of pixels as minium for longer dimension of downsampled image. 128 /// \param prefSize Number of pixels as target for longer dimension of downsampled image. 130 /// \retval Point containing integer factors by which image must be downsampled. 142 /// Demosaic interpolation of a single plane for non-downsampled case. 155 /// Demosaic interpolation of a single plane for downsampled case.
|
/external/webrtc/webrtc/modules/audio_processing/ |
three_band_filter_bank.h | 39 // Splits |in| into 3 downsampled frequency bands in |out|. 44 // Merges the 3 downsampled frequency bands in |in| into |out|.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterKMeans.java | 67 // find width/height for larger downsampled bitmap 78 // find width/height for smaller downsampled bitmap
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
enhancer_interface.c | 68 int16_t downsampled[(BLOCKL_MAX+120)>>1]; /* length 180 */ local 75 plc_pred = downsampled; /* Reuse memory since plc_pred[ENH_BLOCKL] and 76 downsampled are non overlapping */ 107 downsampled, 118 target = downsampled + 60 + iblock * ENH_BLOCKL_HALF; 176 /* Store the estimated lag in the non-downsampled domain */ 325 int16_t *synt = &downsampled[LPC_FILTERORDER];
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
ImageLoader.java | 309 * Loads a bitmap that has been downsampled using sampleSize from a given url. 340 * Loads a bitmap at a given URI that is downsampled so that both sides are 349 * @return downsampled bitmap or null if this operation failed. 391 * Loads a bitmap at a given URI that is downsampled so that both sides are 401 * @return downsampled bitmap or null if this operation failed. 437 * Loads a bitmap that is downsampled by at least the input sample size. In 438 * low-memory situations, the bitmap may be downsampled further. 466 * Loads an oriented bitmap that is downsampled by at least the input sample 467 * size. In low-memory situations, the bitmap may be downsampled further. 481 * Loads bitmap from a resource that may be downsampled in low-memory situations [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
Downsampler.java | 140 final Bitmap downsampled = local 153 if (downsampled != null) { 154 rotated = TransformationUtils.rotateImageExif(downsampled, pool, orientation); 156 if (!downsampled.equals(rotated) && !pool.put(downsampled)) { 157 downsampled.recycle(); 262 * Determine the amount of downsampling to use for a load given the dimensions of the image to be downsampled and 267 * @param inWidth The width of the image to be downsampled. 268 * @param inHeight The height of the image to be downsampled.
|
/external/webrtc/webrtc/common_audio/vad/ |
vad_sp.h | 32 // - signal_out : Downsampled signal (of length |in_length| / 2).
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 134 // cb and cr are horizontally downsampled and vertically downsampled as well. 211 // cb and cr are horizontally downsampled and vertically downsampled as well.
|
/external/aac/libSBRenc/src/ |
sbr.h | 111 //INT_PCM *pDSOutBuffer; /**< Pointer to downsampled audio output of SBR encoder */ 143 int downsampledOffset; /* Offset of downsampled/mixed output for core encoder. */ 144 int downmixSize; /* Size in samples of downsampled/mixed output for core encoder. */
|
/external/libjpeg-turbo/ |
jcmainct.c | 12 * compressor proper; it holds downsampled data in the JPEG colorspace. 146 /* Create the buffer. It holds downsampled data, so each component
|
jpegint.h | 72 /* Main buffer control (downsampled-data buffer) */ 175 /* Main buffer control (downsampled-data buffer) */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
decim54.c | 37 Word16 * sig_d, /* output: downsampled signal */ 92 Word16 * sig_d, /* output: downsampled signal */
|
/external/aac/libSBRenc/include/ |
sbr_encoder.h | 308 * \brief Check whether downsampled SBR single rate is possible 311 * \return 0 when downsampled SBR is not possible, 312 * 1 when downsampled SBR is possible. 409 * \brief Delay between input data and downsampled output data.
|
/external/opencv3/3rdparty/libwebp/utils/ |
rescaler.h | 29 // we need hpel-precise add/sub increments, for the downsampled U/V planes.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
expand.h | 122 // samples. The correlation is calculated from a downsampled version of
|
merge.h | 79 // 4 kHz sample rate. The downsampled signals are written to
|
/external/opencv3/3rdparty/libjpeg/ |
jcmainct.c | 11 * compressor proper; it holds downsampled data in the JPEG colorspace. 264 /* Create the buffer. It holds downsampled data, so each component
|
jpegint.h | 56 /* Main buffer control (downsampled-data buffer) */ 160 /* Main buffer control (downsampled-data buffer) */
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcmainct.c | 10 * compressor proper; it holds downsampled data in the JPEG colorspace. 261 /* Create the buffer. It holds downsampled data, so each component
|
jpegint.h | 55 /* Main buffer control (downsampled-data buffer) */ 157 /* Main buffer control (downsampled-data buffer) */
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
TaskConvertImageToRGBPreview.java | 268 ByteBuffer bufU = planeList.get(1).getBuffer(); // Downsampled by 2 269 ByteBuffer bufV = planeList.get(2).getBuffer(); // Downsampled by 2 298 2 /* U Component downsampled by 2 */, uByteStride, uPixelStride, 301 2 /* v Component downsampled by 2 */, vByteStride, vPixelStride, 557 ByteBuffer bufU = planeList.get(1).getBuffer(); // Downsampled by 2 558 ByteBuffer bufV = planeList.get(2).getBuffer(); // Downsampled by 2 621 2 /* U Component downsampled by 2 */, uByteStride, uPixelStride, 624 2 /* v Component downsampled by 2 */, vByteStride, vPixelStride, [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_jpeg.c | 160 /* pointers to intermediate buffers when processing downsampled data */ 621 * Allocate downsampled-data buffers needed for downsampled I/O. [all...] |
/external/pdfium/third_party/libtiff/ |
tif_jpeg.c | 168 /* pointers to intermediate buffers when processing downsampled data */ 635 * Allocate downsampled-data buffers needed for downsampled I/O. 1066 * to match a downsampled component [all...] |
/external/aac/libAACenc/include/ |
aacenc_lib.h | 320 HE-AAC (AOT_SBR): 1.125 bits per sample (downsampled sbr) 354 ]min, 16] kHz | min - 27999 | on | downsampled SBR 357 ]16 - 24] kHz | min - 39999 | on | downsampled SBR 361 | 28000 - 55999 | on | downsampled SBR 456 for downsampled HE-AAC and 0.5 bits/audio sample for HE-AAC v2. [all...] |