/external/libvncserver/test/ |
D | tjbench.c | 78 int decomptest(unsigned char *srcbuf, unsigned char **jpegbuf, in decomptest() argument 165 if(srcbuf && sf.num==1 && sf.denom==1) in decomptest() 178 int y=(int)((double)srcbuf[rindex]*0.299 in decomptest() 179 + (double)srcbuf[gindex]*0.587 in decomptest() 180 + (double)srcbuf[bindex]*0.114 + 0.5); in decomptest() 193 =abs(dstbuf[pitch*row+col]-srcbuf[pitch*row+col]); in decomptest() 208 void dotest(unsigned char *srcbuf, int w, int h, int subsamp, int jpegqual, in dotest() argument 253 memcpy(&tmpbuf[pitch*i], &srcbuf[w*ps*i], w*ps); in dotest() 258 if(tjCompress2(handle, srcbuf, tilew, pitch, tileh, pf, &jpegbuf[0], in dotest() 267 for(row=0, srcptr=srcbuf; row<ntilesh; row++, srcptr+=pitch*tileh) in dotest() [all …]
|
D | bmp.c | 90 void pixelconvert(unsigned char *srcbuf, enum BMPPIXELFORMAT srcformat, in pixelconvert() argument 97 srcptr=flip? &srcbuf[srcpitch*(h-1)]:srcbuf; in pixelconvert()
|
/external/libvncserver/x11vnc/misc/turbovnc/ |
D | turbojpeg.h | 122 unsigned char *srcbuf, int width, int pitch, int height, int pixelsize, 158 unsigned char *srcbuf, unsigned long size, 202 unsigned char *srcbuf, unsigned long size,
|
D | tight.c | 1404 unsigned char *srcbuf; local 1470 srcbuf = tmpbuf; 1478 srcbuf=(unsigned char *)&rfbScreen.pfbMemory[y * 1483 if(tjCompress(j, srcbuf, w, pitch, h, ps, (unsigned char *)tightAfterBuf,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_denoiser.c | 350 const uint8_t *srcbuf = src.y_buffer; in copy_frame() local 357 memcpy(destbuf, srcbuf, dest.y_width); in copy_frame() 359 srcbuf += src.y_stride; in copy_frame()
|
/external/libvncserver/libvncserver/ |
D | tight.c | 1557 unsigned char *srcbuf; in SendJpegRect() local 1625 srcbuf = tmpbuf; in SendJpegRect() 1637 srcbuf = (unsigned char *)&cl->scaledScreen->frameBuffer in SendJpegRect() 1641 if (tjCompress(j, srcbuf, w, pitch, h, ps, (unsigned char *)tightAfterBuf, in SendJpegRect()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 1262 CFX_FixedBufGrow<FX_FLOAT, 16> srcbuf(m_nComponents); in TranslateImageLine() local 1263 FX_FLOAT* src = srcbuf; in TranslateImageLine()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 17647 + unsigned char *srcbuf, int width, int pitch, int height, int pixelsize, 17653 + [INPUT] srcbuf = pointer to user-allocated image buffer containing pixels in 17702 + unsigned char *srcbuf, int width, int pitch, int height, int pixelsize, 17724 + unsigned char *srcbuf, unsigned long size, 17729 + [INPUT] srcbuf = pointer to a user-allocated buffer containing the JPEG image 17738 + unsigned char *srcbuf, unsigned long size, 17744 + unsigned char *srcbuf, unsigned long size, 17750 + [INPUT] srcbuf = pointer to a user-allocated buffer containing the JPEG image 17782 + unsigned char *srcbuf, unsigned long size,
|