CHECK(!(sei->m_picWidthInLumaSamples>=croppedWidth&&sei->m_picWidthInLumaSamples<=croppedWidth*16-1),"m_picWidthInLumaSamples shall be in the range of croppedWidth to croppedWidth * 16 - 1");
CHECK(!(sei->m_picHeightInLumaSamples>=croppedHeight&&sei->m_picHeightInLumaSamples<=croppedHeight*16-1),"m_picHeightInLumaSamples shall be in the range of croppedHeight to croppedHeight * 16 - 1");