Searched refs:approx1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1521 uint32_t step, i, closest, index, approx1, approx2; local
1546 approx1 = (interval / step) * step;
1547 approx2 = approx1 + step;
1548 closest = ((interval - approx1) < (approx2 - interval)) ?
1549 approx1 : approx2;
1562 approx1 = (i > interval) ? (i - interval) : (interval - i);
1564 if (approx1 == 0) {
1569 if (approx1 < approx2) {
1570 approx2 = approx1;

Completed in 58 milliseconds