Changeset 438 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/Lib/TLibCommon/TComRom.cpp
- Timestamp:
- 23 May 2013, 15:40:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/Lib/TLibCommon/TComRom.cpp
r362 r438 62 62 g_aucConvertToBit[ i ] = c; 63 63 64 // g_auiFrameScanXY[ g_aucConvertToBit[ transformSize ] ]: zigzag scan array for transformSize 64 65 c=2; 65 66 for ( i=0; i<MAX_CU_DEPTH; i++ ) … … 76 77 Void destroyROM() 77 78 { 78 for (Int i=0; i<MAX_CU_DEPTH; i++ ) 79 Int i; 80 81 for ( i=0; i<MAX_CU_DEPTH; i++ ) 79 82 { 80 83 delete[] g_auiSigLastScan[0][i];
Note: See TracChangeset for help on using the changeset viewer.