Lines Matching refs:mn
503 int mn, mx;510 mn = mx = block[3];514 if (val < mn)515 mn = val;523 dst[1] = (uint8_t) mn;527 if (mn == mx)531 * Given the choice of mx/mn, these indices are optimal:533 dist = mx - mn;538 bias = dist - 1 - mn * 7;540 bias = dist / 2 + 2 - mn * 7;