Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c728 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
740 tmpbuf2[i] = NULL; _tmpbuf2[i] = NULL; outbuf[i] = NULL; in tjEncodeYUVPlanes()
820 _tmpbuf2[i] = in tjEncodeYUVPlanes()
823 if (!_tmpbuf2[i]) in tjEncodeYUVPlanes()
830 (unsigned char *)PAD((size_t)_tmpbuf2[i], 32); in tjEncodeYUVPlanes()
872 if (_tmpbuf2[i] != NULL) free(_tmpbuf2[i]); in tjEncodeYUVPlanes()