Ignore:
Timestamp:
23 May 2013, 15:40:36 (12 years ago)
Author:
tech
Message:

Integrated 3D encoder control, camera parameters, renderer and MV fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibCommon/TComRom.cpp

    r362 r438  
    6262  g_aucConvertToBit[ i ] = c;
    6363 
     64  // g_auiFrameScanXY[ g_aucConvertToBit[ transformSize ] ]: zigzag scan array for transformSize
    6465  c=2;
    6566  for ( i=0; i<MAX_CU_DEPTH; i++ )
     
    7677Void destroyROM()
    7778{
    78   for (Int i=0; i<MAX_CU_DEPTH; i++ )
     79  Int i;
     80 
     81  for ( i=0; i<MAX_CU_DEPTH; i++ )
    7982  {
    8083    delete[] g_auiSigLastScan[0][i];
Note: See TracChangeset for help on using the changeset viewer.