Searched refs:hsf (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/
H A Djdapistd.c221 int hsf = (cinfo->comps_in_scan == 1 && cinfo->num_components == 1) ? local
237 (JDIMENSION) (long) (*xoffset * hsf) / (long) align;
240 hsf),
H A Dtjunittest.c301 int hsf=tjMCUWidth[subsamp]/8, vsf=tjMCUHeight[subsamp]/8; local
302 int pw=PAD(w, hsf), ph=PAD(h, vsf);
303 int cw=pw/hsf, ch=ph/vsf;
333 if(((row*vsf/blocksize)+(col*hsf/blocksize))%2==0)
/external/libjpeg-turbo/java/
H A DTJUnitTest.java530 int hsf = TJ.getMCUWidth(subsamp) / 8, vsf = TJ.getMCUHeight(subsamp) / 8;
531 int pw = PAD(w, hsf), ph = PAD(h, vsf);
532 int cw = pw / hsf, ch = ph / vsf;
567 if (((row * vsf / blockSize) + (col * hsf / blockSize)) % 2 == 0) {

Completed in 148 milliseconds