Searched refs:tjMCUHeight (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h110 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16}; variable
H A Dturbojpeg.c198 cinfo->comp_info[0].v_samp_factor=tjMCUHeight[subsamp]/8;
267 && dinfo->comp_info[0].v_samp_factor==tjMCUHeight[i]/8)
511 mcuh=tjMCUHeight[jpegSubsamp];
/external/libjpeg-turbo/
H A Dturbojpeg.h155 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16, 8}; variable
446 * and #tjMCUHeight.) If the image's width or height is not evenly divisible
506 * by the MCU block height (see #tjMCUHeight.)
700 * an even multiple of the MCU block height (see #tjMCUHeight), then an
770 * an even multiple of the MCU block height (see #tjMCUHeight), then an
1175 * block height (see #tjMCUHeight), then an intermediate buffer copy will be
1231 * block height (see #tjMCUHeight), then an intermediate buffer copy will be
H A Dturbojpeg.c266 cinfo->comp_info[0].v_samp_factor=tjMCUHeight[subsamp]/8;
270 cinfo->comp_info[3].v_samp_factor=tjMCUHeight[subsamp]/8;
352 && dinfo->comp_info[0].v_samp_factor==tjMCUHeight[i]/8)
360 href=tjMCUWidth[i]/8; vref=tjMCUHeight[i]/8;
380 int href=tjMCUHeight[i]/8, vref=tjMCUWidth[i]/8;
633 mcuh=tjMCUHeight[jpegSubsamp];
723 ph=PAD(height, tjMCUHeight[subsamp]/8);
727 retval=ph*8/tjMCUHeight[subsamp];
1520 compptr->v_samp_factor=(i==0)? tjMCUHeight[subsamp]/8:1;
H A Dtjbench.c603 _h=_h-(_h%tjMCUHeight[_subsamp]);
605 _w=_w-(_w%tjMCUHeight[_subsamp]);
H A Dtjunittest.c301 int hsf=tjMCUWidth[subsamp]/8, vsf=tjMCUHeight[subsamp]/8;

Completed in 594 milliseconds