Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:DCTSIZE

923 			PAD((compptr->width_in_blocks*cinfo->max_h_samp_factor*DCTSIZE)
933 PAD((compptr->width_in_blocks*cinfo->max_h_samp_factor*DCTSIZE)
936 _tmpbuf2[i]=(JSAMPLE *)malloc(PAD(compptr->width_in_blocks*DCTSIZE, 16)
946 PAD(compptr->width_in_blocks*DCTSIZE, 16) * row];
1098 iw[i]=compptr->width_in_blocks*DCTSIZE;
1099 ih=compptr->height_in_blocks*DCTSIZE;
1105 th[i]=compptr->v_samp_factor*DCTSIZE;
1134 row+=cinfo->max_v_samp_factor*DCTSIZE)
1159 jpeg_write_raw_data(cinfo, yuvptr, cinfo->max_v_samp_factor*DCTSIZE);
1607 _tmpbuf[i]=(JSAMPLE *)malloc(PAD(compptr->width_in_blocks*DCTSIZE, 16)
1617 PAD(compptr->width_in_blocks*DCTSIZE, 16) * row];
1709 int dctsize;
1770 dctsize=DCTSIZE*sf[sfi].num/sf[sfi].denom;
1776 iw[i]=compptr->width_in_blocks*dctsize;
1777 ih=compptr->height_in_blocks*dctsize;
1783 th[i]=compptr->v_samp_factor*dctsize;
1836 compptr->_DCT_scaled_size=dctsize;
2084 tjregion arrayRegion={0, 0, compptr->width_in_blocks*DCTSIZE,
2085 DCTSIZE};
2086 tjregion planeRegion={0, 0, compptr->width_in_blocks*DCTSIZE,
2087 compptr->height_in_blocks*DCTSIZE};
2098 arrayRegion.y+=DCTSIZE;