Changeset 326 in 3DVCSoftware for branches/HTM-6.1-Cleanup/source/Lib/TLibCommon/TComPicYuv.cpp
- Timestamp:
- 16 Apr 2013, 15:04:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.1-Cleanup/source/Lib/TLibCommon/TComPicYuv.cpp
r313 r326 468 468 Void TComPicYuv::setLumaTo( Pel pVal ) 469 469 { 470 xSetPels( getLumaAddr(), getStride(), getWidth(), getHeight() >> 1, pVal );470 xSetPels( getLumaAddr(), getStride(), getWidth(), getHeight(), pVal ); 471 471 } 472 472
Note: See TracChangeset for help on using the changeset viewer.