CTD_PIXEL_COUNT_SHFT
return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count;
return ctd->pixel_line_count >> CTD_PIXEL_COUNT_SHFT;