source: 3DVCSoftware/branches/HTM-DEV-0.3-dev1/source/Lib/TLibCommon/TComSlice.cpp @ 473

Last change on this file since 473 was 473, checked in by tech, 11 years ago

Included fixes for memory leaks and gcc-4.6.3 compiler warnings.

  • Property svn:eol-style set to native
File size: 80.8 KB
Line 
1/* The copyright in this software is being made available under the BSD
2 * License, included below. This software may be subject to other third party
3 * and contributor rights, including patent rights, and no such rights are
4 * granted under this license. 
5 *
6 * Copyright (c) 2010-2013, ITU/ISO/IEC
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions are met:
11 *
12 *  * Redistributions of source code must retain the above copyright notice,
13 *    this list of conditions and the following disclaimer.
14 *  * Redistributions in binary form must reproduce the above copyright notice,
15 *    this list of conditions and the following disclaimer in the documentation
16 *    and/or other materials provided with the distribution.
17 *  * Neither the name of the ITU/ISO/IEC nor the names of its contributors may
18 *    be used to endorse or promote products derived from this software without
19 *    specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
25 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 * THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34/** \file     TComSlice.cpp
35    \brief    slice header and SPS class
36*/
37
38#include "CommonDef.h"
39#include "TComSlice.h"
40#include "TComPic.h"
41#include "TLibEncoder/TEncSbac.h"
42#include "TLibDecoder/TDecSbac.h"
43
44//! \ingroup TLibCommon
45//! \{
46
47TComSlice::TComSlice()
48: m_iPPSId                        ( -1 )
49, m_iPOC                          ( 0 )
50, m_iLastIDR                      ( 0 )
51, m_eNalUnitType                  ( NAL_UNIT_CODED_SLICE_IDR_W_RADL )
52, m_eSliceType                    ( I_SLICE )
53, m_iSliceQp                      ( 0 )
54, m_dependentSliceSegmentFlag            ( false )
55#if ADAPTIVE_QP_SELECTION
56, m_iSliceQpBase                  ( 0 )
57#endif
58, m_deblockingFilterDisable        ( false )
59, m_deblockingFilterOverrideFlag   ( false )
60, m_deblockingFilterBetaOffsetDiv2 ( 0 )
61, m_deblockingFilterTcOffsetDiv2   ( 0 )
62#if !L0034_COMBINED_LIST_CLEANUP
63, m_bRefPicListModificationFlagLC ( false )
64, m_bRefPicListCombinationFlag    ( false )
65#endif
66, m_bCheckLDC                     ( false )
67, m_iSliceQpDelta                 ( 0 )
68, m_iSliceQpDeltaCb               ( 0 )
69, m_iSliceQpDeltaCr               ( 0 )
70, m_iDepth                        ( 0 )
71, m_bRefenced                     ( false )
72, m_pcSPS                         ( NULL )
73, m_pcPPS                         ( NULL )
74, m_pcPic                         ( NULL )
75#if H_3D
76, m_picLists                      ( NULL )
77#endif
78, m_colFromL0Flag                 ( 1 )
79, m_colRefIdx                     ( 0 )
80#if SAO_CHROMA_LAMBDA
81, m_dLambdaLuma( 0.0 )
82, m_dLambdaChroma( 0.0 )
83#else
84, m_dLambda                       ( 0.0 )
85#endif
86#if !L0034_COMBINED_LIST_CLEANUP
87, m_bNoBackPredFlag               ( false )
88#endif
89, m_uiTLayer                      ( 0 )
90, m_bTLayerSwitchingFlag          ( false )
91, m_sliceMode                   ( 0 )
92, m_sliceArgument               ( 0 )
93, m_sliceCurStartCUAddr         ( 0 )
94, m_sliceCurEndCUAddr           ( 0 )
95, m_sliceIdx                    ( 0 )
96, m_sliceSegmentMode            ( 0 )
97, m_sliceSegmentArgument        ( 0 )
98, m_sliceSegmentCurStartCUAddr  ( 0 )
99, m_sliceSegmentCurEndCUAddr    ( 0 )
100, m_nextSlice                    ( false )
101, m_nextSliceSegment             ( false )
102, m_sliceBits                   ( 0 )
103, m_sliceSegmentBits         ( 0 )
104, m_bFinalized                    ( false )
105, m_uiTileOffstForMultES          ( 0 )
106, m_puiSubstreamSizes             ( NULL )
107, m_cabacInitFlag                 ( false )
108, m_bLMvdL1Zero                   ( false )
109, m_numEntryPointOffsets          ( 0 )
110, m_temporalLayerNonReferenceFlag ( false )
111, m_enableTMVPFlag                ( true )
112#if H_MV
113, m_layerId                       (0)
114, m_viewId                        (0)
115#if H_3D
116, m_viewIndex                     (0)
117, m_isDepth                       (false)
118#endif
119#endif
120{
121#if L0034_COMBINED_LIST_CLEANUP
122  m_aiNumRefIdx[0] = m_aiNumRefIdx[1] = 0;
123#else
124  m_aiNumRefIdx[0] = m_aiNumRefIdx[1] = m_aiNumRefIdx[2] = 0;
125#endif
126 
127  initEqualRef();
128 
129#if L0034_COMBINED_LIST_CLEANUP
130  for ( Int idx = 0; idx < MAX_NUM_REF; idx++ )
131  {
132    m_list1IdxToList0Idx[idx] = -1;
133  }
134#else
135  for(Int iNumCount = 0; iNumCount < MAX_NUM_REF_LC; iNumCount++)
136  {
137    m_iRefIdxOfLC[REF_PIC_LIST_0][iNumCount]=-1;
138    m_iRefIdxOfLC[REF_PIC_LIST_1][iNumCount]=-1;
139    m_eListIdFromIdxOfLC[iNumCount]=0;
140    m_iRefIdxFromIdxOfLC[iNumCount]=0;
141    m_iRefIdxOfL0FromRefIdxOfL1[iNumCount] = -1;
142    m_iRefIdxOfL1FromRefIdxOfL0[iNumCount] = -1;
143  }   
144#endif
145  for(Int iNumCount = 0; iNumCount < MAX_NUM_REF; iNumCount++)
146  {
147    m_apcRefPicList [0][iNumCount] = NULL;
148    m_apcRefPicList [1][iNumCount] = NULL;
149    m_aiRefPOCList  [0][iNumCount] = 0;
150    m_aiRefPOCList  [1][iNumCount] = 0;
151#if H_MV
152    m_aiRefLayerIdList[0][iNumCount] = 0;
153    m_aiRefLayerIdList[1][iNumCount] = 0;
154#endif
155  }
156  resetWpScaling();
157  initWpAcDcParam();
158  m_saoEnabledFlag = false;
159}
160
161TComSlice::~TComSlice()
162{
163  delete[] m_puiSubstreamSizes;
164  m_puiSubstreamSizes = NULL;
165}
166
167
168Void TComSlice::initSlice()
169{
170  m_aiNumRefIdx[0]      = 0;
171  m_aiNumRefIdx[1]      = 0;
172 
173  m_colFromL0Flag = 1;
174 
175  m_colRefIdx = 0;
176  initEqualRef();
177#if !L0034_COMBINED_LIST_CLEANUP
178  m_bNoBackPredFlag = false;
179  m_bRefPicListCombinationFlag = false;
180  m_bRefPicListModificationFlagLC = false;
181#endif
182  m_bCheckLDC = false;
183  m_iSliceQpDeltaCb = 0;
184  m_iSliceQpDeltaCr = 0;
185
186#if !L0034_COMBINED_LIST_CLEANUP
187  m_aiNumRefIdx[REF_PIC_LIST_C]      = 0;
188#endif
189
190  m_maxNumMergeCand = MRG_MAX_NUM_CANDS;
191
192  m_bFinalized=false;
193
194  m_tileByteLocation.clear();
195  m_cabacInitFlag        = false;
196  m_numEntryPointOffsets = 0;
197  m_enableTMVPFlag = true;
198}
199
200Bool TComSlice::getRapPicFlag()
201{
202  return getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_W_RADL
203      || getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_N_LP
204      || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_N_LP
205      || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
206      || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP
207      || getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA;
208}
209
210/**
211 - allocate table to contain substream sizes to be written to the slice header.
212 .
213 \param uiNumSubstreams Number of substreams -- the allocation will be this value - 1.
214 */
215Void  TComSlice::allocSubstreamSizes(UInt uiNumSubstreams)
216{
217  delete[] m_puiSubstreamSizes;
218  m_puiSubstreamSizes = new UInt[uiNumSubstreams > 0 ? uiNumSubstreams-1 : 0];
219}
220
221Void  TComSlice::sortPicList        (TComList<TComPic*>& rcListPic)
222{
223  TComPic*    pcPicExtract;
224  TComPic*    pcPicInsert;
225 
226  TComList<TComPic*>::iterator    iterPicExtract;
227  TComList<TComPic*>::iterator    iterPicExtract_1;
228  TComList<TComPic*>::iterator    iterPicInsert;
229 
230  for (Int i = 1; i < (Int)(rcListPic.size()); i++)
231  {
232    iterPicExtract = rcListPic.begin();
233    for (Int j = 0; j < i; j++) iterPicExtract++;
234    pcPicExtract = *(iterPicExtract);
235    pcPicExtract->setCurrSliceIdx(0);
236   
237    iterPicInsert = rcListPic.begin();
238    while (iterPicInsert != iterPicExtract)
239    {
240      pcPicInsert = *(iterPicInsert);
241      pcPicInsert->setCurrSliceIdx(0);
242      if (pcPicInsert->getPOC() >= pcPicExtract->getPOC())
243      {
244        break;
245      }
246     
247      iterPicInsert++;
248    }
249   
250    iterPicExtract_1 = iterPicExtract;    iterPicExtract_1++;
251   
252    //  swap iterPicExtract and iterPicInsert, iterPicExtract = curr. / iterPicInsert = insertion position
253    rcListPic.insert (iterPicInsert, iterPicExtract, iterPicExtract_1);
254    rcListPic.erase  (iterPicExtract);
255  }
256}
257
258TComPic* TComSlice::xGetRefPic (TComList<TComPic*>& rcListPic,
259                                Int                 poc)
260{
261  TComList<TComPic*>::iterator  iterPic = rcListPic.begin(); 
262  TComPic*                      pcPic = *(iterPic);
263  while ( iterPic != rcListPic.end() )
264  {
265    if(pcPic->getPOC() == poc)
266    {
267      break;
268    }
269    iterPic++;
270    pcPic = *(iterPic);
271  }
272  return  pcPic;
273}
274
275
276TComPic* TComSlice::xGetLongTermRefPic(TComList<TComPic*>& rcListPic, Int poc, Bool pocHasMsb)
277{
278  TComList<TComPic*>::iterator  iterPic = rcListPic.begin(); 
279  TComPic*                      pcPic = *(iterPic);
280  TComPic*                      pcStPic = pcPic;
281 
282  Int pocCycle = 1 << getSPS()->getBitsForPOC();
283  if (!pocHasMsb)
284  {
285    poc = poc % pocCycle;
286  }
287 
288  while ( iterPic != rcListPic.end() )
289  {
290    pcPic = *(iterPic);
291    if (pcPic && pcPic->getPOC()!=this->getPOC() && pcPic->getSlice( 0 )->isReferenced())
292    {
293      Int picPoc = pcPic->getPOC();
294      if (!pocHasMsb)
295      {
296        picPoc = picPoc % pocCycle;
297      }
298     
299      if (poc == picPoc)
300    {
301      if(pcPic->getIsLongTerm())
302      {
303        return pcPic;
304      }
305      else
306      {
307        pcStPic = pcPic;
308      }
309      break;
310    }
311    }
312
313    iterPic++;
314  }
315 
316  return  pcStPic;
317}
318
319Void TComSlice::setRefPOCList       ()
320{
321  for (Int iDir = 0; iDir < 2; iDir++)
322  {
323    for (Int iNumRefIdx = 0; iNumRefIdx < m_aiNumRefIdx[iDir]; iNumRefIdx++)
324    {
325      m_aiRefPOCList[iDir][iNumRefIdx] = m_apcRefPicList[iDir][iNumRefIdx]->getPOC();
326#if H_MV
327      m_aiRefLayerIdList[iDir][iNumRefIdx] = m_apcRefPicList[iDir][iNumRefIdx]->getLayerId();
328#endif
329    }
330  }
331
332}
333
334#if L0034_COMBINED_LIST_CLEANUP
335Void TComSlice::setList1IdxToList0Idx()
336{
337  Int idxL0, idxL1;
338  for ( idxL1 = 0; idxL1 < getNumRefIdx( REF_PIC_LIST_1 ); idxL1++ )
339  {
340    m_list1IdxToList0Idx[idxL1] = -1;
341    for ( idxL0 = 0; idxL0 < getNumRefIdx( REF_PIC_LIST_0 ); idxL0++ )
342    {
343      if ( m_apcRefPicList[REF_PIC_LIST_0][idxL0]->getPOC() == m_apcRefPicList[REF_PIC_LIST_1][idxL1]->getPOC() )
344      {
345        m_list1IdxToList0Idx[idxL1] = idxL0;
346        break;
347      }
348    }
349  }
350}
351#else
352Void TComSlice::generateCombinedList()
353{
354  if(m_aiNumRefIdx[REF_PIC_LIST_C] > 0)
355  {
356    m_aiNumRefIdx[REF_PIC_LIST_C]=0;
357    for(Int iNumCount = 0; iNumCount < MAX_NUM_REF_LC; iNumCount++)
358    {
359      m_iRefIdxOfLC[REF_PIC_LIST_0][iNumCount]=-1;
360      m_iRefIdxOfLC[REF_PIC_LIST_1][iNumCount]=-1;
361      m_eListIdFromIdxOfLC[iNumCount]=0;
362      m_iRefIdxFromIdxOfLC[iNumCount]=0;
363      m_iRefIdxOfL0FromRefIdxOfL1[iNumCount] = -1;
364      m_iRefIdxOfL1FromRefIdxOfL0[iNumCount] = -1;
365    }
366
367    for (Int iNumRefIdx = 0; iNumRefIdx < MAX_NUM_REF; iNumRefIdx++)
368    {
369      if(iNumRefIdx < m_aiNumRefIdx[REF_PIC_LIST_0])
370      {
371        Bool bTempRefIdxInL2 = true;
372        for ( Int iRefIdxLC = 0; iRefIdxLC < m_aiNumRefIdx[REF_PIC_LIST_C]; iRefIdxLC++ )
373        {
374#if H_MV
375          if ( m_apcRefPicList[REF_PIC_LIST_0][iNumRefIdx]->getPOC() == m_apcRefPicList[m_eListIdFromIdxOfLC[iRefIdxLC]][m_iRefIdxFromIdxOfLC[iRefIdxLC]]->getPOC() &&
376               m_apcRefPicList[REF_PIC_LIST_0][iNumRefIdx]->getLayerId() == m_apcRefPicList[m_eListIdFromIdxOfLC[iRefIdxLC]][m_iRefIdxFromIdxOfLC[iRefIdxLC]]->getLayerId() )
377#else
378          if ( m_apcRefPicList[REF_PIC_LIST_0][iNumRefIdx]->getPOC() == m_apcRefPicList[m_eListIdFromIdxOfLC[iRefIdxLC]][m_iRefIdxFromIdxOfLC[iRefIdxLC]]->getPOC() )
379#endif
380          {
381            m_iRefIdxOfL1FromRefIdxOfL0[iNumRefIdx] = m_iRefIdxFromIdxOfLC[iRefIdxLC];
382            m_iRefIdxOfL0FromRefIdxOfL1[m_iRefIdxFromIdxOfLC[iRefIdxLC]] = iNumRefIdx;
383            bTempRefIdxInL2 = false;
384            break;
385          }
386        }
387
388        if(bTempRefIdxInL2 == true)
389        { 
390          m_eListIdFromIdxOfLC[m_aiNumRefIdx[REF_PIC_LIST_C]] = REF_PIC_LIST_0;
391          m_iRefIdxFromIdxOfLC[m_aiNumRefIdx[REF_PIC_LIST_C]] = iNumRefIdx;
392          m_iRefIdxOfLC[REF_PIC_LIST_0][iNumRefIdx] = m_aiNumRefIdx[REF_PIC_LIST_C]++;
393        }
394      }
395
396      if(iNumRefIdx < m_aiNumRefIdx[REF_PIC_LIST_1])
397      {
398        Bool bTempRefIdxInL2 = true;
399        for ( Int iRefIdxLC = 0; iRefIdxLC < m_aiNumRefIdx[REF_PIC_LIST_C]; iRefIdxLC++ )
400        {
401#if H_MV
402          if ( m_apcRefPicList[REF_PIC_LIST_1][iNumRefIdx]->getPOC() == m_apcRefPicList[m_eListIdFromIdxOfLC[iRefIdxLC]][m_iRefIdxFromIdxOfLC[iRefIdxLC]]->getPOC() &&
403               m_apcRefPicList[REF_PIC_LIST_1][iNumRefIdx]->getLayerId() == m_apcRefPicList[m_eListIdFromIdxOfLC[iRefIdxLC]][m_iRefIdxFromIdxOfLC[iRefIdxLC]]->getLayerId() )
404#else
405          if ( m_apcRefPicList[REF_PIC_LIST_1][iNumRefIdx]->getPOC() == m_apcRefPicList[m_eListIdFromIdxOfLC[iRefIdxLC]][m_iRefIdxFromIdxOfLC[iRefIdxLC]]->getPOC() )
406#endif
407          {
408            m_iRefIdxOfL0FromRefIdxOfL1[iNumRefIdx] = m_iRefIdxFromIdxOfLC[iRefIdxLC];
409            m_iRefIdxOfL1FromRefIdxOfL0[m_iRefIdxFromIdxOfLC[iRefIdxLC]] = iNumRefIdx;
410            bTempRefIdxInL2 = false;
411            break;
412          }
413        }
414        if(bTempRefIdxInL2 == true)
415        {
416          m_eListIdFromIdxOfLC[m_aiNumRefIdx[REF_PIC_LIST_C]] = REF_PIC_LIST_1;
417          m_iRefIdxFromIdxOfLC[m_aiNumRefIdx[REF_PIC_LIST_C]] = iNumRefIdx;
418          m_iRefIdxOfLC[REF_PIC_LIST_1][iNumRefIdx] = m_aiNumRefIdx[REF_PIC_LIST_C]++;
419        }
420      }
421    }
422  }
423}
424#endif
425
426#if H_MV
427Void TComSlice::setRefPicList( TComList<TComPic*>& rcListPic, std::vector<TComPic*>& refPicSetInterLayer , Bool checkNumPocTotalCurr)
428#else
429#if FIX1071
430Void TComSlice::setRefPicList( TComList<TComPic*>& rcListPic, Bool checkNumPocTotalCurr )
431#else
432Void TComSlice::setRefPicList( TComList<TComPic*>& rcListPic )
433#endif
434#endif
435{
436#if FIX1071
437  if (!checkNumPocTotalCurr)
438#endif
439  {
440    if (m_eSliceType == I_SLICE)
441    {
442      ::memset( m_apcRefPicList, 0, sizeof (m_apcRefPicList));
443      ::memset( m_aiNumRefIdx,   0, sizeof ( m_aiNumRefIdx ));
444     
445      return;
446    }
447   
448#if !H_MV
449    m_aiNumRefIdx[0] = getNumRefIdx(REF_PIC_LIST_0);
450    m_aiNumRefIdx[1] = getNumRefIdx(REF_PIC_LIST_1);
451#endif
452  }
453
454  TComPic*  pcRefPic= NULL;
455  TComPic*  RefPicSetStCurr0[16];
456  TComPic*  RefPicSetStCurr1[16];
457  TComPic*  RefPicSetLtCurr[16];
458  UInt NumPocStCurr0 = 0;
459  UInt NumPocStCurr1 = 0;
460  UInt NumPocLtCurr = 0;
461#if H_MV
462  Int numDirectRefLayers  = getVPS()->getNumDirectRefLayers( getLayerIdInVps() );
463  assert( numDirectRefLayers == refPicSetInterLayer.size() ); 
464#endif
465  Int i;
466  for(i=0; i < m_pcRPS->getNumberOfNegativePictures(); i++)
467  {
468    if(m_pcRPS->getUsed(i))
469    {
470      pcRefPic = xGetRefPic(rcListPic, getPOC()+m_pcRPS->getDeltaPOC(i));
471      pcRefPic->setIsLongTerm(0);
472      pcRefPic->getPicYuvRec()->extendPicBorder();
473      RefPicSetStCurr0[NumPocStCurr0] = pcRefPic;
474      NumPocStCurr0++;
475      pcRefPic->setCheckLTMSBPresent(false); 
476    }
477  }
478 
479  for(; i < m_pcRPS->getNumberOfNegativePictures()+m_pcRPS->getNumberOfPositivePictures(); i++)
480  {
481    if(m_pcRPS->getUsed(i))
482    {
483      pcRefPic = xGetRefPic(rcListPic, getPOC()+m_pcRPS->getDeltaPOC(i));
484      pcRefPic->setIsLongTerm(0);
485      pcRefPic->getPicYuvRec()->extendPicBorder();
486      RefPicSetStCurr1[NumPocStCurr1] = pcRefPic;
487      NumPocStCurr1++;
488      pcRefPic->setCheckLTMSBPresent(false); 
489    }
490  }
491 
492  for(i = m_pcRPS->getNumberOfNegativePictures()+m_pcRPS->getNumberOfPositivePictures()+m_pcRPS->getNumberOfLongtermPictures()-1; i > m_pcRPS->getNumberOfNegativePictures()+m_pcRPS->getNumberOfPositivePictures()-1 ; i--)
493  {
494    if(m_pcRPS->getUsed(i))
495    {
496      pcRefPic = xGetLongTermRefPic(rcListPic, m_pcRPS->getPOC(i), m_pcRPS->getCheckLTMSBPresent(i));
497      pcRefPic->setIsLongTerm(1);
498      pcRefPic->getPicYuvRec()->extendPicBorder();
499      RefPicSetLtCurr[NumPocLtCurr] = pcRefPic;
500      NumPocLtCurr++;
501    }
502    if(pcRefPic==NULL) 
503    {
504      pcRefPic = xGetLongTermRefPic(rcListPic, m_pcRPS->getPOC(i), m_pcRPS->getCheckLTMSBPresent(i));
505    }
506    pcRefPic->setCheckLTMSBPresent(m_pcRPS->getCheckLTMSBPresent(i)); 
507  }
508
509  // ref_pic_list_init
510  TComPic*  rpsCurrList0[MAX_NUM_REF+1];
511  TComPic*  rpsCurrList1[MAX_NUM_REF+1];
512#if H_MV
513  Int numPocTotalCurr = NumPocStCurr0 + NumPocStCurr1 + NumPocLtCurr + numDirectRefLayers;
514  assert( numPocTotalCurr == getNumRpsCurrTempList() );
515#else
516  Int numPocTotalCurr = NumPocStCurr0 + NumPocStCurr1 + NumPocLtCurr;
517#endif
518#if FIX1071
519  if (checkNumPocTotalCurr)
520  {
521    // The variable NumPocTotalCurr is derived as specified in subclause 7.4.7.2. It is a requirement of bitstream conformance that the following applies to the value of NumPocTotalCurr:
522#if H_MV
523    // – If nuh_layer_id is equal to 0 and the current picture is a BLA picture or a CRA picture, the value of NumPocTotalCurr shall be equal to 0.
524    // – Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0.
525    if ( getRapPicFlag() && m_layerId == 0 )
526#else
527    // – If the current picture is a BLA or CRA picture, the value of NumPocTotalCurr shall be equal to 0.
528    // – Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0.
529    if (getRapPicFlag())
530#endif
531    {
532      assert(numPocTotalCurr == 0);
533    }
534
535    if (m_eSliceType == I_SLICE)
536    {
537      ::memset( m_apcRefPicList, 0, sizeof (m_apcRefPicList));
538      ::memset( m_aiNumRefIdx,   0, sizeof ( m_aiNumRefIdx ));
539     
540      return;
541    }
542   
543    assert(numPocTotalCurr != 0);
544   
545    m_aiNumRefIdx[0] = getNumRefIdx(REF_PIC_LIST_0);
546    m_aiNumRefIdx[1] = getNumRefIdx(REF_PIC_LIST_1);
547  }
548#endif
549
550  Int cIdx = 0;
551  for ( i=0; i<NumPocStCurr0; i++, cIdx++)
552  {
553    rpsCurrList0[cIdx] = RefPicSetStCurr0[i];
554  }
555  for ( i=0; i<NumPocStCurr1; i++, cIdx++)
556  {
557    rpsCurrList0[cIdx] = RefPicSetStCurr1[i];
558  }
559  for ( i=0; i<NumPocLtCurr;  i++, cIdx++)
560  {
561    rpsCurrList0[cIdx] = RefPicSetLtCurr[i];
562  }
563#if H_MV
564  for ( i=0; i<numDirectRefLayers;  i++, cIdx++)
565  {
566    if( cIdx <= MAX_NUM_REF )
567    {
568      rpsCurrList0[cIdx] = refPicSetInterLayer[i];
569    }
570  }
571#endif
572
573  if (m_eSliceType==B_SLICE)
574  {
575    cIdx = 0;
576    for ( i=0; i<NumPocStCurr1; i++, cIdx++)
577    {
578      rpsCurrList1[cIdx] = RefPicSetStCurr1[i];
579    }
580    for ( i=0; i<NumPocStCurr0; i++, cIdx++)
581    {
582      rpsCurrList1[cIdx] = RefPicSetStCurr0[i];
583    }
584    for ( i=0; i<NumPocLtCurr;  i++, cIdx++)
585    {
586      rpsCurrList1[cIdx] = RefPicSetLtCurr[i];
587    }
588#if H_MV
589    for ( i=0; i<numDirectRefLayers;  i++, cIdx++)
590    {
591      if( cIdx <= MAX_NUM_REF )
592      {
593        rpsCurrList1[cIdx] = refPicSetInterLayer[i];
594      }
595    }
596#endif
597  }
598
599  ::memset(m_bIsUsedAsLongTerm, 0, sizeof(m_bIsUsedAsLongTerm));
600
601  for (Int rIdx = 0; rIdx <= (m_aiNumRefIdx[0]-1); rIdx ++)
602  {
603    m_apcRefPicList[0][rIdx] = m_RefPicListModification.getRefPicListModificationFlagL0() ? rpsCurrList0[ m_RefPicListModification.getRefPicSetIdxL0(rIdx) ] : rpsCurrList0[rIdx % numPocTotalCurr];
604    m_bIsUsedAsLongTerm[0][rIdx] = m_RefPicListModification.getRefPicListModificationFlagL0() ? (m_RefPicListModification.getRefPicSetIdxL0(rIdx) >= (NumPocStCurr0 + NumPocStCurr1))
605                                  : ((rIdx % numPocTotalCurr) >= (NumPocStCurr0 + NumPocStCurr1));
606  }
607  if ( m_eSliceType == P_SLICE )
608  {
609    m_aiNumRefIdx[1] = 0;
610    ::memset( m_apcRefPicList[1], 0, sizeof(m_apcRefPicList[1]));
611  }
612  else
613  {
614    for (Int rIdx = 0; rIdx <= (m_aiNumRefIdx[1]-1); rIdx ++)
615    {
616      m_apcRefPicList[1][rIdx] = m_RefPicListModification.getRefPicListModificationFlagL1() ? rpsCurrList1[ m_RefPicListModification.getRefPicSetIdxL1(rIdx) ] : rpsCurrList1[rIdx % numPocTotalCurr];
617      m_bIsUsedAsLongTerm[1][rIdx] = m_RefPicListModification.getRefPicListModificationFlagL1() ?
618                                  (m_RefPicListModification.getRefPicSetIdxL1(rIdx) >= (NumPocStCurr0 + NumPocStCurr1)): ((rIdx % numPocTotalCurr) >= (NumPocStCurr0 + NumPocStCurr1));
619    }
620  }
621}
622
623#if H_MV
624// Temporary fix for FIX1071 should be removed later
625Int TComSlice::getNumRpsCurrTempList( TComReferencePictureSet* rps /* = 0 */)
626#else
627Int TComSlice::getNumRpsCurrTempList()
628#endif
629{
630
631  Int numRpsCurrTempList = 0;
632
633  if (m_eSliceType == I_SLICE) 
634  {
635    return 0;
636  }
637#if H_MV
638// Temporary fix for FIX1071 should be removed later
639  if (rps == NULL)
640  {
641    rps = m_pcRPS; 
642  }
643
644  for(UInt i=0; i < rps->getNumberOfNegativePictures()+ rps->getNumberOfPositivePictures() + rps->getNumberOfLongtermPictures(); i++)
645  {
646    if(rps->getUsed(i))
647#else
648  for(UInt i=0; i < m_pcRPS->getNumberOfNegativePictures()+ m_pcRPS->getNumberOfPositivePictures() + m_pcRPS->getNumberOfLongtermPictures(); i++)
649  {
650    if(m_pcRPS->getUsed(i))
651#endif
652    {
653      numRpsCurrTempList++;
654    }
655  }
656#if H_MV
657  numRpsCurrTempList = numRpsCurrTempList + getVPS()->getNumDirectRefLayers( getLayerIdInVps() );
658#endif
659  return numRpsCurrTempList;
660}
661
662Void TComSlice::initEqualRef()
663{
664  for (Int iDir = 0; iDir < 2; iDir++)
665  {
666    for (Int iRefIdx1 = 0; iRefIdx1 < MAX_NUM_REF; iRefIdx1++)
667    {
668      for (Int iRefIdx2 = iRefIdx1; iRefIdx2 < MAX_NUM_REF; iRefIdx2++)
669      {
670        m_abEqualRef[iDir][iRefIdx1][iRefIdx2] = m_abEqualRef[iDir][iRefIdx2][iRefIdx1] = (iRefIdx1 == iRefIdx2? true : false);
671      }
672    }
673  }
674}
675#if H_3D
676Void TComSlice::setCamparaSlice( Int** aaiScale, Int** aaiOffset )
677{ 
678  if( m_pcSPS->hasCamParInSliceHeader() )
679  {   
680    for( UInt uiBaseViewIndex = 0; uiBaseViewIndex < m_viewIndex; uiBaseViewIndex++ )
681    {
682      m_aaiCodedScale [ 0 ][ uiBaseViewIndex ] = aaiScale [ uiBaseViewIndex ][     m_viewIndex ];
683      m_aaiCodedScale [ 1 ][ uiBaseViewIndex ] = aaiScale [     m_viewIndex ][ uiBaseViewIndex ];
684      m_aaiCodedOffset[ 0 ][ uiBaseViewIndex ] = aaiOffset[ uiBaseViewIndex ][     m_viewIndex ];
685      m_aaiCodedOffset[ 1 ][ uiBaseViewIndex ] = aaiOffset[     m_viewIndex ][ uiBaseViewIndex ];
686    }
687  } 
688}
689#endif
690
691Void TComSlice::checkColRefIdx(UInt curSliceIdx, TComPic* pic)
692{
693  Int i;
694  TComSlice* curSlice = pic->getSlice(curSliceIdx);
695  Int currColRefPOC =  curSlice->getRefPOC( RefPicList(1-curSlice->getColFromL0Flag()), curSlice->getColRefIdx());
696  TComSlice* preSlice;
697  Int preColRefPOC;
698  for(i=curSliceIdx-1; i>=0; i--)
699  {
700    preSlice = pic->getSlice(i);
701    if(preSlice->getSliceType() != I_SLICE)
702    {
703      preColRefPOC  = preSlice->getRefPOC( RefPicList(1-preSlice->getColFromL0Flag()), preSlice->getColRefIdx());
704      if(currColRefPOC != preColRefPOC)
705      {
706        printf("Collocated_ref_idx shall always be the same for all slices of a coded picture!\n");
707        exit(EXIT_FAILURE);
708      }
709      else
710      {
711        break;
712      }
713    }
714  }
715}
716
717Void TComSlice::checkCRA(TComReferencePictureSet *pReferencePictureSet, Int& pocCRA, Bool& prevRAPisBLA, TComList<TComPic *>& rcListPic)
718{
719  for(Int i = 0; i < pReferencePictureSet->getNumberOfNegativePictures()+pReferencePictureSet->getNumberOfPositivePictures(); i++)
720  {
721    if(pocCRA < MAX_UINT && getPOC() > pocCRA)
722    {
723      assert(getPOC()+pReferencePictureSet->getDeltaPOC(i) >= pocCRA);
724    }
725  }
726  for(Int i = pReferencePictureSet->getNumberOfNegativePictures()+pReferencePictureSet->getNumberOfPositivePictures(); i < pReferencePictureSet->getNumberOfPictures(); i++)
727  {
728    if(pocCRA < MAX_UINT && getPOC() > pocCRA)
729    {
730      if (!pReferencePictureSet->getCheckLTMSBPresent(i))
731      {
732        assert(xGetLongTermRefPic(rcListPic, pReferencePictureSet->getPOC(i), false)->getPOC() >= pocCRA);
733      }
734      else
735      {
736      assert(pReferencePictureSet->getPOC(i) >= pocCRA);
737    }
738  }
739  }
740  if ( getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_W_RADL || getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_N_LP ) // IDR picture found
741  {
742    pocCRA = getPOC();
743    prevRAPisBLA = false;
744  }
745  else if ( getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA ) // CRA picture found
746  {
747    pocCRA = getPOC();
748    prevRAPisBLA = false;
749  }
750  else if ( getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP
751         || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
752         || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_N_LP ) // BLA picture found
753  {
754    pocCRA = getPOC();
755    prevRAPisBLA = true;
756  }
757}
758
759/** Function for marking the reference pictures when an IDR/CRA/CRANT/BLA/BLANT is encountered.
760 * \param pocCRA POC of the CRA/CRANT/BLA/BLANT picture
761 * \param bRefreshPending flag indicating if a deferred decoding refresh is pending
762 * \param rcListPic reference to the reference picture list
763 * This function marks the reference pictures as "unused for reference" in the following conditions.
764 * If the nal_unit_type is IDR/BLA/BLANT, all pictures in the reference picture list 
765 * are marked as "unused for reference"
766 *    If the nal_unit_type is BLA/BLANT, set the pocCRA to the temporal reference of the current picture.
767 * Otherwise
768 *    If the bRefreshPending flag is true (a deferred decoding refresh is pending) and the current
769 *    temporal reference is greater than the temporal reference of the latest CRA/CRANT/BLA/BLANT picture (pocCRA),
770 *    mark all reference pictures except the latest CRA/CRANT/BLA/BLANT picture as "unused for reference" and set
771 *    the bRefreshPending flag to false.
772 *    If the nal_unit_type is CRA/CRANT, set the bRefreshPending flag to true and pocCRA to the temporal
773 *    reference of the current picture.
774 * Note that the current picture is already placed in the reference list and its marking is not changed.
775 * If the current picture has a nal_ref_idc that is not 0, it will remain marked as "used for reference".
776 */
777Void TComSlice::decodingRefreshMarking(Int& pocCRA, Bool& bRefreshPending, TComList<TComPic*>& rcListPic)
778{
779  TComPic*                 rpcPic;
780  Int pocCurr = getPOC(); 
781
782  if ( getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP
783    || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
784    || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_N_LP
785    || getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_W_RADL
786    || getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_N_LP )  // IDR or BLA picture
787  {
788    // mark all pictures as not used for reference
789    TComList<TComPic*>::iterator        iterPic       = rcListPic.begin();
790    while (iterPic != rcListPic.end())
791    {
792      rpcPic = *(iterPic);
793      rpcPic->setCurrSliceIdx(0);
794      if (rpcPic->getPOC() != pocCurr) rpcPic->getSlice(0)->setReferenced(false);
795      iterPic++;
796    }
797    if ( getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP
798      || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
799      || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_N_LP )
800    {
801      pocCRA = pocCurr;
802    }
803  }
804  else // CRA or No DR
805  {
806    if (bRefreshPending==true && pocCurr > pocCRA) // CRA reference marking pending
807    {
808      TComList<TComPic*>::iterator        iterPic       = rcListPic.begin();
809      while (iterPic != rcListPic.end())
810      {
811        rpcPic = *(iterPic);
812        if (rpcPic->getPOC() != pocCurr && rpcPic->getPOC() != pocCRA)
813        {
814          rpcPic->getSlice(0)->setReferenced(false);
815        }
816        iterPic++;
817      }
818      bRefreshPending = false; 
819    }
820    if ( getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA ) // CRA picture found
821    {
822      bRefreshPending = true; 
823      pocCRA = pocCurr;
824    }
825  }
826}
827
828Void TComSlice::copySliceInfo(TComSlice *pSrc)
829{
830  assert( pSrc != NULL );
831
832  Int i, j, k;
833
834  m_iPOC                 = pSrc->m_iPOC;
835  m_eNalUnitType         = pSrc->m_eNalUnitType;
836#if H_MV
837  m_layerId              = pSrc->m_layerId;
838#endif
839  m_eSliceType           = pSrc->m_eSliceType;
840  m_iSliceQp             = pSrc->m_iSliceQp;
841#if ADAPTIVE_QP_SELECTION
842  m_iSliceQpBase         = pSrc->m_iSliceQpBase;
843#endif
844  m_deblockingFilterDisable   = pSrc->m_deblockingFilterDisable;
845  m_deblockingFilterOverrideFlag = pSrc->m_deblockingFilterOverrideFlag;
846  m_deblockingFilterBetaOffsetDiv2 = pSrc->m_deblockingFilterBetaOffsetDiv2;
847  m_deblockingFilterTcOffsetDiv2 = pSrc->m_deblockingFilterTcOffsetDiv2;
848 
849#if L0034_COMBINED_LIST_CLEANUP
850  for (i = 0; i < 2; i++)
851#else
852  for (i = 0; i < 3; i++)
853#endif
854  {
855    m_aiNumRefIdx[i]     = pSrc->m_aiNumRefIdx[i];
856  }
857
858#if L0034_COMBINED_LIST_CLEANUP
859  for (i = 0; i < MAX_NUM_REF; i++)
860  {
861    m_list1IdxToList0Idx[i] = pSrc->m_list1IdxToList0Idx[i];
862  } 
863#else
864  for (i = 0; i < 2; i++)
865  {
866    for (j = 0; j < MAX_NUM_REF_LC; j++)
867    {
868       m_iRefIdxOfLC[i][j]  = pSrc->m_iRefIdxOfLC[i][j];
869    }
870  }
871  for (i = 0; i < MAX_NUM_REF_LC; i++)
872  {
873    m_eListIdFromIdxOfLC[i] = pSrc->m_eListIdFromIdxOfLC[i];
874    m_iRefIdxFromIdxOfLC[i] = pSrc->m_iRefIdxFromIdxOfLC[i];
875    m_iRefIdxOfL1FromRefIdxOfL0[i] = pSrc->m_iRefIdxOfL1FromRefIdxOfL0[i];
876    m_iRefIdxOfL0FromRefIdxOfL1[i] = pSrc->m_iRefIdxOfL0FromRefIdxOfL1[i];
877  }
878  m_bRefPicListModificationFlagLC = pSrc->m_bRefPicListModificationFlagLC;
879  m_bRefPicListCombinationFlag    = pSrc->m_bRefPicListCombinationFlag;
880#endif
881  m_bCheckLDC             = pSrc->m_bCheckLDC;
882  m_iSliceQpDelta        = pSrc->m_iSliceQpDelta;
883  m_iSliceQpDeltaCb      = pSrc->m_iSliceQpDeltaCb;
884  m_iSliceQpDeltaCr      = pSrc->m_iSliceQpDeltaCr;
885  for (i = 0; i < 2; i++)
886  {
887    for (j = 0; j < MAX_NUM_REF; j++)
888    {
889      m_apcRefPicList[i][j]  = pSrc->m_apcRefPicList[i][j];
890      m_aiRefPOCList[i][j]   = pSrc->m_aiRefPOCList[i][j];
891#if H_MV
892      m_aiRefLayerIdList[i][j] = pSrc->m_aiRefLayerIdList[i][j];
893#endif
894    }
895  }
896  for (i = 0; i < 2; i++)
897  {
898    for (j = 0; j < MAX_NUM_REF + 1; j++)
899    {
900      m_bIsUsedAsLongTerm[i][j] = pSrc->m_bIsUsedAsLongTerm[i][j];
901    }
902  }
903  m_iDepth               = pSrc->m_iDepth;
904
905  // referenced slice
906  m_bRefenced            = pSrc->m_bRefenced;
907
908  // access channel
909#if H_MV
910  m_pcVPS                = pSrc->m_pcVPS;
911#endif
912  m_pcSPS                = pSrc->m_pcSPS;
913  m_pcPPS                = pSrc->m_pcPPS;
914  m_pcRPS                = pSrc->m_pcRPS;
915  m_iLastIDR             = pSrc->m_iLastIDR;
916
917  m_pcPic                = pSrc->m_pcPic;
918#if H_3D
919  m_picLists             = pSrc->m_picLists;
920#endif
921  m_colFromL0Flag        = pSrc->m_colFromL0Flag;
922  m_colRefIdx            = pSrc->m_colRefIdx;
923#if SAO_CHROMA_LAMBDA
924  m_dLambdaLuma          = pSrc->m_dLambdaLuma;
925  m_dLambdaChroma        = pSrc->m_dLambdaChroma;
926#else
927  m_dLambda              = pSrc->m_dLambda;
928#endif
929  for (i = 0; i < 2; i++)
930  {
931    for (j = 0; j < MAX_NUM_REF; j++)
932    {
933      for (k =0; k < MAX_NUM_REF; k++)
934      {
935        m_abEqualRef[i][j][k] = pSrc->m_abEqualRef[i][j][k];
936      }
937    }
938  }
939
940#if !L0034_COMBINED_LIST_CLEANUP
941  m_bNoBackPredFlag      = pSrc->m_bNoBackPredFlag;
942#endif
943  m_uiTLayer                      = pSrc->m_uiTLayer;
944  m_bTLayerSwitchingFlag          = pSrc->m_bTLayerSwitchingFlag;
945
946  m_sliceMode                   = pSrc->m_sliceMode;
947  m_sliceArgument               = pSrc->m_sliceArgument;
948  m_sliceCurStartCUAddr         = pSrc->m_sliceCurStartCUAddr;
949  m_sliceCurEndCUAddr           = pSrc->m_sliceCurEndCUAddr;
950  m_sliceIdx                    = pSrc->m_sliceIdx;
951  m_sliceSegmentMode            = pSrc->m_sliceSegmentMode;
952  m_sliceSegmentArgument        = pSrc->m_sliceSegmentArgument; 
953  m_sliceSegmentCurStartCUAddr  = pSrc->m_sliceSegmentCurStartCUAddr;
954  m_sliceSegmentCurEndCUAddr    = pSrc->m_sliceSegmentCurEndCUAddr;
955  m_nextSlice                    = pSrc->m_nextSlice;
956  m_nextSliceSegment             = pSrc->m_nextSliceSegment;
957  for ( Int e=0 ; e<2 ; e++ )
958  {
959    for ( Int n=0 ; n<MAX_NUM_REF ; n++ )
960    {
961      memcpy(m_weightPredTable[e][n], pSrc->m_weightPredTable[e][n], sizeof(wpScalingParam)*3 );
962    }
963  }
964  m_saoEnabledFlag = pSrc->m_saoEnabledFlag; 
965  m_saoEnabledFlagChroma = pSrc->m_saoEnabledFlagChroma;
966  m_cabacInitFlag                = pSrc->m_cabacInitFlag;
967  m_numEntryPointOffsets  = pSrc->m_numEntryPointOffsets;
968
969  m_bLMvdL1Zero = pSrc->m_bLMvdL1Zero;
970  m_LFCrossSliceBoundaryFlag = pSrc->m_LFCrossSliceBoundaryFlag;
971  m_enableTMVPFlag                = pSrc->m_enableTMVPFlag;
972  m_maxNumMergeCand               = pSrc->m_maxNumMergeCand;
973}
974
975Int TComSlice::m_prevPOC = 0;
976
977/** Function for setting the slice's temporal layer ID and corresponding temporal_layer_switching_point_flag.
978 * \param uiTLayer Temporal layer ID of the current slice
979 * The decoder calls this function to set temporal_layer_switching_point_flag for each temporal layer based on
980 * the SPS's temporal_id_nesting_flag and the parsed PPS.  Then, current slice's temporal layer ID and
981 * temporal_layer_switching_point_flag is set accordingly.
982 */
983Void TComSlice::setTLayerInfo( UInt uiTLayer )
984{
985  m_uiTLayer = uiTLayer;
986}
987
988/** Function for checking if this is a switching-point
989*/
990Bool TComSlice::isTemporalLayerSwitchingPoint( TComList<TComPic*>& rcListPic )
991{
992  TComPic* rpcPic;
993  // loop through all pictures in the reference picture buffer
994  TComList<TComPic*>::iterator iterPic = rcListPic.begin();
995  while ( iterPic != rcListPic.end())
996  {
997    rpcPic = *(iterPic++);
998    if(rpcPic->getSlice(0)->isReferenced() && rpcPic->getPOC() != getPOC())
999    {
1000      if(rpcPic->getTLayer() >= getTLayer())
1001      {
1002        return false;
1003      }
1004    }
1005  }
1006  return true;
1007}
1008
1009/** Function for checking if this is a STSA candidate
1010 */
1011Bool TComSlice::isStepwiseTemporalLayerSwitchingPointCandidate( TComList<TComPic*>& rcListPic )
1012{
1013    TComPic* rpcPic;
1014   
1015    TComList<TComPic*>::iterator iterPic = rcListPic.begin();
1016    while ( iterPic != rcListPic.end())
1017    {
1018        rpcPic = *(iterPic++);
1019        if(rpcPic->getSlice(0)->isReferenced() &&  (rpcPic->getUsedByCurr()==true) && rpcPic->getPOC() != getPOC())
1020        {
1021            if(rpcPic->getTLayer() >= getTLayer())
1022            {
1023                return false;
1024            }
1025        }
1026    }
1027    return true;
1028}
1029
1030/** Function for applying picture marking based on the Reference Picture Set in pReferencePictureSet.
1031*/
1032Void TComSlice::applyReferencePictureSet( TComList<TComPic*>& rcListPic, TComReferencePictureSet *pReferencePictureSet)
1033{
1034  TComPic* rpcPic;
1035  Int i, isReference;
1036
1037  // loop through all pictures in the reference picture buffer
1038  TComList<TComPic*>::iterator iterPic = rcListPic.begin();
1039  while ( iterPic != rcListPic.end())
1040  {
1041    rpcPic = *(iterPic++);
1042
1043    if(!rpcPic->getSlice( 0 )->isReferenced())
1044    {
1045      continue;
1046    }
1047
1048    isReference = 0;
1049    // loop through all pictures in the Reference Picture Set
1050    // to see if the picture should be kept as reference picture
1051    for(i=0;i<pReferencePictureSet->getNumberOfPositivePictures()+pReferencePictureSet->getNumberOfNegativePictures();i++)
1052    {
1053      if(!rpcPic->getIsLongTerm() && rpcPic->getPicSym()->getSlice(0)->getPOC() == this->getPOC() + pReferencePictureSet->getDeltaPOC(i))
1054      {
1055        isReference = 1;
1056        rpcPic->setUsedByCurr(pReferencePictureSet->getUsed(i));
1057        rpcPic->setIsLongTerm(0);
1058      }
1059    }
1060    for(;i<pReferencePictureSet->getNumberOfPictures();i++)
1061    {
1062      if(pReferencePictureSet->getCheckLTMSBPresent(i)==true)
1063      {
1064        if(rpcPic->getIsLongTerm() && (rpcPic->getPicSym()->getSlice(0)->getPOC()) == pReferencePictureSet->getPOC(i))
1065        {
1066          isReference = 1;
1067          rpcPic->setUsedByCurr(pReferencePictureSet->getUsed(i));
1068        }
1069      }
1070      else 
1071      {
1072        if(rpcPic->getIsLongTerm() && (rpcPic->getPicSym()->getSlice(0)->getPOC()%(1<<rpcPic->getPicSym()->getSlice(0)->getSPS()->getBitsForPOC())) == pReferencePictureSet->getPOC(i)%(1<<rpcPic->getPicSym()->getSlice(0)->getSPS()->getBitsForPOC()))
1073        {
1074          isReference = 1;
1075          rpcPic->setUsedByCurr(pReferencePictureSet->getUsed(i));
1076        }
1077      }
1078
1079    }
1080    // mark the picture as "unused for reference" if it is not in
1081    // the Reference Picture Set
1082    if(rpcPic->getPicSym()->getSlice(0)->getPOC() != this->getPOC() && isReference == 0)   
1083    {           
1084      rpcPic->getSlice( 0 )->setReferenced( false );   
1085      rpcPic->setUsedByCurr(0);
1086      rpcPic->setIsLongTerm(0);
1087    }
1088    //check that pictures of higher temporal layers are not used
1089    assert(rpcPic->getSlice( 0 )->isReferenced()==0||rpcPic->getUsedByCurr()==0||rpcPic->getTLayer()<=this->getTLayer());
1090    //check that pictures of higher or equal temporal layer are not in the RPS if the current picture is a TSA picture
1091    if(this->getNalUnitType() == NAL_UNIT_CODED_SLICE_TLA_R || this->getNalUnitType() == NAL_UNIT_CODED_SLICE_TSA_N)
1092    {
1093      assert(rpcPic->getSlice( 0 )->isReferenced()==0||rpcPic->getTLayer()<this->getTLayer());
1094    }
1095    //check that pictures marked as temporal layer non-reference pictures are not used for reference
1096    if(rpcPic->getPicSym()->getSlice(0)->getPOC() != this->getPOC() && rpcPic->getTLayer()==this->getTLayer())
1097    {
1098      assert(rpcPic->getSlice( 0 )->isReferenced()==0||rpcPic->getUsedByCurr()==0||rpcPic->getSlice( 0 )->getTemporalLayerNonReferenceFlag()==false);
1099    }
1100  }
1101}
1102
1103/** Function for applying picture marking based on the Reference Picture Set in pReferencePictureSet.
1104*/
1105Int TComSlice::checkThatAllRefPicsAreAvailable( TComList<TComPic*>& rcListPic, TComReferencePictureSet *pReferencePictureSet, Bool printErrors, Int pocRandomAccess)
1106{
1107  TComPic* rpcPic;
1108  Int i, isAvailable;
1109  Int atLeastOneLost = 0;
1110  Int atLeastOneRemoved = 0;
1111  Int iPocLost = 0;
1112
1113  // loop through all long-term pictures in the Reference Picture Set
1114  // to see if the picture should be kept as reference picture
1115  for(i=pReferencePictureSet->getNumberOfNegativePictures()+pReferencePictureSet->getNumberOfPositivePictures();i<pReferencePictureSet->getNumberOfPictures();i++)
1116  {
1117    isAvailable = 0;
1118    // loop through all pictures in the reference picture buffer
1119    TComList<TComPic*>::iterator iterPic = rcListPic.begin();
1120    while ( iterPic != rcListPic.end())
1121    {
1122      rpcPic = *(iterPic++);
1123      if(pReferencePictureSet->getCheckLTMSBPresent(i)==true)
1124      {
1125        if(rpcPic->getIsLongTerm() && (rpcPic->getPicSym()->getSlice(0)->getPOC()) == pReferencePictureSet->getPOC(i) && rpcPic->getSlice(0)->isReferenced())
1126        {
1127          isAvailable = 1;
1128        }
1129      }
1130      else 
1131      {
1132        if(rpcPic->getIsLongTerm() && (rpcPic->getPicSym()->getSlice(0)->getPOC()%(1<<rpcPic->getPicSym()->getSlice(0)->getSPS()->getBitsForPOC())) == pReferencePictureSet->getPOC(i)%(1<<rpcPic->getPicSym()->getSlice(0)->getSPS()->getBitsForPOC()) && rpcPic->getSlice(0)->isReferenced())
1133        {
1134          isAvailable = 1;
1135        }
1136      }
1137    }
1138    // if there was no such long-term check the short terms
1139    if(!isAvailable)
1140    {
1141      iterPic = rcListPic.begin();
1142      while ( iterPic != rcListPic.end())
1143      {
1144        rpcPic = *(iterPic++);
1145
1146        Int pocCycle = 1 << rpcPic->getPicSym()->getSlice(0)->getSPS()->getBitsForPOC();
1147        Int curPoc = rpcPic->getPicSym()->getSlice(0)->getPOC();
1148        Int refPoc = pReferencePictureSet->getPOC(i);
1149        if (!pReferencePictureSet->getCheckLTMSBPresent(i))
1150        {
1151          curPoc = curPoc % pocCycle;
1152          refPoc = refPoc % pocCycle;
1153        }
1154       
1155        if (rpcPic->getSlice(0)->isReferenced() && curPoc == refPoc)
1156        {
1157          isAvailable = 1;
1158          rpcPic->setIsLongTerm(1);
1159          break;
1160        }
1161      }
1162    }
1163    // report that a picture is lost if it is in the Reference Picture Set
1164    // but not available as reference picture
1165    if(isAvailable == 0)   
1166    {           
1167      if (this->getPOC() + pReferencePictureSet->getDeltaPOC(i) >= pocRandomAccess)
1168      {
1169        if(!pReferencePictureSet->getUsed(i) )
1170        {
1171          if(printErrors)
1172          {
1173            printf("\nLong-term reference picture with POC = %3d seems to have been removed or not correctly decoded.", this->getPOC() + pReferencePictureSet->getDeltaPOC(i));
1174          }
1175          atLeastOneRemoved = 1;
1176        }
1177        else
1178        {
1179          if(printErrors)
1180          {
1181            printf("\nLong-term reference picture with POC = %3d is lost or not correctly decoded!", this->getPOC() + pReferencePictureSet->getDeltaPOC(i));
1182          }
1183          atLeastOneLost = 1;
1184          iPocLost=this->getPOC() + pReferencePictureSet->getDeltaPOC(i);
1185        }
1186      }
1187    }
1188  } 
1189  // loop through all short-term pictures in the Reference Picture Set
1190  // to see if the picture should be kept as reference picture
1191  for(i=0;i<pReferencePictureSet->getNumberOfNegativePictures()+pReferencePictureSet->getNumberOfPositivePictures();i++)
1192  {
1193    isAvailable = 0;
1194    // loop through all pictures in the reference picture buffer
1195    TComList<TComPic*>::iterator iterPic = rcListPic.begin();
1196    while ( iterPic != rcListPic.end())
1197    {
1198      rpcPic = *(iterPic++);
1199
1200      if(!rpcPic->getIsLongTerm() && rpcPic->getPicSym()->getSlice(0)->getPOC() == this->getPOC() + pReferencePictureSet->getDeltaPOC(i) && rpcPic->getSlice(0)->isReferenced())
1201      {
1202        isAvailable = 1;
1203      }
1204    }
1205    // report that a picture is lost if it is in the Reference Picture Set
1206    // but not available as reference picture
1207    if(isAvailable == 0)   
1208    {           
1209      if (this->getPOC() + pReferencePictureSet->getDeltaPOC(i) >= pocRandomAccess)
1210      {
1211        if(!pReferencePictureSet->getUsed(i) )
1212        {
1213          if(printErrors)
1214          {
1215            printf("\nShort-term reference picture with POC = %3d seems to have been removed or not correctly decoded.", this->getPOC() + pReferencePictureSet->getDeltaPOC(i));
1216          }
1217          atLeastOneRemoved = 1;
1218        }
1219        else
1220        {
1221          if(printErrors)
1222          {
1223            printf("\nShort-term reference picture with POC = %3d is lost or not correctly decoded!", this->getPOC() + pReferencePictureSet->getDeltaPOC(i));
1224          }
1225          atLeastOneLost = 1;
1226          iPocLost=this->getPOC() + pReferencePictureSet->getDeltaPOC(i);
1227        }
1228      }
1229    }
1230  }   
1231  if(atLeastOneLost)
1232  {
1233    return iPocLost+1;
1234  }
1235  if(atLeastOneRemoved)
1236  {
1237    return -2;
1238  }
1239  else
1240  {
1241    return 0;
1242  }
1243}
1244
1245/** Function for constructing an explicit Reference Picture Set out of the available pictures in a referenced Reference Picture Set
1246*/
1247Void TComSlice::createExplicitReferencePictureSetFromReference( TComList<TComPic*>& rcListPic, TComReferencePictureSet *pReferencePictureSet)
1248{
1249  TComPic* rpcPic;
1250  Int i, j;
1251  Int k = 0;
1252  Int nrOfNegativePictures = 0;
1253  Int nrOfPositivePictures = 0;
1254  TComReferencePictureSet* pcRPS = this->getLocalRPS();
1255
1256  // loop through all pictures in the Reference Picture Set
1257  for(i=0;i<pReferencePictureSet->getNumberOfPictures();i++)
1258  {
1259    j = 0;
1260    // loop through all pictures in the reference picture buffer
1261    TComList<TComPic*>::iterator iterPic = rcListPic.begin();
1262    while ( iterPic != rcListPic.end())
1263    {
1264      j++;
1265      rpcPic = *(iterPic++);
1266
1267      if(rpcPic->getPicSym()->getSlice(0)->getPOC() == this->getPOC() + pReferencePictureSet->getDeltaPOC(i) && rpcPic->getSlice(0)->isReferenced())
1268      {
1269        // This picture exists as a reference picture
1270        // and should be added to the explicit Reference Picture Set
1271        pcRPS->setDeltaPOC(k, pReferencePictureSet->getDeltaPOC(i));
1272        pcRPS->setUsed(k, pReferencePictureSet->getUsed(i));
1273        if(pcRPS->getDeltaPOC(k) < 0)
1274        {
1275          nrOfNegativePictures++;
1276        }
1277        else
1278        {
1279          nrOfPositivePictures++;
1280        }
1281        k++;
1282      }
1283    }
1284  }
1285  pcRPS->setNumberOfNegativePictures(nrOfNegativePictures);
1286  pcRPS->setNumberOfPositivePictures(nrOfPositivePictures);
1287  pcRPS->setNumberOfPictures(nrOfNegativePictures+nrOfPositivePictures);
1288  // This is a simplistic inter rps example. A smarter encoder will look for a better reference RPS to do the
1289  // inter RPS prediction with.  Here we just use the reference used by pReferencePictureSet.
1290  // If pReferencePictureSet is not inter_RPS_predicted, then inter_RPS_prediction is for the current RPS also disabled.
1291  if (!pReferencePictureSet->getInterRPSPrediction())
1292  {
1293    pcRPS->setInterRPSPrediction(false);
1294    pcRPS->setNumRefIdc(0);
1295  }
1296  else
1297  {
1298    Int rIdx =  this->getRPSidx() - pReferencePictureSet->getDeltaRIdxMinus1() - 1;
1299    Int deltaRPS = pReferencePictureSet->getDeltaRPS();
1300    TComReferencePictureSet* pcRefRPS = this->getSPS()->getRPSList()->getReferencePictureSet(rIdx);
1301    Int iRefPics = pcRefRPS->getNumberOfPictures();
1302    Int iNewIdc=0;
1303    for(i=0; i<= iRefPics; i++) 
1304    {
1305      Int deltaPOC = ((i != iRefPics)? pcRefRPS->getDeltaPOC(i) : 0);  // check if the reference abs POC is >= 0
1306      Int iRefIdc = 0;
1307      for (j=0; j < pcRPS->getNumberOfPictures(); j++) // loop through the  pictures in the new RPS
1308      {
1309        if ( (deltaPOC + deltaRPS) == pcRPS->getDeltaPOC(j))
1310        {
1311          if (pcRPS->getUsed(j))
1312          {
1313            iRefIdc = 1;
1314          }
1315          else
1316          {
1317            iRefIdc = 2;
1318          }
1319        }
1320      }
1321      pcRPS->setRefIdc(i, iRefIdc);
1322      iNewIdc++;
1323    }
1324    pcRPS->setInterRPSPrediction(true);
1325    pcRPS->setNumRefIdc(iNewIdc);
1326    pcRPS->setDeltaRPS(deltaRPS); 
1327    pcRPS->setDeltaRIdxMinus1(pReferencePictureSet->getDeltaRIdxMinus1() + this->getSPS()->getRPSList()->getNumberOfReferencePictureSets() - this->getRPSidx());
1328  }
1329
1330  this->setRPS(pcRPS);
1331  this->setRPSidx(-1);
1332}
1333
1334/** get AC and DC values for weighted pred
1335 * \param *wp
1336 * \returns Void
1337 */
1338Void  TComSlice::getWpAcDcParam(wpACDCParam *&wp)
1339{
1340  wp = m_weightACDCParam;
1341}
1342
1343/** init AC and DC values for weighted pred
1344 * \returns Void
1345 */
1346Void  TComSlice::initWpAcDcParam()
1347{
1348  for(Int iComp = 0; iComp < 3; iComp++ )
1349  {
1350    m_weightACDCParam[iComp].iAC = 0;
1351    m_weightACDCParam[iComp].iDC = 0;
1352  }
1353}
1354
1355/** get WP tables for weighted pred
1356 * \param RefPicList
1357 * \param iRefIdx
1358 * \param *&wpScalingParam
1359 * \returns Void
1360 */
1361Void  TComSlice::getWpScaling( RefPicList e, Int iRefIdx, wpScalingParam *&wp )
1362{
1363  wp = m_weightPredTable[e][iRefIdx];
1364}
1365
1366/** reset Default WP tables settings : no weight.
1367 * \param wpScalingParam
1368 * \returns Void
1369 */
1370Void  TComSlice::resetWpScaling()
1371{
1372  for ( Int e=0 ; e<2 ; e++ )
1373  {
1374    for ( Int i=0 ; i<MAX_NUM_REF ; i++ )
1375    {
1376      for ( Int yuv=0 ; yuv<3 ; yuv++ )
1377      {
1378        wpScalingParam  *pwp = &(m_weightPredTable[e][i][yuv]);
1379        pwp->bPresentFlag      = false;
1380        pwp->uiLog2WeightDenom = 0;
1381        pwp->uiLog2WeightDenom = 0;
1382        pwp->iWeight           = 1;
1383        pwp->iOffset           = 0;
1384      }
1385    }
1386  }
1387}
1388
1389/** init WP table
1390 * \returns Void
1391 */
1392Void  TComSlice::initWpScaling()
1393{
1394  for ( Int e=0 ; e<2 ; e++ )
1395  {
1396    for ( Int i=0 ; i<MAX_NUM_REF ; i++ )
1397    {
1398      for ( Int yuv=0 ; yuv<3 ; yuv++ )
1399      {
1400        wpScalingParam  *pwp = &(m_weightPredTable[e][i][yuv]);
1401        if ( !pwp->bPresentFlag ) 
1402        {
1403          // Inferring values not present :
1404          pwp->iWeight = (1 << pwp->uiLog2WeightDenom);
1405          pwp->iOffset = 0;
1406        }
1407
1408        pwp->w      = pwp->iWeight;
1409        Int bitDepth = yuv ? g_bitDepthC : g_bitDepthY;
1410        pwp->o      = pwp->iOffset << (bitDepth-8);
1411        pwp->shift  = pwp->uiLog2WeightDenom;
1412        pwp->round  = (pwp->uiLog2WeightDenom>=1) ? (1 << (pwp->uiLog2WeightDenom-1)) : (0);
1413      }
1414    }
1415  }
1416}
1417
1418// ------------------------------------------------------------------------------------------------
1419// Video parameter set (VPS)
1420// ------------------------------------------------------------------------------------------------
1421TComVPS::TComVPS()
1422: m_VPSId                     (  0)
1423, m_uiMaxTLayers              (  1)
1424, m_uiMaxLayers               (  1)
1425, m_bTemporalIdNestingFlag    (false)
1426, m_numHrdParameters          (  0)
1427#if H_MV
1428, m_maxNuhLayerId             (  0)
1429#else
1430, m_maxNuhReservedZeroLayerId (  0)
1431#endif
1432, m_hrdParameters             (NULL)
1433, m_hrdOpSetIdx               (NULL)
1434, m_cprmsPresentFlag          (NULL)
1435{
1436  for( Int i = 0; i < MAX_TLAYER; i++)
1437  {
1438    m_numReorderPics[i] = 0;
1439#if L0323_DPB
1440    m_uiMaxDecPicBuffering[i] = 1; 
1441#else
1442    m_uiMaxDecPicBuffering[i] = 0; 
1443#endif
1444    m_uiMaxLatencyIncrease[i] = 0;
1445  }
1446#if H_MV
1447  m_avcBaseLayerFlag = false;
1448  m_splittingFlag    = false;
1449 
1450  for( Int i = 0; i < MAX_NUM_SCALABILITY_TYPES; i++ )
1451  {
1452    m_scalabilityMask[i] = false;
1453    m_dimensionIdLen [i]  = -1; 
1454  }
1455
1456  m_vpsNuhLayerIdPresentFlag = false;
1457  m_numOutputLayerSets       = 0;
1458
1459  for( Int i = 0; i < MAX_VPS_OP_SETS_PLUS1; i++ )
1460  {
1461    m_vpsProfilePresentFlag   [i] = false;
1462    m_profileLayerSetRefMinus1[i] = 0;
1463    m_outputLayerSetIdx       [i] = 0;
1464    for( Int j = 0; j < MAX_VPS_NUH_LAYER_ID_PLUS1; j++ )
1465    {
1466      m_outputLayerFlag[i][j] = false;
1467    }
1468  }
1469
1470  for( Int i = 0; i < MAX_NUM_LAYER_IDS; i++ )
1471  {
1472    m_layerIdInVps[i] =  (i == 0 ) ? 0 : -1;         
1473  }
1474
1475  for( Int i = 0; i < MAX_NUM_LAYERS; i++ )
1476  {
1477    m_layerIdInNuh      [i] = ( i == 0 ) ? 0 : -1; 
1478    m_numDirectRefLayers[i] = 0; 
1479#if H_3D
1480    m_viewIndex         [i] = -1; 
1481    m_vpsDepthModesFlag [i] = false;
1482#if H_3D_DIM_DLT
1483    m_bUseDLTFlag         [i] = false;
1484   
1485    // allocate some memory and initialize with default mapping
1486    m_iNumDepthmapValues[i] = ((1 << g_bitDepthY)-1)+1;
1487    m_iBitsPerDepthValue[i] = (Int)ceil(Log2(m_iNumDepthmapValues[i]));
1488   
1489    m_iDepthValue2Idx[i]    = (Int*) xMalloc(Int, m_iNumDepthmapValues[i]);
1490    m_iIdx2DepthValue[i]    = (Int*) xMalloc(Int, m_iNumDepthmapValues[i]);
1491   
1492    //default mapping
1493    for (Int d=0; d<m_iNumDepthmapValues[i]; d++)
1494    {
1495      m_iDepthValue2Idx[i][d] = d;
1496      m_iIdx2DepthValue[i][d] = d;
1497    }
1498#endif
1499#endif
1500
1501    for( Int j = 0; j < MAX_NUM_LAYERS; j++ )
1502    {
1503      m_directDependencyFlag[i][j] = false;
1504      m_refLayerId[i][j]           = -1; 
1505    }
1506
1507    for( Int j = 0; j < MAX_NUM_SCALABILITY_TYPES; j++ )
1508    {
1509      m_dimensionId[i][j] = 0;
1510    }
1511  }
1512#endif
1513}
1514
1515TComVPS::~TComVPS()
1516{
1517if( m_hrdParameters    != NULL )     delete[] m_hrdParameters;
1518  if( m_hrdOpSetIdx      != NULL )     delete[] m_hrdOpSetIdx;
1519  if( m_cprmsPresentFlag != NULL )     delete[] m_cprmsPresentFlag;
1520}
1521 
1522#if H_3D_DIM_DLT
1523  Void TComVPS::setDepthLUTs(Int layerIdInVps, Int* idxToDepthValueTable, Int iNumDepthValues)
1524  {
1525    if( idxToDepthValueTable == NULL || iNumDepthValues == 0 ) // default mapping only
1526      return;
1527   
1528    // copy idx2DepthValue to internal array
1529    memcpy(m_iIdx2DepthValue[layerIdInVps], idxToDepthValueTable, iNumDepthValues*sizeof(UInt));
1530   
1531    UInt uiMaxDepthValue = ((1 << g_bitDepthY)-1);
1532    for(Int p=0; p<=uiMaxDepthValue; p++)
1533    {
1534      Int iIdxDown    = 0;
1535      Int iIdxUp      = iNumDepthValues-1;
1536      Bool bFound     = false;
1537     
1538      // iterate over indices to find lower closest depth
1539      Int i = 1;
1540      while(!bFound && i<iNumDepthValues)
1541      {
1542        if( m_iIdx2DepthValue[layerIdInVps][i] > p )
1543        {
1544          iIdxDown  = i-1;
1545          bFound    = true;
1546        }
1547       
1548        i++;
1549      }
1550      // iterate over indices to find upper closest depth
1551      i = iNumDepthValues-2;
1552      bFound = false;
1553      while(!bFound && i>=0)
1554      {
1555        if( m_iIdx2DepthValue[layerIdInVps][i] < p )
1556        {
1557          iIdxUp  = i+1;
1558          bFound    = true;
1559        }
1560       
1561        i--;
1562      }
1563     
1564      // assert monotony
1565      assert(iIdxDown<=iIdxUp);
1566     
1567      // assign closer depth value/idx
1568      if( abs(p-m_iIdx2DepthValue[layerIdInVps][iIdxDown]) < abs(p-m_iIdx2DepthValue[layerIdInVps][iIdxUp]) )
1569      {
1570        m_iDepthValue2Idx[layerIdInVps][p] = iIdxDown;
1571      }
1572      else
1573      {
1574        m_iDepthValue2Idx[layerIdInVps][p] = iIdxUp;
1575      }
1576     
1577    }
1578   
1579    // update DLT variables
1580    m_iNumDepthmapValues[layerIdInVps] = iNumDepthValues;
1581    m_iBitsPerDepthValue[layerIdInVps] = (Int)ceil(Log2(m_iNumDepthmapValues[layerIdInVps]));
1582  }
1583#endif
1584
1585#if H_MV
1586
1587Bool TComVPS::checkVPSExtensionSyntax()
1588{
1589  // check splitting flag constraint
1590  if ( getSplittingFlag() )
1591  {
1592    // Derive dimBitOffset[j]
1593    Int dimBitOffset[MAX_NUM_SCALABILITY_TYPES+1];
1594    Int numScalabilityTypes = getNumScalabilityTypes();
1595    dimBitOffset[0] = 0;
1596
1597    for (Int type = 1; type <= numScalabilityTypes; type++ )
1598    {
1599      dimBitOffset[ type ] = 0;
1600      for (Int dimIdx = 0; dimIdx <= type - 1; dimIdx++)
1601        dimBitOffset[ type ] += ( getDimensionIdLen( dimIdx ) );
1602    }
1603
1604    for (Int type = 0; type < getNumScalabilityTypes(); type++ )
1605    {
1606      for( Int layer = 1; layer < getMaxLayers(); layer++ )
1607      {
1608        assert( getDimensionId( layer, type ) == ( ( getLayerIdInNuh( layer ) & ( (1 << dimBitOffset[ type + 1 ] ) - 1) ) >> dimBitOffset[ type ] ) );
1609      }; 
1610  };
1611  }
1612
1613  for( Int layer = 1; layer < getMaxLayers(); layer++ )
1614  {
1615    // check layer_id_in_nuh constraint
1616    assert( getLayerIdInNuh( layer ) > getLayerIdInNuh( layer -1 ) );
1617  }
1618  return true; 
1619}
1620
1621Int TComVPS::getNumScalabilityTypes()
1622{
1623  return scalTypeToScalIdx( ScalabilityType(MAX_NUM_SCALABILITY_TYPES) );
1624}
1625
1626Int TComVPS::scalTypeToScalIdx( ScalabilityType scalType )
1627{
1628  assert( scalType >= 0 && scalType <= MAX_NUM_SCALABILITY_TYPES ); 
1629  assert( scalType == MAX_NUM_SCALABILITY_TYPES || getScalabilityMask( scalType ) );
1630
1631  Int scalIdx = 0; 
1632  for( Int curScalType = 0; curScalType < scalType; curScalType++ )
1633  {
1634    scalIdx += ( getScalabilityMask( curScalType ) ? 1 : 0 );
1635  }
1636
1637  return scalIdx; 
1638}
1639
1640
1641
1642Void TComVPS::setScalabilityMask( UInt val )
1643{
1644  for ( Int scalType = 0; scalType < MAX_NUM_SCALABILITY_TYPES; scalType++ ) 
1645    setScalabilityMask( scalType, ( val & (1 << scalType ) ) != 0 );
1646}
1647
1648Void TComVPS::calcIvRefLayers()
1649{
1650  for( Int i = 1; i <= getMaxLayers(); i++ )
1651  { 
1652    m_numDirectRefLayers[ i ] = 0; 
1653    for( Int j = 0 ; j < i; j++ )
1654      if( m_directDependencyFlag[ i ][ j ])
1655        m_refLayerId[ i ][ m_numDirectRefLayers[ i ]++ ] = m_layerIdInNuh[ j ];   
1656  }
1657}
1658
1659Int TComVPS::getRefLayerId( Int layerIdInVps, Int idx )
1660{
1661  assert( idx >= 0 && idx < m_numDirectRefLayers[layerIdInVps] );     
1662  Int layerIdInNuh = m_refLayerId[ layerIdInVps ][ idx ];   
1663  assert ( layerIdInNuh >= 0 ); 
1664  return layerIdInNuh;
1665}
1666
1667Int TComVPS::getScalabilityId( Int layerIdInVps, ScalabilityType scalType )
1668{
1669  return getScalabilityMask( scalType ) ? getDimensionId( layerIdInVps, scalTypeToScalIdx( scalType ) ) : 0;
1670}
1671
1672#if H_3D
1673Void TComVPS::initViewIndex()
1674{
1675  Int viewIdList   [ MAX_NUM_LAYERS ]; // ed. should be changed to MAX_VIEW_ID
1676  Int viewIndexList[ MAX_NUM_LAYERS ]; 
1677  Int numViewIds = 0; 
1678
1679  for ( Int i = 0 ; i  <  m_uiMaxLayers; i++ )
1680  {     
1681    Int currViewId = getViewId( i ); 
1682
1683    Bool viewIdInListFlag = false; 
1684    for ( Int j = 0; j < numViewIds; j ++ )
1685    {
1686      viewIdInListFlag  = viewIdInListFlag || ( currViewId  == viewIdList[ j ]  );
1687    }
1688
1689    if ( !viewIdInListFlag ) 
1690    {
1691      viewIdList   [ numViewIds ] = currViewId;
1692      viewIndexList[ currViewId ] = numViewIds;
1693
1694      numViewIds++;
1695    } 
1696
1697    m_viewIndex[ i ] = viewIndexList[ currViewId ]; 
1698  }
1699}
1700
1701Int TComVPS::getLayerIdInNuh( Int viewIndex, Bool depthFlag )
1702{
1703  Int foundlayerId = -1; 
1704
1705  for (Int layer = 0 ; layer < m_uiMaxLayers; layer++ )
1706  {
1707    if( ( getViewIndex( layer ) == viewIndex ) && ( getDepthId( layer ) == ( depthFlag ? 1 : 0 ) )  )
1708    {
1709      foundlayerId = layer; 
1710      break; 
1711    }
1712  }
1713  assert( foundlayerId != -1 ); 
1714
1715  return getLayerIdInNuh( foundlayerId );
1716}
1717#endif // H_3D
1718#endif // H_MV
1719
1720// ------------------------------------------------------------------------------------------------
1721// Sequence parameter set (SPS)
1722// ------------------------------------------------------------------------------------------------
1723
1724TComSPS::TComSPS()
1725: m_SPSId                     (  0)
1726, m_VPSId                     (  0)
1727, m_chromaFormatIdc           (CHROMA_420)
1728, m_uiMaxTLayers              (  1)
1729// Structure
1730, m_picWidthInLumaSamples     (352)
1731, m_picHeightInLumaSamples    (288)
1732, m_log2MinCodingBlockSize    (  0)
1733, m_log2DiffMaxMinCodingBlockSize (0)
1734, m_uiMaxCUWidth              ( 32)
1735, m_uiMaxCUHeight             ( 32)
1736, m_uiMaxCUDepth              (  3)
1737, m_bLongTermRefsPresent      (false)
1738, m_uiQuadtreeTULog2MaxSize   (  0)
1739, m_uiQuadtreeTULog2MinSize   (  0)
1740, m_uiQuadtreeTUMaxDepthInter (  0)
1741, m_uiQuadtreeTUMaxDepthIntra (  0)
1742// Tool list
1743, m_usePCM                   (false)
1744, m_pcmLog2MaxSize            (  5)
1745, m_uiPCMLog2MinSize          (  7)
1746#if !L0034_COMBINED_LIST_CLEANUP
1747, m_bUseLComb                 (false)
1748#endif
1749, m_bitDepthY                 (  8)
1750, m_bitDepthC                 (  8)
1751, m_qpBDOffsetY               (  0)
1752, m_qpBDOffsetC               (  0)
1753, m_useLossless               (false)
1754, m_uiPCMBitDepthLuma         (  8)
1755, m_uiPCMBitDepthChroma       (  8)
1756, m_bPCMFilterDisableFlag     (false)
1757, m_uiBitsForPOC              (  8)
1758, m_numLongTermRefPicSPS    (  0) 
1759, m_uiMaxTrSize               ( 32)
1760, m_bUseSAO                   (false) 
1761, m_bTemporalIdNestingFlag    (false)
1762, m_scalingListEnabledFlag    (false)
1763, m_useStrongIntraSmoothing   (false)
1764, m_vuiParametersPresentFlag  (false)
1765, m_vuiParameters             ()
1766#if H_MV
1767, m_interViewMvVertConstraintFlag (false)
1768#endif
1769#if H_3D
1770, m_bCamParInSliceHeader      (false)
1771#endif
1772{
1773  for ( Int i = 0; i < MAX_TLAYER; i++ )
1774  {
1775    m_uiMaxLatencyIncrease[i] = 0;
1776#if L0323_DPB
1777    m_uiMaxDecPicBuffering[i] = 1;
1778#else
1779    m_uiMaxDecPicBuffering[i] = 0;
1780#endif
1781    m_numReorderPics[i]       = 0;
1782  }
1783  m_scalingList = new TComScalingList;
1784  ::memset(m_ltRefPicPocLsbSps, 0, sizeof(m_ltRefPicPocLsbSps));
1785  ::memset(m_usedByCurrPicLtSPSFlag, 0, sizeof(m_usedByCurrPicLtSPSFlag));
1786}
1787
1788TComSPS::~TComSPS()
1789{
1790  delete m_scalingList;
1791  m_RPSList.destroy();
1792}
1793
1794Void  TComSPS::createRPSList( Int numRPS )
1795{ 
1796  m_RPSList.destroy();
1797  m_RPSList.create(numRPS);
1798}
1799
1800Void TComSPS::setHrdParameters( UInt frameRate, UInt numDU, UInt bitRate, Bool randomAccess )
1801{
1802  if( !getVuiParametersPresentFlag() )
1803  {
1804    return;
1805  }
1806
1807  TComVUI *vui = getVuiParameters();
1808  TComHRD *hrd = vui->getHrdParameters();
1809
1810#if L0043_TIMING_INFO
1811  TimingInfo *timingInfo = vui->getTimingInfo();
1812  timingInfo->setTimingInfoPresentFlag( true );
1813  switch( frameRate )
1814  {
1815  case 24:
1816    timingInfo->setNumUnitsInTick( 1125000 );    timingInfo->setTimeScale    ( 27000000 );
1817    break;
1818  case 25:
1819    timingInfo->setNumUnitsInTick( 1080000 );    timingInfo->setTimeScale    ( 27000000 );
1820    break;
1821  case 30:
1822    timingInfo->setNumUnitsInTick( 900900 );     timingInfo->setTimeScale    ( 27000000 );
1823    break;
1824  case 50:
1825    timingInfo->setNumUnitsInTick( 540000 );     timingInfo->setTimeScale    ( 27000000 );
1826    break;
1827  case 60:
1828    timingInfo->setNumUnitsInTick( 450450 );     timingInfo->setTimeScale    ( 27000000 );
1829    break;
1830  default:
1831    timingInfo->setNumUnitsInTick( 1001 );       timingInfo->setTimeScale    ( 60000 );
1832    break;
1833  }
1834#else
1835  hrd->setTimingInfoPresentFlag( true );
1836  switch( frameRate )
1837  {
1838  case 24:
1839    hrd->setNumUnitsInTick( 1125000 );    hrd->setTimeScale    ( 27000000 );
1840    break;
1841  case 25:
1842    hrd->setNumUnitsInTick( 1080000 );    hrd->setTimeScale    ( 27000000 );
1843    break;
1844  case 30:
1845    hrd->setNumUnitsInTick( 900900 );     hrd->setTimeScale    ( 27000000 );
1846    break;
1847  case 50:
1848    hrd->setNumUnitsInTick( 540000 );     hrd->setTimeScale    ( 27000000 );
1849    break;
1850  case 60:
1851    hrd->setNumUnitsInTick( 450450 );     hrd->setTimeScale    ( 27000000 );
1852    break;
1853  default:
1854    hrd->setNumUnitsInTick( 1001 );       hrd->setTimeScale    ( 60000 );
1855    break;
1856  }
1857#endif
1858
1859  Bool rateCnt = ( bitRate > 0 );
1860  hrd->setNalHrdParametersPresentFlag( rateCnt );
1861  hrd->setVclHrdParametersPresentFlag( rateCnt );
1862
1863  hrd->setSubPicCpbParamsPresentFlag( ( numDU > 1 ) );
1864
1865  if( hrd->getSubPicCpbParamsPresentFlag() )
1866  {
1867    hrd->setTickDivisorMinus2( 100 - 2 );                          //
1868    hrd->setDuCpbRemovalDelayLengthMinus1( 7 );                    // 8-bit precision ( plus 1 for last DU in AU )
1869    hrd->setSubPicCpbParamsInPicTimingSEIFlag( true );
1870#if L0044_DU_DPB_OUTPUT_DELAY_HRD
1871    hrd->setDpbOutputDelayDuLengthMinus1( 5 + 7 );                 // With sub-clock tick factor of 100, at least 7 bits to have the same value as AU dpb delay
1872#endif
1873  }
1874  else
1875  {
1876    hrd->setSubPicCpbParamsInPicTimingSEIFlag( false ); 
1877  }
1878
1879  hrd->setBitRateScale( 4 );                                       // in units of 2~( 6 + 4 ) = 1,024 bps
1880  hrd->setCpbSizeScale( 6 );                                       // in units of 2~( 4 + 4 ) = 1,024 bit
1881  hrd->setDuCpbSizeScale( 6 );                                       // in units of 2~( 4 + 4 ) = 1,024 bit
1882 
1883  hrd->setInitialCpbRemovalDelayLengthMinus1(15);                  // assuming 0.5 sec, log2( 90,000 * 0.5 ) = 16-bit
1884  if( randomAccess )
1885  {
1886    hrd->setCpbRemovalDelayLengthMinus1(5);                        // 32 = 2^5 (plus 1)
1887    hrd->setDpbOutputDelayLengthMinus1 (5);                        // 32 + 3 = 2^6
1888  }
1889  else
1890  {
1891    hrd->setCpbRemovalDelayLengthMinus1(9);                        // max. 2^10
1892    hrd->setDpbOutputDelayLengthMinus1 (9);                        // max. 2^10
1893  }
1894
1895/*
1896   Note: only the case of "vps_max_temporal_layers_minus1 = 0" is supported.
1897*/
1898  Int i, j;
1899  UInt birateValue, cpbSizeValue;
1900  UInt ducpbSizeValue;
1901#if L0363_DU_BIT_RATE
1902  UInt duBitRateValue = 0;
1903#endif
1904
1905  for( i = 0; i < MAX_TLAYER; i ++ )
1906  {
1907    hrd->setFixedPicRateFlag( i, 1 );
1908    hrd->setPicDurationInTcMinus1( i, 0 );
1909    hrd->setLowDelayHrdFlag( i, 0 );
1910    hrd->setCpbCntMinus1( i, 0 );
1911
1912    birateValue  = bitRate;
1913    cpbSizeValue = bitRate;                                     // 1 second
1914    ducpbSizeValue = bitRate/numDU;
1915#if L0363_DU_BIT_RATE
1916    duBitRateValue = bitRate;
1917#endif
1918    for( j = 0; j < ( hrd->getCpbCntMinus1( i ) + 1 ); j ++ )
1919    {
1920      hrd->setBitRateValueMinus1( i, j, 0, ( birateValue  - 1 ) );
1921      hrd->setCpbSizeValueMinus1( i, j, 0, ( cpbSizeValue - 1 ) );
1922      hrd->setDuCpbSizeValueMinus1( i, j, 0, ( ducpbSizeValue - 1 ) );
1923      hrd->setCbrFlag( i, j, 0, ( j == 0 ) );
1924
1925      hrd->setBitRateValueMinus1( i, j, 1, ( birateValue  - 1) );
1926      hrd->setCpbSizeValueMinus1( i, j, 1, ( cpbSizeValue - 1 ) );
1927      hrd->setDuCpbSizeValueMinus1( i, j, 1, ( ducpbSizeValue - 1 ) );
1928#if L0363_DU_BIT_RATE
1929      hrd->setDuBitRateValueMinus1( i, j, 1, ( duBitRateValue - 1 ) );
1930#endif
1931      hrd->setCbrFlag( i, j, 1, ( j == 0 ) );
1932    }
1933  }
1934}
1935const Int TComSPS::m_winUnitX[]={1,2,2,1};
1936const Int TComSPS::m_winUnitY[]={1,2,1,1};
1937
1938TComPPS::TComPPS()
1939: m_PPSId                       (0)
1940, m_SPSId                       (0)
1941, m_picInitQPMinus26            (0)
1942, m_useDQP                      (false)
1943, m_bConstrainedIntraPred       (false)
1944, m_bSliceChromaQpFlag          (false)
1945, m_pcSPS                       (NULL)
1946, m_uiMaxCuDQPDepth             (0)
1947, m_uiMinCuDQPSize              (0)
1948, m_chromaCbQpOffset            (0)
1949, m_chromaCrQpOffset            (0)
1950, m_numRefIdxL0DefaultActive    (1)
1951, m_numRefIdxL1DefaultActive    (1)
1952, m_TransquantBypassEnableFlag  (false)
1953, m_useTransformSkip             (false)
1954, m_dependentSliceSegmentsEnabledFlag    (false)
1955, m_tilesEnabledFlag               (false)
1956, m_entropyCodingSyncEnabledFlag   (false)
1957, m_loopFilterAcrossTilesEnabledFlag  (true)
1958, m_uniformSpacingFlag           (0)
1959, m_iNumColumnsMinus1            (0)
1960, m_puiColumnWidth               (NULL)
1961, m_iNumRowsMinus1               (0)
1962, m_puiRowHeight                 (NULL)
1963, m_iNumSubstreams             (1)
1964, m_signHideFlag(0)
1965, m_cabacInitPresentFlag        (false)
1966, m_encCABACTableIdx            (I_SLICE)
1967, m_sliceHeaderExtensionPresentFlag    (false)
1968, m_loopFilterAcrossSlicesEnabledFlag (false)
1969, m_listsModificationPresentFlag(  0)
1970, m_numExtraSliceHeaderBits(0)
1971{
1972  m_scalingList = new TComScalingList;
1973}
1974
1975TComPPS::~TComPPS()
1976{
1977  if( m_iNumColumnsMinus1 > 0 && m_uniformSpacingFlag == 0 )
1978  {
1979    if (m_puiColumnWidth) delete [] m_puiColumnWidth; 
1980    m_puiColumnWidth = NULL;
1981  }
1982  if( m_iNumRowsMinus1 > 0 && m_uniformSpacingFlag == 0 )
1983  {
1984    if (m_puiRowHeight) delete [] m_puiRowHeight;
1985    m_puiRowHeight = NULL;
1986  }
1987  delete m_scalingList;
1988}
1989
1990#if H_3D
1991Void
1992TComSPS::initCamParaSPS( UInt uiViewIndex, UInt uiCamParPrecision, Bool bCamParSlice, Int** aaiScale, Int** aaiOffset )
1993{
1994  AOT( uiViewIndex != 0 && !bCamParSlice && ( aaiScale == 0 || aaiOffset == 0 ) ); 
1995 
1996  m_uiCamParPrecision     = ( uiViewIndex ? uiCamParPrecision : 0 );
1997  m_bCamParInSliceHeader  = ( uiViewIndex ? bCamParSlice  : false );
1998  ::memset( m_aaiCodedScale,  0x00, sizeof( m_aaiCodedScale  ) );
1999  ::memset( m_aaiCodedOffset, 0x00, sizeof( m_aaiCodedOffset ) );
2000
2001  if( !m_bCamParInSliceHeader )
2002  {
2003    for( UInt uiBaseViewIndex = 0; uiBaseViewIndex < uiViewIndex; uiBaseViewIndex++ )
2004    {
2005      m_aaiCodedScale [ 0 ][ uiBaseViewIndex ] = aaiScale [ uiBaseViewIndex ][     uiViewIndex ];
2006      m_aaiCodedScale [ 1 ][ uiBaseViewIndex ] = aaiScale [     uiViewIndex ][ uiBaseViewIndex ];
2007      m_aaiCodedOffset[ 0 ][ uiBaseViewIndex ] = aaiOffset[ uiBaseViewIndex ][     uiViewIndex ];
2008      m_aaiCodedOffset[ 1 ][ uiBaseViewIndex ] = aaiOffset[     uiViewIndex ][ uiBaseViewIndex ];
2009    }
2010  }
2011}
2012#endif
2013
2014TComReferencePictureSet::TComReferencePictureSet()
2015: m_numberOfPictures (0)
2016, m_numberOfNegativePictures (0)
2017, m_numberOfPositivePictures (0)
2018, m_numberOfLongtermPictures (0)
2019, m_interRPSPrediction (0) 
2020, m_deltaRIdxMinus1 (0)   
2021, m_deltaRPS (0) 
2022, m_numRefIdc (0) 
2023{
2024  ::memset( m_deltaPOC, 0, sizeof(m_deltaPOC) );
2025  ::memset( m_POC, 0, sizeof(m_POC) );
2026  ::memset( m_used, 0, sizeof(m_used) );
2027  ::memset( m_refIdc, 0, sizeof(m_refIdc) );
2028}
2029
2030TComReferencePictureSet::~TComReferencePictureSet()
2031{
2032}
2033
2034Void TComReferencePictureSet::setUsed(Int bufferNum, Bool used)
2035{
2036  m_used[bufferNum] = used;
2037}
2038
2039Void TComReferencePictureSet::setDeltaPOC(Int bufferNum, Int deltaPOC)
2040{
2041  m_deltaPOC[bufferNum] = deltaPOC;
2042}
2043
2044Void TComReferencePictureSet::setNumberOfPictures(Int numberOfPictures)
2045{
2046  m_numberOfPictures = numberOfPictures;
2047}
2048
2049Int TComReferencePictureSet::getUsed(Int bufferNum)
2050{
2051  return m_used[bufferNum];
2052}
2053
2054Int TComReferencePictureSet::getDeltaPOC(Int bufferNum)
2055{
2056  return m_deltaPOC[bufferNum];
2057}
2058
2059Int TComReferencePictureSet::getNumberOfPictures()
2060{
2061  return m_numberOfPictures;
2062}
2063
2064Int TComReferencePictureSet::getPOC(Int bufferNum)
2065{
2066  return m_POC[bufferNum];
2067}
2068
2069Void TComReferencePictureSet::setPOC(Int bufferNum, Int POC)
2070{
2071  m_POC[bufferNum] = POC;
2072}
2073
2074Bool TComReferencePictureSet::getCheckLTMSBPresent(Int bufferNum)
2075{
2076  return m_bCheckLTMSB[bufferNum];
2077}
2078
2079Void TComReferencePictureSet::setCheckLTMSBPresent(Int bufferNum, Bool b)
2080{
2081  m_bCheckLTMSB[bufferNum] = b;
2082}
2083
2084/** set the reference idc value at uiBufferNum entry to the value of iRefIdc
2085 * \param uiBufferNum
2086 * \param iRefIdc
2087 * \returns Void
2088 */
2089Void TComReferencePictureSet::setRefIdc(Int bufferNum, Int refIdc)
2090{
2091  m_refIdc[bufferNum] = refIdc;
2092}
2093
2094/** get the reference idc value at uiBufferNum
2095 * \param uiBufferNum
2096 * \returns Int
2097 */
2098Int  TComReferencePictureSet::getRefIdc(Int bufferNum)
2099{
2100  return m_refIdc[bufferNum];
2101}
2102
2103/** Sorts the deltaPOC and Used by current values in the RPS based on the deltaPOC values.
2104 *  deltaPOC values are sorted with -ve values before the +ve values.  -ve values are in decreasing order.
2105 *  +ve values are in increasing order.
2106 * \returns Void
2107 */
2108Void TComReferencePictureSet::sortDeltaPOC()
2109{
2110  // sort in increasing order (smallest first)
2111  for(Int j=1; j < getNumberOfPictures(); j++)
2112  { 
2113    Int deltaPOC = getDeltaPOC(j);
2114    Bool used = getUsed(j);
2115    for (Int k=j-1; k >= 0; k--)
2116    {
2117      Int temp = getDeltaPOC(k);
2118      if (deltaPOC < temp)
2119      {
2120        setDeltaPOC(k+1, temp);
2121        setUsed(k+1, getUsed(k));
2122        setDeltaPOC(k, deltaPOC);
2123        setUsed(k, used);
2124      }
2125    }
2126  }
2127  // flip the negative values to largest first
2128  Int numNegPics = getNumberOfNegativePictures();
2129  for(Int j=0, k=numNegPics-1; j < numNegPics>>1; j++, k--)
2130  { 
2131    Int deltaPOC = getDeltaPOC(j);
2132    Bool used = getUsed(j);
2133    setDeltaPOC(j, getDeltaPOC(k));
2134    setUsed(j, getUsed(k));
2135    setDeltaPOC(k, deltaPOC);
2136    setUsed(k, used);
2137  }
2138}
2139
2140/** Prints the deltaPOC and RefIdc (if available) values in the RPS.
2141 *  A "*" is added to the deltaPOC value if it is Used bu current.
2142 * \returns Void
2143 */
2144Void TComReferencePictureSet::printDeltaPOC()
2145{
2146  printf("DeltaPOC = { ");
2147  for(Int j=0; j < getNumberOfPictures(); j++)
2148  {
2149    printf("%d%s ", getDeltaPOC(j), (getUsed(j)==1)?"*":"");
2150  } 
2151  if (getInterRPSPrediction()) 
2152  {
2153    printf("}, RefIdc = { ");
2154    for(Int j=0; j < getNumRefIdc(); j++)
2155    {
2156      printf("%d ", getRefIdc(j));
2157    } 
2158  }
2159  printf("}\n");
2160}
2161
2162TComRPSList::TComRPSList()
2163:m_referencePictureSets (NULL)
2164{
2165}
2166
2167TComRPSList::~TComRPSList()
2168{
2169}
2170
2171Void TComRPSList::create( Int numberOfReferencePictureSets)
2172{
2173  m_numberOfReferencePictureSets = numberOfReferencePictureSets;
2174  m_referencePictureSets = new TComReferencePictureSet[numberOfReferencePictureSets];
2175}
2176
2177Void TComRPSList::destroy()
2178{
2179  if (m_referencePictureSets)
2180  {
2181    delete [] m_referencePictureSets;
2182  }
2183  m_numberOfReferencePictureSets = 0;
2184  m_referencePictureSets = NULL;
2185}
2186
2187
2188
2189TComReferencePictureSet* TComRPSList::getReferencePictureSet(Int referencePictureSetNum)
2190{
2191  return &m_referencePictureSets[referencePictureSetNum];
2192}
2193
2194Int TComRPSList::getNumberOfReferencePictureSets()
2195{
2196  return m_numberOfReferencePictureSets;
2197}
2198
2199Void TComRPSList::setNumberOfReferencePictureSets(Int numberOfReferencePictureSets)
2200{
2201  m_numberOfReferencePictureSets = numberOfReferencePictureSets;
2202}
2203
2204TComRefPicListModification::TComRefPicListModification()
2205: m_bRefPicListModificationFlagL0 (false)
2206, m_bRefPicListModificationFlagL1 (false)
2207{
2208  ::memset( m_RefPicSetIdxL0, 0, sizeof(m_RefPicSetIdxL0) );
2209  ::memset( m_RefPicSetIdxL1, 0, sizeof(m_RefPicSetIdxL1) );
2210}
2211
2212TComRefPicListModification::~TComRefPicListModification()
2213{
2214}
2215
2216TComScalingList::TComScalingList()
2217{
2218  m_useTransformSkip = false;
2219  init();
2220}
2221TComScalingList::~TComScalingList()
2222{
2223  destroy();
2224}
2225
2226/** set default quantization matrix to array
2227*/
2228Void TComSlice::setDefaultScalingList()
2229{
2230  for(UInt sizeId = 0; sizeId < SCALING_LIST_SIZE_NUM; sizeId++)
2231  {
2232    for(UInt listId=0;listId<g_scalingListNum[sizeId];listId++)
2233    {
2234      getScalingList()->processDefaultMarix(sizeId, listId);
2235    }
2236  }
2237}
2238/** check if use default quantization matrix
2239 * \returns true if use default quantization matrix in all size
2240*/
2241Bool TComSlice::checkDefaultScalingList()
2242{
2243  UInt defaultCounter=0;
2244
2245  for(UInt sizeId = 0; sizeId < SCALING_LIST_SIZE_NUM; sizeId++)
2246  {
2247    for(UInt listId=0;listId<g_scalingListNum[sizeId];listId++)
2248    {
2249      if( !memcmp(getScalingList()->getScalingListAddress(sizeId,listId), getScalingList()->getScalingListDefaultAddress(sizeId, listId),sizeof(Int)*min(MAX_MATRIX_COEF_NUM,(Int)g_scalingListSize[sizeId])) // check value of matrix
2250     && ((sizeId < SCALING_LIST_16x16) || (getScalingList()->getScalingListDC(sizeId,listId) == 16))) // check DC value
2251      {
2252        defaultCounter++;
2253      }
2254    }
2255  }
2256  return (defaultCounter == (SCALING_LIST_NUM * SCALING_LIST_SIZE_NUM - 4)) ? false : true; // -4 for 32x32
2257}
2258
2259#if H_MV
2260Void TComSlice::createAndApplyIvReferencePictureSet( TComPicLists* ivPicLists, std::vector<TComPic*>& refPicSetInterLayer )
2261{
2262  refPicSetInterLayer.clear(); 
2263
2264  for( Int i = 0; i < getVPS()->getNumDirectRefLayers( getLayerIdInVps() ); i++ ) 
2265  {
2266    Int layerIdRef = getVPS()->getRefLayerId( getLayerIdInVps(), i ); 
2267    TComPic* picRef = ivPicLists->getPic( layerIdRef, getPOC() ) ; 
2268    assert ( picRef != 0 ); 
2269
2270    picRef->getPicYuvRec()->extendPicBorder(); 
2271    picRef->setIsLongTerm( true );       
2272    picRef->getSlice(0)->setReferenced( true );       
2273
2274    refPicSetInterLayer.push_back( picRef ); 
2275  }
2276}
2277
2278Void TComSlice::markIvRefPicsAsShortTerm( std::vector<TComPic*> refPicSetInterLayer )
2279{
2280  // Mark as shortterm
2281  for ( Int i = 0; i < refPicSetInterLayer.size(); i++ ) 
2282  {
2283    refPicSetInterLayer[i]->setIsLongTerm( false ); 
2284  }
2285}
2286
2287Void TComSlice::markIvRefPicsAsUnused( TComPicLists* ivPicLists, std::vector<Int> targetDecLayerIdSet, TComVPS* vps, Int curLayerId, Int curPoc )
2288{
2289  // Fill targetDecLayerIdSet with all layers if empty.
2290  if (targetDecLayerIdSet.size() == 0 )   
2291  {
2292    for ( Int layerIdInVps = 0; layerIdInVps < vps->getMaxLayers(); layerIdInVps++ )
2293    {
2294      targetDecLayerIdSet.push_back( vps->getLayerIdInNuh( layerIdInVps ) ); 
2295    }
2296  }     
2297
2298  Int numTargetDecLayers = (Int) targetDecLayerIdSet.size(); 
2299  Int latestDecIdx; 
2300  for ( latestDecIdx = 0; latestDecIdx < numTargetDecLayers; latestDecIdx++)
2301  {
2302    if ( targetDecLayerIdSet[ latestDecIdx ] == curLayerId )
2303      break; 
2304  }       
2305
2306  for( Int i = 0; i <= latestDecIdx; i++ ) 
2307  {
2308    if ( vps->nuhLayerIdIncluded( targetDecLayerIdSet[ i ] ) )
2309    {
2310      TComPic* pcPic = ivPicLists->getPic( targetDecLayerIdSet[ i ], curPoc ); 
2311      if( pcPic->getSlice(0)->isReferenced() && pcPic->getSlice(0)->getTemporalLayerNonReferenceFlag() ) 
2312      { 
2313        Bool remainingInterLayerReferencesFlag = false; 
2314        for( Int j = latestDecIdx + 1; j < numTargetDecLayers; j++ )
2315        { 
2316          TComVPS* vpsSlice = pcPic->getSlice(0)->getVPS(); 
2317          if ( vps->nuhLayerIdIncluded( targetDecLayerIdSet[ j ] ) )
2318          {
2319            Int targetDecLayerIdinVPS = vpsSlice->getLayerIdInVps( targetDecLayerIdSet[ j ] ); 
2320            for( Int k = 0; k < vpsSlice->getNumDirectRefLayers( targetDecLayerIdinVPS ); k++ )
2321              if ( targetDecLayerIdSet[ i ] == vpsSlice->getRefLayerId( targetDecLayerIdinVPS,  k  ) )
2322                remainingInterLayerReferencesFlag = true;
2323          }
2324        }
2325        if( !remainingInterLayerReferencesFlag )
2326          pcPic->getSlice(0)->setReferenced( false );                   
2327      }
2328    }
2329  }
2330}
2331
2332Void TComSlice::xPrintRefPicList()
2333{ 
2334  for ( Int li = 0; li < 2; li++)
2335  {   
2336    std::cout << std::endl << "RefPicListL" <<  li << ":" << std::endl; 
2337    for (Int rIdx = 0; rIdx <= (m_aiNumRefIdx[li]-1); rIdx ++)
2338    {     
2339      if (rIdx == 0 && li == 0) m_apcRefPicList[li][rIdx]->print( true );
2340       
2341      m_apcRefPicList[li][rIdx]->print( false );
2342    }
2343  }
2344}
2345#endif
2346/** get scaling matrix from RefMatrixID
2347 * \param sizeId size index
2348 * \param Index of input matrix
2349 * \param Index of reference matrix
2350 */
2351Void TComScalingList::processRefMatrix( UInt sizeId, UInt listId , UInt refListId )
2352{
2353  ::memcpy(getScalingListAddress(sizeId, listId),((listId == refListId)? getScalingListDefaultAddress(sizeId, refListId): getScalingListAddress(sizeId, refListId)),sizeof(Int)*min(MAX_MATRIX_COEF_NUM,(Int)g_scalingListSize[sizeId]));
2354}
2355
2356/** parse syntax infomation
2357 *  \param pchFile syntax infomation
2358 *  \returns false if successful
2359 */
2360Bool TComScalingList::xParseScalingList(Char* pchFile)
2361{
2362  FILE *fp;
2363  Char line[1024];
2364  UInt sizeIdc,listIdc;
2365  UInt i,size = 0;
2366  Int *src=0,data;
2367  Char *ret;
2368  UInt  retval;
2369
2370  if((fp = fopen(pchFile,"r")) == (FILE*)NULL)
2371  {
2372    printf("can't open file %s :: set Default Matrix\n",pchFile);
2373    return true;
2374  }
2375
2376  for(sizeIdc = 0; sizeIdc < SCALING_LIST_SIZE_NUM; sizeIdc++)
2377  {
2378    size = min(MAX_MATRIX_COEF_NUM,(Int)g_scalingListSize[sizeIdc]);
2379    for(listIdc = 0; listIdc < g_scalingListNum[sizeIdc]; listIdc++)
2380    {
2381      src = getScalingListAddress(sizeIdc, listIdc);
2382
2383      fseek(fp,0,0);
2384      do 
2385      {
2386        ret = fgets(line, 1024, fp);
2387        if ((ret==NULL)||(strstr(line, MatrixType[sizeIdc][listIdc])==NULL && feof(fp)))
2388        {
2389          printf("Error: can't read Matrix :: set Default Matrix\n");
2390          return true;
2391        }
2392      }
2393      while (strstr(line, MatrixType[sizeIdc][listIdc]) == NULL);
2394      for (i=0; i<size; i++)
2395      {
2396        retval = fscanf(fp, "%d,", &data);
2397        if (retval!=1)
2398        {
2399          printf("Error: can't read Matrix :: set Default Matrix\n");
2400          return true;
2401        }
2402        src[i] = data;
2403      }
2404      //set DC value for default matrix check
2405      setScalingListDC(sizeIdc,listIdc,src[0]);
2406
2407      if(sizeIdc > SCALING_LIST_8x8)
2408      {
2409        fseek(fp,0,0);
2410        do 
2411        {
2412          ret = fgets(line, 1024, fp);
2413          if ((ret==NULL)||(strstr(line, MatrixType_DC[sizeIdc][listIdc])==NULL && feof(fp)))
2414          {
2415            printf("Error: can't read DC :: set Default Matrix\n");
2416            return true;
2417          }
2418        }
2419        while (strstr(line, MatrixType_DC[sizeIdc][listIdc]) == NULL);
2420        retval = fscanf(fp, "%d,", &data);
2421        if (retval!=1)
2422        {
2423          printf("Error: can't read Matrix :: set Default Matrix\n");
2424          return true;
2425        }
2426        //overwrite DC value when size of matrix is larger than 16x16
2427        setScalingListDC(sizeIdc,listIdc,data);
2428      }
2429    }
2430  }
2431  fclose(fp);
2432  return false;
2433}
2434
2435/** initialization process of quantization matrix array
2436 */
2437Void TComScalingList::init()
2438{
2439  for(UInt sizeId = 0; sizeId < SCALING_LIST_SIZE_NUM; sizeId++)
2440  {
2441    for(UInt listId = 0; listId < g_scalingListNum[sizeId]; listId++)
2442    {
2443      m_scalingListCoef[sizeId][listId] = new Int [min(MAX_MATRIX_COEF_NUM,(Int)g_scalingListSize[sizeId])];
2444    }
2445  }
2446  m_scalingListCoef[SCALING_LIST_32x32][3] = m_scalingListCoef[SCALING_LIST_32x32][1]; // copy address for 32x32
2447}
2448
2449/** destroy quantization matrix array
2450 */
2451Void TComScalingList::destroy()
2452{
2453  for(UInt sizeId = 0; sizeId < SCALING_LIST_SIZE_NUM; sizeId++)
2454  {
2455    for(UInt listId = 0; listId < g_scalingListNum[sizeId]; listId++)
2456    {
2457      if(m_scalingListCoef[sizeId][listId]) delete [] m_scalingListCoef[sizeId][listId];
2458    }
2459  }
2460}
2461
2462/** get default address of quantization matrix
2463 * \param sizeId size index
2464 * \param listId list index
2465 * \returns pointer of quantization matrix
2466 */
2467Int* TComScalingList::getScalingListDefaultAddress(UInt sizeId, UInt listId)
2468{
2469  Int *src = 0;
2470  switch(sizeId)
2471  {
2472    case SCALING_LIST_4x4:
2473      src = g_quantTSDefault4x4;
2474      break;
2475    case SCALING_LIST_8x8:
2476      src = (listId<3) ? g_quantIntraDefault8x8 : g_quantInterDefault8x8;
2477      break;
2478    case SCALING_LIST_16x16:
2479      src = (listId<3) ? g_quantIntraDefault8x8 : g_quantInterDefault8x8;
2480      break;
2481    case SCALING_LIST_32x32:
2482      src = (listId<1) ? g_quantIntraDefault8x8 : g_quantInterDefault8x8;
2483      break;
2484    default:
2485      assert(0);
2486      src = NULL;
2487      break;
2488  }
2489  return src;
2490}
2491
2492/** process of default matrix
2493 * \param sizeId size index
2494 * \param Index of input matrix
2495 */
2496Void TComScalingList::processDefaultMarix(UInt sizeId, UInt listId)
2497{
2498  ::memcpy(getScalingListAddress(sizeId, listId),getScalingListDefaultAddress(sizeId,listId),sizeof(Int)*min(MAX_MATRIX_COEF_NUM,(Int)g_scalingListSize[sizeId]));
2499  setScalingListDC(sizeId,listId,SCALING_LIST_DC);
2500}
2501
2502/** check DC value of matrix for default matrix signaling
2503 */
2504Void TComScalingList::checkDcOfMatrix()
2505{
2506  for(UInt sizeId = 0; sizeId < SCALING_LIST_SIZE_NUM; sizeId++)
2507  {
2508    for(UInt listId = 0; listId < g_scalingListNum[sizeId]; listId++)
2509    {
2510      //check default matrix?
2511      if(getScalingListDC(sizeId,listId) == 0)
2512      {
2513        processDefaultMarix(sizeId, listId);
2514      }
2515    }
2516  }
2517}
2518
2519ParameterSetManager::ParameterSetManager()
2520: m_vpsMap(MAX_NUM_VPS)
2521, m_spsMap(MAX_NUM_SPS)
2522, m_ppsMap(MAX_NUM_PPS)
2523, m_activeVPSId(-1)
2524, m_activeSPSId(-1)
2525, m_activePPSId(-1)
2526{
2527}
2528
2529
2530ParameterSetManager::~ParameterSetManager()
2531{
2532}
2533
2534//! activate a SPS from a active parameter sets SEI message
2535//! \returns true, if activation is successful
2536Bool ParameterSetManager::activateSPSWithSEI(Int spsId)
2537{
2538  TComSPS *sps = m_spsMap.getPS(spsId);
2539  if (sps)
2540  {
2541    Int vpsId = sps->getVPSId();
2542    if (m_vpsMap.getPS(vpsId))
2543    {
2544      m_activeVPSId = vpsId;
2545      m_activeSPSId = spsId;
2546      return true;
2547    }
2548    else
2549    {
2550      printf("Warning: tried to activate SPS using an Active parameter sets SEI message. Referenced VPS does not exist.");
2551    }
2552  }
2553  else
2554  {
2555    printf("Warning: tried to activate non-existing SPS using an Active parameter sets SEI message.");
2556  }
2557  return false;
2558}
2559
2560//! activate a PPS and depending on isIDR parameter also SPS and VPS
2561//! \returns true, if activation is successful
2562Bool ParameterSetManager::activatePPS(Int ppsId, Bool isIRAP)
2563{
2564  TComPPS *pps = m_ppsMap.getPS(ppsId);
2565  if (pps)
2566  {
2567    Int spsId = pps->getSPSId();
2568#if H_MV
2569    // active parameter sets per layer should be used here
2570#else
2571    if (!isIRAP && (spsId != m_activeSPSId))
2572    {
2573      printf("Warning: tried to activate PPS referring to a inactive SPS at non-IRAP.");
2574      return false;
2575    }
2576#endif
2577    TComSPS *sps = m_spsMap.getPS(spsId);
2578    if (sps)
2579    {
2580      Int vpsId = sps->getVPSId();
2581      if (!isIRAP && (vpsId != m_activeVPSId))
2582      {
2583        printf("Warning: tried to activate PPS referring to a inactive VPS at non-IRAP.");
2584        return false;
2585      }
2586      if (m_vpsMap.getPS(vpsId))
2587      {
2588        m_activePPSId = ppsId;
2589        m_activeVPSId = vpsId;
2590        m_activeSPSId = spsId;
2591        return true;
2592      }
2593      else
2594      {
2595        printf("Warning: tried to activate PPS that refers to a non-existing VPS.");
2596      }
2597    }
2598    else
2599    {
2600      printf("Warning: tried to activate a PPS that refers to a non-existing SPS.");
2601    }
2602  }
2603  else
2604  {
2605    printf("Warning: tried to activate non-existing PPS.");
2606  }
2607  return false;
2608}
2609
2610ProfileTierLevel::ProfileTierLevel()
2611  : m_profileSpace    (0)
2612  , m_tierFlag        (false)
2613  , m_profileIdc      (0)
2614  , m_levelIdc        (0)
2615#if L0046_CONSTRAINT_FLAGS
2616, m_progressiveSourceFlag  (false)
2617, m_interlacedSourceFlag   (false)
2618, m_nonPackedConstraintFlag(false)
2619, m_frameOnlyConstraintFlag(false)
2620#endif
2621{
2622  ::memset(m_profileCompatibilityFlag, 0, sizeof(m_profileCompatibilityFlag));
2623}
2624
2625TComPTL::TComPTL()
2626{
2627  ::memset(m_subLayerProfilePresentFlag, 0, sizeof(m_subLayerProfilePresentFlag));
2628  ::memset(m_subLayerLevelPresentFlag,   0, sizeof(m_subLayerLevelPresentFlag  ));
2629}
2630
2631#if H_MV
2632Void TComPTL::copyLevelFrom( TComPTL* source )
2633{
2634  getGeneralPTL()->setLevelIdc( source->getGeneralPTL()->getLevelIdc() );
2635  for( Int subLayer = 0; subLayer < 6; subLayer++ )
2636  {
2637    setSubLayerLevelPresentFlag( subLayer, source->getSubLayerLevelPresentFlag( subLayer ) );
2638    getSubLayerPTL( subLayer )->setLevelIdc( source->getSubLayerPTL( subLayer )->getLevelIdc() );
2639  }
2640}
2641#endif
2642#if SIGNAL_BITRATE_PICRATE_IN_VPS
2643TComBitRatePicRateInfo::TComBitRatePicRateInfo()
2644{
2645  ::memset(m_bitRateInfoPresentFlag, 0, sizeof(m_bitRateInfoPresentFlag));
2646  ::memset(m_picRateInfoPresentFlag, 0, sizeof(m_picRateInfoPresentFlag));
2647  ::memset(m_avgBitRate,             0, sizeof(m_avgBitRate));
2648  ::memset(m_maxBitRate,             0, sizeof(m_maxBitRate));
2649  ::memset(m_constantPicRateIdc,     0, sizeof(m_constantPicRateIdc));
2650  ::memset(m_avgPicRate,             0, sizeof(m_avgPicRate));
2651}
2652#endif
2653//! \}
Note: See TracBrowser for help on using the repository browser.