Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c1570 int dctsize; in tjDecompressToYUVPlanes() local
1629 dctsize = DCTSIZE * sf[sfi].num / sf[sfi].denom; in tjDecompressToYUVPlanes()
1635 iw[i] = compptr->width_in_blocks * dctsize; in tjDecompressToYUVPlanes()
1636 ih = compptr->height_in_blocks * dctsize; in tjDecompressToYUVPlanes()
1642 th[i] = compptr->v_samp_factor * dctsize; in tjDecompressToYUVPlanes()
1695 compptr->_DCT_scaled_size = dctsize; in tjDecompressToYUVPlanes()