Searched refs:tjPixelSize (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/test/ |
D | tjunittest.c | 78 int ps=tjPixelSize[pf]; in initBuf() 150 int ps=tjPixelSize[pf]; in checkBuf() 249 if((srcBuf=(unsigned char *)malloc(w*h*tjPixelSize[pf]))==NULL) in compTest() 293 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf]; in _decompTest()
|
D | tjbench.c | 86 int ps=tjPixelSize[pf]; in decomptest() 217 int ps=tjPixelSize[pf], ntilesw=1, ntilesh=1, pitch=w*ps; in dotest()
|
/external/libvncserver/common/ |
D | turbojpeg.c | 182 cinfo->input_components=tjPixelSize[pixelFormat]; in setCompDefaults() 559 if(pitch==0) pitch=width*tjPixelSize[pixelFormat]; in tjCompress2() 799 if(pitch==0) pitch=dinfo->output_width*tjPixelSize[pixelFormat]; in tjDecompress2() 806 RGB_PIXELSIZE!=tjPixelSize[pixelFormat])) in tjDecompress2()
|
D | turbojpeg.h | 220 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4}; variable
|