Searched refs:tmpbuf2 (Results 1 – 1 of 1) sorted by relevance
836 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local850 tmpbuf2[i]=NULL; _tmpbuf2[i]=NULL; outbuf[i]=NULL; in tjEncodeYUVPlanes()939 tmpbuf2[i]=(JSAMPROW *)malloc(sizeof(JSAMPROW)*compptr->v_samp_factor); in tjEncodeYUVPlanes()940 if(!tmpbuf2[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure"); in tjEncodeYUVPlanes()945 tmpbuf2[i][row]=&_tmpbuf2_aligned[ in tjEncodeYUVPlanes()964 (cinfo->downsample->downsample)(cinfo, tmpbuf, 0, tmpbuf2, 0); in tjEncodeYUVPlanes()966 jcopy_sample_rows(tmpbuf2[i], 0, outbuf[i], in tjEncodeYUVPlanes()983 if(tmpbuf2[i]!=NULL) free(tmpbuf2[i]); in tjEncodeYUVPlanes()