HomeSort by relevance Sort by last modified time
    Searched refs:tjMCUHeight (Results 1 - 8 of 8) sorted by null

  /external/libjpeg-turbo/doc/html/search/
variables_74.js 5 ['tjmcuheight',['tjMCUHeight',['../group___turbo_j_p_e_g.html#gabd247bb9fecb393eca57366feb8327bf',1,'turbojpeg.h']]],
all_74.js 42 ['tjmcuheight',['tjMCUHeight',['../group___turbo_j_p_e_g.html#gabd247bb9fecb393eca57366feb8327bf',1,'turbojpeg.h']]],
  /external/libvncserver/common/
turbojpeg.h 110 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16};
turbojpeg.c 198 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/
turbojpeg.h 155 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16, 8};
447 * and #tjMCUHeight.) If the image's width or height is not evenly divisible
507 * by the MCU block height (see #tjMCUHeight.)
701 * an even multiple of the MCU block height (see #tjMCUHeight), then an
771 * an even multiple of the MCU block height (see #tjMCUHeight), then an
    [all...]
turbojpeg.c 265 cinfo->comp_info[0].v_samp_factor=tjMCUHeight[subsamp]/8;
269 cinfo->comp_info[3].v_samp_factor=tjMCUHeight[subsamp]/8;
351 && dinfo->comp_info[0].v_samp_factor==tjMCUHeight[i]/8)
359 href=tjMCUWidth[i]/8; vref=tjMCUHeight[i]/8;
607 mcuh=tjMCUHeight[jpegSubsamp];
697 ph=PAD(height, tjMCUHeight[subsamp]/8);
701 retval=ph*8/tjMCUHeight[subsamp];
    [all...]
tjbench.c 585 _h=_h-(_h%tjMCUHeight[_subsamp]);
587 _w=_w-(_w%tjMCUHeight[_subsamp]);
tjunittest.c 301 int hsf=tjMCUWidth[subsamp]/8, vsf=tjMCUHeight[subsamp]/8;

Completed in 199 milliseconds