/packages/apps/Gallery2/jni/filters/ |
kmeans.cc | 57 // get initial picks from small downsampled image 66 // run kmeans on large downsampled image
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
Downsampler.java | 166 final Bitmap downsampled = downsampleWithSize(bis, options, pool, inWidth, inHeight, sampleSize, decodeFormat); local 169 if (downsampled != null) { 170 rotated = TransformationUtils.rotateImageExif(downsampled, pool, orientation); 172 if (downsampled != rotated && !pool.put(downsampled)) { 173 downsampled.recycle(); 244 * Determine the amount of downsampling to use for a load given the dimensions of the image to be downsampled and 249 * @param inWidth The width of the image to be downsampled 250 * @param inHeight The height of the image to be downsampled
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
enhancer_interface.c | 63 int16_t downsampled[(BLOCKL_MAX+120)>>1]; /* length 180 */ local 70 plc_pred = downsampled; /* Reuse memory since plc_pred[ENH_BLOCKL] and 71 downsampled are non overlapping */ 102 downsampled, 114 target=downsampled+i; 115 regressor=downsampled+i-10; 178 /* Store the estimated lag in the non-downsampled domain */ 330 int16_t *synt = &downsampled[LPC_FILTERORDER];
|
/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/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_renderbuffer_format_BGRA8888.txt | 24 BGRA8 renderbuffer that can be downsampled into a BGRA8 texture.
|
/packages/apps/Camera2/src/com/android/camera/util/ |
ImageLoader.java | 233 * Loads a bitmap that has been downsampled using sampleSize from a given url. 263 * Loads a bitmap at a given URI that is downsampled so that both sides are 272 * @return downsampled bitmap or null if this operation failed. 314 * Loads a bitmap at a given URI that is downsampled so that both sides are 324 * @return downsampled bitmap or null if this operation failed. 339 * Loads a bitmap that is downsampled by at least the input sample size. In 340 * low-memory situations, the bitmap may be downsampled further. 368 * Loads an oriented bitmap that is downsampled by at least the input sample 369 * size. In low-memory situations, the bitmap may be downsampled further. 383 * Loads bitmap from a resource that may be downsampled in low-memory situations [all...] |
/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/chromium_org/third_party/webrtc/common_audio/vad/ |
vad_sp.h | 32 // - signal_out : Downsampled signal (of length |in_length| / 2).
|
/external/webrtc/src/common_audio/vad/ |
vad_sp.h | 32 // - signal_out : Downsampled signal (of length |in_length| / 2).
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 132 // cb and cr are horizontally downsampled and vertically downsampled as well. 209 // 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. */
|
/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 | 297 * \brief Check whether downsampled SBR single rate is possible 300 * \return 0 when downsampled SBR is not possible, 301 * 1 when downsampled SBR is possible. 398 * \brief Delay between input data and downsampled output data.
|
/external/chromium_org/third_party/libwebp/utils/ |
rescaler.h | 29 // we need hpel-precise add/sub increments, for the downsampled U/V planes.
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
expand.h | 155 // samples. The correlation is calculated from a downsampled version of
|
merge.h | 86 // 4 kHz sample rate. The downsampled signals are written to
|
/external/webp/src/utils/ |
rescaler.h | 29 // we need hpel-precise add/sub increments, for the downsampled U/V planes.
|
/frameworks/native/include/media/openmax/ |
OMX_AudioExt.h | 43 #define OMX_AUDIO_AACToolAndroidSSBR (OMX_AUDIO_AACToolVendor << 0) /**< SSBR: MPEG-4 Single-rate (downsampled) Spectral Band Replication tool allowed or active */
|
/external/chromium_org/third_party/libjpeg_turbo/ |
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 | 56 /* Main buffer control (downsampled-data buffer) */ 158 /* Main buffer control (downsampled-data buffer) */
|
/external/jpeg/ |
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) */ 161 /* Main buffer control (downsampled-data buffer) */
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jcmainct.c | 11 * compressor proper; it holds downsampled data in the JPEG colorspace.
262 /* Create the buffer. It holds downsampled data, so each component
|
/external/qemu/distrib/jpeg-6b/ |
jcmainct.c | 10 * compressor proper; it holds downsampled data in the JPEG colorspace. 261 /* Create the buffer. It holds downsampled data, so each component
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
jpegint.h | 55 /* Main buffer control (downsampled-data buffer) */
157 /* Main buffer control (downsampled-data buffer) */
|