Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c763 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
774 tmpbuf2[i] = NULL; _tmpbuf2[i] = NULL; outbuf[i] = NULL; in tjEncodeYUVPlanes()
859 tmpbuf2[i] = (JSAMPROW *)malloc(sizeof(JSAMPROW) * compptr->v_samp_factor); in tjEncodeYUVPlanes()
860 if (!tmpbuf2[i]) in tjEncodeYUVPlanes()
866 tmpbuf2[i][row] = in tjEncodeYUVPlanes()
889 (cinfo->downsample->downsample) (cinfo, tmpbuf, 0, tmpbuf2, 0); in tjEncodeYUVPlanes()
892 jcopy_sample_rows(tmpbuf2[i], 0, outbuf[i], in tjEncodeYUVPlanes()
905 free(tmpbuf2[i]); in tjEncodeYUVPlanes()