DTD_FRAME_WIDTH_SHFT
return (width << DTD_FRAME_WIDTH_SHFT) | height;
return dtd->frame_width_height >> DTD_FRAME_WIDTH_SHFT;