FDP1_MIN_H
pix->height = clamp(height, FDP1_MIN_H / 2, FDP1_MAX_H / 2);
pix->height = clamp(height, FDP1_MIN_H, FDP1_MAX_H);