Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c719 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
731 tmpbuf2[i] = NULL; _tmpbuf2[i] = NULL; outbuf[i] = NULL; in tjEncodeYUVPlanes()
811 _tmpbuf2[i] = in tjEncodeYUVPlanes()
814 if (!_tmpbuf2[i]) in tjEncodeYUVPlanes()
821 (unsigned char *)PAD((size_t)_tmpbuf2[i], 32); in tjEncodeYUVPlanes()
863 if (_tmpbuf2[i] != NULL) free(_tmpbuf2[i]); in tjEncodeYUVPlanes()