Searched refs:Upsample (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/coders/ |
D | pcd.c | 427 static void Upsample(const size_t width,const size_t height, in Upsample() function 696 Upsample(image->columns >> 1,image->rows >> 1,image->columns,chroma1); in ReadPCDImage() 697 Upsample(image->columns >> 1,image->rows >> 1,image->columns,chroma2); in ReadPCDImage() 777 Upsample(768,512,image->columns,luma); in ReadPCDImage() 778 Upsample(384,256,image->columns,chroma1); in ReadPCDImage() 779 Upsample(384,256,image->columns,chroma2); in ReadPCDImage() 789 Upsample(1536,1024,image->columns,luma); in ReadPCDImage() 790 Upsample(768,512,image->columns,chroma1); in ReadPCDImage() 791 Upsample(768,512,image->columns,chroma2); in ReadPCDImage() 801 Upsample(3072,2048,image->columns,luma); in ReadPCDImage() [all …]
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | three_band_filter_bank.cc | 100 void Upsample(const float* in, size_t split_length, size_t offset, float* out) { in Upsample() function 175 Upsample(&out_buffer_[0], out_buffer_.size(), i, out); in Synthesis()
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jdmrgext-avx2.asm | 24 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
|
D | jdmrgext-sse2.asm | 23 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
|
/external/libjpeg-turbo/simd/i386/ |
D | jdmrgext-avx2.asm | 24 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
|
D | jdmrgext-sse2.asm | 23 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
|
D | jdmrgext-mmx.asm | 23 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 568 bool Upsample(const RetainPtr<CFX_DIBSource>& pSource, in Upsample() function 2353 if (!Upsample(pSource, dst8Storage, dst32Storage, &skBitmap, &width, &height, in StartDIBits() 2482 if (!Upsample(pSource, src8Storage, src32Storage, &skBitmap, &srcWidth, in DrawBitsWithMask() 2486 if (!Upsample(pMask, mask8Storage, mask32Storage, &skMask, &maskWidth, in DrawBitsWithMask()
|