Lines Matching refs:iRes
1262 float iRes; /* modification for FB620S */
1266 iRes = s->hw->info.xres_range.max;
1271 while (iRes >= s->hw->info.xres_range.min)
1272 iRes /= 2;
1274 while (iRes < s->hw->info.xres_range.max)
1276 iRes *= 2;
1277 s->xres_word_list[++iCnt] = iRes;
1299 float iRes; /* modification for FB620S */
1303 iRes = s->hw->info.yres_range.max;
1308 while (iRes >= s->hw->info.yres_range.min)
1309 iRes /= 2;
1311 while (iRes < s->hw->info.yres_range.max)
1313 iRes *= 2;
1314 s->yres_word_list[++iCnt] = iRes;