Lines Matching defs:min
973 polyfil_cur = 0x60; /* r25[6:5]:min */
985 polyfil_cur = 0x60; /* r25[6:5]:min */
997 polyfil_cur = 0x60; /* r25[6:5]:min */
1010 polyfil_cur = 0x60; /* r25[6:5]:min */
1030 polyfil_cur = 0x60; /* r25[6:5]:min */
1043 polyfil_cur = 0x60; /* r25[6:5]:min */
1055 polyfil_cur = 0x60; /* r25[6:5]:min */
1523 u8 data[2], min = 255, max = 0;
1534 if (data[1] < min)
1535 min = data[1];
1540 rc = sum - max - min;
1636 * with min value:
1637 * new < min => update to min and continue
1638 * new > min => Exit
1641 /* min value already saved in iq[0] */
1747 /* Try X-1 column and save min result to compare_bet[0] */
1764 /* Try X column and save min result to compare_bet[1] */
1777 /* Try X+1 column and save min result to compare_bet[2] */
1845 /* compare and find min of 3 points. determine i/q direction */
1848 /* increase step to find min value of this direction */
1859 /* compare and find min of 3 points. determine i/q direction */
1862 /* increase step to find min value on this direction */
1898 * try (x-1), (x), (x+1) columns, and find min IMR result point