Home
last modified time | relevance | path

Searched refs:dctsize (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.c1709 int dctsize; in tjDecompressToYUVPlanes() local
1770 dctsize=DCTSIZE*sf[sfi].num/sf[sfi].denom; in tjDecompressToYUVPlanes()
1776 iw[i]=compptr->width_in_blocks*dctsize; in tjDecompressToYUVPlanes()
1777 ih=compptr->height_in_blocks*dctsize; in tjDecompressToYUVPlanes()
1783 th[i]=compptr->v_samp_factor*dctsize; in tjDecompressToYUVPlanes()
1836 compptr->_DCT_scaled_size=dctsize; in tjDecompressToYUVPlanes()