Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:_tmpbuf

835 	JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS];
849 tmpbuf[i]=NULL; _tmpbuf[i]=NULL;
922 _tmpbuf[i]=(JSAMPLE *)malloc(
925 if(!_tmpbuf[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure");
931 (unsigned char *)PAD((size_t)_tmpbuf[i], 16);
982 if(_tmpbuf[i]!=NULL) free(_tmpbuf[i]);
1051 JSAMPLE *_tmpbuf=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS];
1118 if((_tmpbuf=(JSAMPLE *)malloc(sizeof(JSAMPLE)*tmpbufsize))==NULL)
1120 ptr=_tmpbuf;
1170 if(_tmpbuf) free(_tmpbuf);
1507 JSAMPLE *_tmpbuf[MAX_COMPONENTS];
1523 tmpbuf[i]=NULL; _tmpbuf[i]=NULL; inbuf[i]=NULL;
1607 _tmpbuf[i]=(JSAMPLE *)malloc(PAD(compptr->width_in_blocks*DCTSIZE, 16)
1609 if(!_tmpbuf[i]) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1615 (unsigned char *)PAD((size_t)_tmpbuf[i], 16);
1657 if(_tmpbuf[i]!=NULL) free(_tmpbuf[i]);
1708 JSAMPLE *_tmpbuf=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS];
1796 if((_tmpbuf=(JSAMPLE *)malloc(sizeof(JSAMPLE)*tmpbufsize))==NULL)
1798 ptr=_tmpbuf;
1869 if(_tmpbuf) free(_tmpbuf);