Searched refs:tjMCUWidth (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 261 cinfo->comp_info[0].h_samp_factor=tjMCUWidth[subsamp]/8; in setCompDefaults() 265 cinfo->comp_info[3].h_samp_factor=tjMCUWidth[subsamp]/8; in setCompDefaults() 351 if(dinfo->comp_info[0].h_samp_factor==tjMCUWidth[i]/8 in getSubsamp() 360 href=tjMCUWidth[i]/8; vref=tjMCUHeight[i]/8; in getSubsamp() 380 int href=tjMCUHeight[i]/8, vref=tjMCUWidth[i]/8; in getSubsamp() 632 mcuw=tjMCUWidth[jpegSubsamp]; in tjBufSize() 702 pw=PAD(width, tjMCUWidth[subsamp]/8); in tjPlaneWidth() 706 retval=pw*8/tjMCUWidth[subsamp]; in tjPlaneWidth() 1505 compptr->h_samp_factor=(i==0)? tjMCUWidth[subsamp]/8:1; in setDecodeDefaults() 1869 compptr->MCU_sample_width=tjMCUWidth[jpegSubsamp]* in tjDecompressToYUVPlanes()
|
D | turbojpeg.h | 144 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8, 32}; variable
|
D | tjbench.c | 591 _w=_w-(_w%tjMCUWidth[_subsamp]); in decompTest() 597 _h=_h-(_h%tjMCUWidth[_subsamp]); in decompTest()
|
D | tjunittest.c | 301 int hsf=tjMCUWidth[subsamp]/8, vsf=tjMCUHeight[subsamp]/8; in checkBufYUV()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 100 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8}; variable
|
D | turbojpeg.c | 195 cinfo->comp_info[0].h_samp_factor=tjMCUWidth[subsamp]/8; in setCompDefaults() 266 if(dinfo->comp_info[0].h_samp_factor==tjMCUWidth[i]/8 in getSubsamp() 510 mcuw=tjMCUWidth[jpegSubsamp]; in tjBufSize()
|