Home
last modified time | relevance | path

Searched refs:downsampled (Results 1 – 6 of 6) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java140 final Bitmap downsampled = in decode() local
153 if (downsampled != null) { in decode()
154 rotated = TransformationUtils.rotateImageExif(downsampled, pool, orientation); in decode()
156 if (!downsampled.equals(rotated) && !pool.put(downsampled)) { in decode()
157 downsampled.recycle(); in decode()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c68 int16_t downsampled[(BLOCKL_MAX+120)>>1]; /* length 180 */ in WebRtcIlbcfix_EnhancerInterface() local
75 plc_pred = downsampled; /* Reuse memory since plc_pred[ENH_BLOCKL] and in WebRtcIlbcfix_EnhancerInterface()
107 downsampled, in WebRtcIlbcfix_EnhancerInterface()
118 target = downsampled + 60 + iblock * ENH_BLOCKL_HALF; in WebRtcIlbcfix_EnhancerInterface()
325 int16_t *synt = &downsampled[LPC_FILTERORDER]; in WebRtcIlbcfix_EnhancerInterface()
/external/opencv3/doc/tutorials/imgproc/pyramids/
Dpyramids.markdown29 successively downsampled until some desired stopping point is reached.
/external/libjpeg-turbo/
Dstructure.txt31 of the downsampled image. Thus the number of samples may vary across
93 data is in the colorspace to be used for compression, and it is downsampled
96 this form. (Those few applications that want to deal with YCbCr downsampled
158 directly with the downsampled data must provide similar buffering and padding
Dlibjpeg.txt49 Raw (downsampled) image data
2631 Raw (downsampled) image data
2634 Some applications need to supply already-downsampled image data to the JPEG
2635 compressor, or to receive raw downsampled data from the decompressor. The
2643 receive downsampled image data, in which not all components have the same
2649 and downsampled to the sampling factors specified in the JPEG parameters.
2657 block in each component: that is, each downsampled row must contain a
/external/opencv3/3rdparty/libtiff/
DChangeLog793 Made so that when working with downsampled images a stub function