Changeset 1289 in SHVCSoftware for branches/SHM-dev/source/App/utils
- Timestamp:
- 18 Jul 2015, 00:52:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/utils/convert_NtoMbit_YCbCr.cpp
r1246 r1289 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 105 105 106 106 TComPicYuv frame; 107 frame.create( width, height, chromaFormatIDC, 1, 1, 0);107 frame.create( width, height, chromaFormatIDC, width, height, 0, false); 108 108 109 109 Int pad[2] = {0, 0}; 110 110 111 111 TComPicYuv cPicYuvTrueOrg; 112 cPicYuvTrueOrg.create( width, height, chromaFormatIDC, 1, 1, 0);112 cPicYuvTrueOrg.create( width, height, chromaFormatIDC, width, height, 0, false ); 113 113 114 114 UInt num_frames_processed = 0;
Note: See TracChangeset for help on using the changeset viewer.