Searched refs:_tmpbuf (Results 1 – 1 of 1) sorted by relevance
872 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local886 tmpbuf[i]=NULL; _tmpbuf[i]=NULL; in tjEncodeYUVPlanes()960 _tmpbuf[i]=(JSAMPLE *)malloc( in tjEncodeYUVPlanes()963 if(!_tmpbuf[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure"); in tjEncodeYUVPlanes()969 (unsigned char *)PAD((size_t)_tmpbuf[i], 16); in tjEncodeYUVPlanes()1020 if(_tmpbuf[i]!=NULL) free(_tmpbuf[i]); in tjEncodeYUVPlanes()1090 JSAMPLE *_tmpbuf=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local1157 if((_tmpbuf=(JSAMPLE *)malloc(sizeof(JSAMPLE)*tmpbufsize))==NULL) in tjCompressFromYUVPlanes()1159 ptr=_tmpbuf; in tjCompressFromYUVPlanes()1209 if(_tmpbuf) free(_tmpbuf); in tjCompressFromYUVPlanes()[all …]