Home
last modified time | relevance | path

Searched refs:_tmpbuf (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.c677 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUV2() local
692 tmpbuf[i]=NULL; _tmpbuf[i]=NULL; in tjEncodeYUV2()
761 _tmpbuf[i]=(JSAMPLE *)malloc( in tjEncodeYUV2()
764 if(!_tmpbuf[i]) _throw("tjEncodeYUV2(): Memory allocation failure"); in tjEncodeYUV2()
770 (unsigned char *)PAD((size_t)_tmpbuf[i], 16); in tjEncodeYUV2()
822 if(_tmpbuf[i]!=NULL) free(_tmpbuf[i]); in tjEncodeYUV2()
1059 JSAMPLE *_tmpbuf=NULL, *ptr=dstBuf; JSAMPROW *tmpbuf[MAX_COMPONENTS]; in tjDecompressToYUV() local
1111 if((_tmpbuf=(JSAMPLE *)malloc(sizeof(JSAMPLE)*tmpbufsize))==NULL) in tjDecompressToYUV()
1113 ptr=_tmpbuf; in tjDecompressToYUV()
1165 if(_tmpbuf) free(_tmpbuf); in tjDecompressToYUV()