Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c1627 int dctsize; in tjDecompressToYUVPlanes() local
1695 dctsize = DCTSIZE * sf[sfi].num / sf[sfi].denom; in tjDecompressToYUVPlanes()
1701 iw[i] = compptr->width_in_blocks * dctsize; in tjDecompressToYUVPlanes()
1702 ih = compptr->height_in_blocks * dctsize; in tjDecompressToYUVPlanes()
1706 th[i] = compptr->v_samp_factor * dctsize; in tjDecompressToYUVPlanes()
1759 compptr->_DCT_scaled_size = dctsize; in tjDecompressToYUVPlanes()