Lines Matching full:dctsize
642 compptr->width_in_blocks * DCTSIZE,
643 (JDIMENSION) (compptr->v_samp_factor*DCTSIZE));
1159 sp->scancount = DCTSIZE; /* mark buffer empty */
1335 if (sp->scancount >= DCTSIZE) {
1336 int n = sp->cinfo.d.max_v_samp_factor * DCTSIZE;
1583 if ((td->td_tilelength % (sp->v_sampling * DCTSIZE)) != 0) {
1586 sp->v_sampling * DCTSIZE);
1589 if ((td->td_tilewidth % (sp->h_sampling * DCTSIZE)) != 0) {
1592 sp->h_sampling * DCTSIZE);
1597 (td->td_rowsperstrip % (sp->v_sampling * DCTSIZE)) != 0) {
1600 sp->v_sampling * DCTSIZE);
1877 int padding = (int) (compptr->width_in_blocks * DCTSIZE -
1905 if (sp->scancount >= DCTSIZE) {
1906 int n = sp->cinfo.c.max_v_samp_factor * DCTSIZE;
1938 tmsize_t row_width = compptr->width_in_blocks * DCTSIZE
1941 ypos < DCTSIZE * vsamp; ypos++) {
1948 n = sp->cinfo.c.max_v_samp_factor * DCTSIZE;
2122 s = TIFFroundup_32(s, td->td_ycbcrsubsampling[1] * DCTSIZE);
2133 *tw = TIFFroundup_32(*tw, td->td_ycbcrsubsampling[0] * DCTSIZE);
2134 *th = TIFFroundup_32(*th, td->td_ycbcrsubsampling[1] * DCTSIZE);