Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dtjbench.c84 int row, col, i, dstbufalloc=0, retval=0; in decomptest() local
108 dstbufalloc=1; in decomptest()
203 if(dstbuf && dstbufalloc) {free(dstbuf); dstbuf=NULL;} in decomptest()
/external/libjpeg-turbo/
Dtjbench.c110 int row, col, iter=0, dstbufalloc=0, retval=0; in decomp() local
132 dstbufalloc=1; in decomp()
270 if(dstbuf && dstbufalloc) free(dstbuf); in decomp()