Searched refs:downsampled (Results 1 – 6 of 6) sorted by relevance
140 final Bitmap downsampled = in decode() local153 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()
68 int16_t downsampled[(BLOCKL_MAX+120)>>1]; /* length 180 */ in WebRtcIlbcfix_EnhancerInterface() local75 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()
29 successively downsampled until some desired stopping point is reached.
31 of the downsampled image. Thus the number of samples may vary across93 data is in the colorspace to be used for compression, and it is downsampled96 this form. (Those few applications that want to deal with YCbCr downsampled158 directly with the downsampled data must provide similar buffering and padding
49 Raw (downsampled) image data2631 Raw (downsampled) image data2634 Some applications need to supply already-downsampled image data to the JPEG2635 compressor, or to receive raw downsampled data from the decompressor. The2643 receive downsampled image data, in which not all components have the same2649 and downsampled to the sampling factors specified in the JPEG parameters.2657 block in each component: that is, each downsampled row must contain a
793 Made so that when working with downsampled images a stub function