Searched refs:tmpbuf2 (Results 1 – 1 of 1) sorted by relevance
873 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local887 tmpbuf2[i]=NULL; _tmpbuf2[i]=NULL; outbuf[i]=NULL; in tjEncodeYUVPlanes()977 tmpbuf2[i]=(JSAMPROW *)malloc(sizeof(JSAMPROW)*compptr->v_samp_factor); in tjEncodeYUVPlanes()978 if(!tmpbuf2[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure"); in tjEncodeYUVPlanes()983 tmpbuf2[i][row]=&_tmpbuf2_aligned[ in tjEncodeYUVPlanes()1002 (cinfo->downsample->downsample)(cinfo, tmpbuf, 0, tmpbuf2, 0); in tjEncodeYUVPlanes()1004 jcopy_sample_rows(tmpbuf2[i], 0, outbuf[i], in tjEncodeYUVPlanes()1021 if(tmpbuf2[i]!=NULL) free(tmpbuf2[i]); in tjEncodeYUVPlanes()