static WidthAndHeight sixteenToNine_p(int height) { ret new WidthAndHeight(iround(height*16.0/9), height); }