Home
last modified time | relevance | path

Searched refs:tjPixelSize (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/test/
Dtjunittest.c78 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()
Dtjbench.c86 int ps=tjPixelSize[pf]; in decomptest()
217 int ps=tjPixelSize[pf], ntilesw=1, ntilesh=1, pitch=w*ps; in dotest()
/external/libvncserver/common/
Dturbojpeg.c182 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()
Dturbojpeg.h220 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4}; variable