Changeset 445 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
- Timestamp:
- 7 Nov 2013, 08:07:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
r442 r445 175 175 } 176 176 } 177 178 #if LAYER_CTB 179 memcpy(g_auiLayerZscanToRaster[m_layerId], g_auiZscanToRaster, sizeof( g_auiZscanToRaster ) ); 180 memcpy(g_auiLayerRasterToZscan[m_layerId], g_auiRasterToZscan, sizeof( g_auiRasterToZscan ) ); 181 memcpy(g_auiLayerRasterToPelX[m_layerId], g_auiRasterToPelX, sizeof( g_auiRasterToPelX ) ); 182 memcpy(g_auiLayerRasterToPelY[m_layerId], g_auiRasterToPelY, sizeof( g_auiRasterToPelY ) ); 183 #endif 177 184 } 178 185
Note: See TracChangeset for help on using the changeset viewer.