Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c762 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
773 tmpbuf[i] = NULL; _tmpbuf[i] = NULL; in tjEncodeYUVPlanes()
836 _tmpbuf[i] = (JSAMPLE *)malloc( in tjEncodeYUVPlanes()
840 if (!_tmpbuf[i]) in tjEncodeYUVPlanes()
848 (unsigned char *)PAD((size_t)_tmpbuf[i], 32); in tjEncodeYUVPlanes()
904 free(_tmpbuf[i]); in tjEncodeYUVPlanes()
982 JSAMPLE *_tmpbuf = NULL, *ptr; in tjCompressFromYUVPlanes() local
1046 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjCompressFromYUVPlanes()
1048 ptr = _tmpbuf; in tjCompressFromYUVPlanes()
1102 free(_tmpbuf); in tjCompressFromYUVPlanes()
[all …]