Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjbench.c169 double startDecode; in decomp() local
173 startDecode=gettime(); in decomp()
177 if(iter>=0) elapsedDecode+=gettime()-startDecode; in decomp()
/external/libjpeg-turbo/java/
DTJBench.java183 double startDecode = getTime(); in decomp() local
187 elapsedDecode += getTime() - startDecode; in decomp()