Searched refs:rps (Results 1 – 5 of 5) sorted by relevance
206 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64() local207 if (rps > td->td_imagelength) in TIFFStripSize64()208 rps = td->td_imagelength; in TIFFStripSize64()209 return (TIFFVStripSize64(tif, rps)); in TIFFStripSize64()
112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time)); in stop() local117 rps, in stop()121 rps, in stop()
116 double rps = ((double) (ROUNDS * 1000)) / ((double) (now() - start_time)); in stop() local121 rps, in stop()125 rps, in stop()
144 unsigned char rps; /* rotations per second */ member