Lines Matching refs:rescount
5910 SANE_Int rescount;
5954 rescount = (from_resolution / 2) + to_resolution;
5966 if (rescount >= to_resolution)
5968 rescount -= to_resolution;
5980 ((((to_resolution - rescount) * val6) +
5981 (val7 * rescount)) / to_resolution),
5983 rescount += from_resolution;
6106 rz->rescount = 0;
7129 rz->rescount += rz->resolution_y;
7131 if (rz->rescount > scan2.resolution_y)
7134 rz->rescount -= scan2.resolution_y;
7161 ((*pP1 & (0x80 >> bit)) != 0) ? rz->rescount : 0;
7164 value += (scan2.resolution_y - rz->rescount);
7181 rz->rescount) * *pP2) +
7182 (*pP1 * rz->rescount)) /
7205 rz->rescount) * data_lsb_get (pP2,
7207 (data_lsb_get (pP1, 2) * rz->rescount)) /
7237 rz->rescount += scan2.resolution_y;
7239 if (rz->rescount > rz->resolution_y)
7242 rz->rescount -= rz->resolution_y;
7265 mres = ((mask & *pP1) != 0) ? rz->rescount : 0;
7268 mres += (rz->resolution_y - rz->rescount);
7290 if (rz->rescount < scan2.resolution_y)
7300 rz->rescount) * data_lsb_get (pP2,
7302 (rz->rescount * data_lsb_get (pP1, channel_size))) /