JPU_WIDTH_MAX
jpu_bound_align_image(&pix->width, JPU_WIDTH_MIN, JPU_WIDTH_MAX,
bpl = clamp_t(unsigned int, bpl, w, JPU_WIDTH_MAX);