Skip to content

Commit

Permalink
Now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Jul 6, 2017
1 parent ee6bd20 commit e184d60
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/Lib/TLibCommon/TComRom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ using namespace TComRom;
//! \{

TComRomScan::TComRomScan()
{
auiZscanToRaster[MAX_NUM_PART_IDXS_IN_CTU_WIDTH*MAX_NUM_PART_IDXS_IN_CTU_WIDTH];
auiRasterToZscan[MAX_NUM_PART_IDXS_IN_CTU_WIDTH*MAX_NUM_PART_IDXS_IN_CTU_WIDTH];
auiRasterToPelX[MAX_NUM_PART_IDXS_IN_CTU_WIDTH*MAX_NUM_PART_IDXS_IN_CTU_WIDTH];
auiRasterToPelY[MAX_NUM_PART_IDXS_IN_CTU_WIDTH*MAX_NUM_PART_IDXS_IN_CTU_WIDTH];

{
for (int i=0; i<MAX_NUM_PART_IDXS_IN_CTU_WIDTH*MAX_NUM_PART_IDXS_IN_CTU_WIDTH; i++)
{
auiZscanToRaster[i] = 0;
Expand Down

0 comments on commit e184d60

Please sign in to comment.