Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c1066 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local
1085 yuvptr[i] = tmpbuf[i]; in tjCompressFromYUVPlanes()
1087 yuvptr[i] = &inbuf[i][crow[i]]; in tjCompressFromYUVPlanes()
1089 jpeg_write_raw_data(cinfo, yuvptr, cinfo->max_v_samp_factor * DCTSIZE); in tjCompressFromYUVPlanes()
1742 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local
1766 if (usetmpbuf) yuvptr[i] = tmpbuf[i]; in tjDecompressToYUVPlanes()
1767 else yuvptr[i] = &outbuf[i][crow[i]]; in tjDecompressToYUVPlanes()
1769 jpeg_read_raw_data(dinfo, yuvptr, in tjDecompressToYUVPlanes()