Changeset 1427 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 5 Aug 2015, 20:04:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1422 r1427 3161 3161 if (conversion!=IPCOLOURSPACE_UNCHANGED) 3162 3162 { 3163 cscd.create (pcPicD->getWidth(COMPONENT_Y), pcPicD->getHeight(COMPONENT_Y), pcPicD->getChromaFormat(), pcPicD->getWidth(COMPONENT_Y), pcPicD->getHeight(COMPONENT_Y), 0, false);3163 cscd.createWithoutCUInfo(pcPicD->getWidth(COMPONENT_Y), pcPicD->getHeight(COMPONENT_Y), pcPicD->getChromaFormat() ); 3164 3164 TVideoIOYuv::ColourSpaceConvert(*pcPicD, cscd, conversion, false); 3165 3165 } … … 3367 3367 { 3368 3368 TComPicYuv &reconField=*(apcPicRecFields[fieldNum]); 3369 cscd[fieldNum].create (reconField.getWidth(COMPONENT_Y), reconField.getHeight(COMPONENT_Y), reconField.getChromaFormat(), reconField.getWidth(COMPONENT_Y), reconField.getHeight(COMPONENT_Y), 0, false);3369 cscd[fieldNum].createWithoutCUInfo(reconField.getWidth(COMPONENT_Y), reconField.getHeight(COMPONENT_Y), reconField.getChromaFormat() ); 3370 3370 TVideoIOYuv::ColourSpaceConvert(reconField, cscd[fieldNum], conversion, false); 3371 3371 apcPicRecFields[fieldNum]=cscd+fieldNum;
Note: See TracChangeset for help on using the changeset viewer.