Searched refs:tmpbuf2 (Results 1 – 1 of 1) sorted by relevance
720 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local731 tmpbuf2[i] = NULL; _tmpbuf2[i] = NULL; outbuf[i] = NULL; in tjEncodeYUVPlanes()816 tmpbuf2[i] = (JSAMPROW *)malloc(sizeof(JSAMPROW) * compptr->v_samp_factor); in tjEncodeYUVPlanes()817 if (!tmpbuf2[i]) in tjEncodeYUVPlanes()823 tmpbuf2[i][row] = in tjEncodeYUVPlanes()846 (cinfo->downsample->downsample) (cinfo, tmpbuf, 0, tmpbuf2, 0); in tjEncodeYUVPlanes()849 jcopy_sample_rows(tmpbuf2[i], 0, outbuf[i], in tjEncodeYUVPlanes()862 if (tmpbuf2[i] != NULL) free(tmpbuf2[i]); in tjEncodeYUVPlanes()