HomeSort by relevance Sort by last modified time
    Searched refs:downsampled (Results 1 - 2 of 2) sorted by null

  /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];

Completed in 1048 milliseconds