Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c1085 tmpbufsize=0, usetmpbuf=0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local
1138 if(iw[i]!=pw[i] || ih!=ph[i]) usetmpbuf=1; in tjCompressFromYUVPlanes()
1150 if(usetmpbuf) in tjCompressFromYUVPlanes()
1182 if(usetmpbuf) in tjCompressFromYUVPlanes()
1758 tmpbufsize=0, usetmpbuf=0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local
1832 if(iw[i]!=pw[i] || ih!=ph[i]) usetmpbuf=1; in tjDecompressToYUVPlanes()
1844 if(usetmpbuf) in tjDecompressToYUVPlanes()
1899 if(usetmpbuf) yuvptr[i]=tmpbuf[i]; in tjDecompressToYUVPlanes()
1904 if(usetmpbuf) in tjDecompressToYUVPlanes()