Searched refs:Upsample (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/coders/
H A Dpcd.c423 static void Upsample(const size_t width,const size_t height,
665 Upsample(image->columns >> 1,image->rows >> 1,image->columns,chroma1);
666 Upsample(image->columns >> 1,image->rows >> 1,image->columns,chroma2);
742 Upsample(768,512,image->columns,luma);
743 Upsample(384,256,image->columns,chroma1);
744 Upsample(384,256,image->columns,chroma2);
754 Upsample(1536,1024,image->columns,luma);
755 Upsample(768,512,image->columns,chroma1);
756 Upsample(768,512,image->columns,chroma2);
766 Upsample(307
418 static void Upsample(const size_t width,const size_t height, function
[all...]
/external/webrtc/webrtc/modules/audio_processing/
H A Dthree_band_filter_bank.cc100 void Upsample(const float* in, size_t split_length, size_t offset, float* out) { function in namespace:webrtc::__anon26291
175 Upsample(&out_buffer_[0], out_buffer_.size(), i, out);
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp561 bool Upsample(const CFX_DIBSource* pSource, function in namespace:__anon16484
1981 if (!Upsample(pSource, dst8Storage, dst32Storage, &ct, &skBitmap, &width,
2112 if (!Upsample(pSource, src8Storage, src32Storage, &srcCt, &skBitmap,
2116 if (!Upsample(pMask, mask8Storage, mask32Storage, &maskCt, &skMask,

Completed in 480 milliseconds