const MAX_PIX_DIMENSION_PRODUCT_FACTOR: usize = 4;Expand description
Headroom over the profiled dimension product that PixGlobalConfig will accept.
See validate_pix_dimension_product for why the ceiling is on the product and why this
multiple does not have to move when the polynomial/threshold split is re-tuned.