Changeset 414 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon/TComTrQuant.cpp
- Timestamp:
- 8 Oct 2013, 11:25:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComTrQuant.cpp
r389 r414 2494 2494 /** set flat matrix value to quantized coefficient 2495 2495 */ 2496 #if IL_SL_SIGNALLING_N0371 2497 Void TComTrQuant::setFlatScalingList( UInt m_layerId ) 2498 #else 2496 2499 Void TComTrQuant::setFlatScalingList() 2500 #endif 2497 2501 { 2498 2502 UInt size,list; … … 2503 2507 for(list = 0; list < g_scalingListNum[size]; list++) 2504 2508 { 2509 #if IL_SL_SIGNALLING_N0371 2510 ref_scalingListDC[m_layerId][size][list] = SCALING_LIST_DC; 2511 for(UInt i=0; i<MAX_MATRIX_COEF_NUM; i++) 2512 { 2513 ref_scalingListCoef[m_layerId][size][list][i] = SCALING_LIST_DC; 2514 } 2515 #endif 2516 2505 2517 for(qp=0;qp<SCALING_LIST_REM_NUM;qp++) 2506 2518 {
Note: See TracChangeset for help on using the changeset viewer.