source: 3DVCSoftware/branches/HTM-10.0-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp @ 854

Last change on this file since 854 was 854, checked in by tech, 10 years ago

Integrated following MV-HEVC HLS 7 items:

H_MV_HLS7_GEN Stub for further integrations (not tested)
H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
Output layer sets, various

(VPS/P0300/alt output layer flag) #27 Change alt output layer flag to be signalled within the loop of output layer sets, from JCTVC-P0300-v2. Decision: Adopt.
(VPS/P0156/Num of output_layer_flag) #10 Proposal 3: The output_layer_flag[ i ][ j ] is signalled for j equal to 0 to NumLayersInIdList[ lsIdx ] inclusive. It was remarked that we might be able to just assume that the top layer is always output; however, this was not entirely clear , so the safe thing to do may be to also send the flag for this layer.
(VPS/P0295/Default output layer sets) #5 Discussion from (P0110). Decision: Three-state approach (text in P0295, decoder shall allow 3 to be present and shall treat 3 the same as the value 2).

H_MV_HLS_7_HRD_P0156_7 (HRD/P0156/MaxSubLayersInLayerSetMinus1) #7 Proposal 1: signal, in the VPS extension, the DPB parameters for an output layer set for sub-DPBs only up to the maximum temporal sub-layers in the corresponding layer set
H_MV_HLS_7_VPS_P0048_14
(VPS/P0048/profile_ref_minus1 rem) #14 Remove profile_ref_minus1 from the VPS extension, from JCTVC-P0048
H_MV_HLS_7_VPS_P0076_15 (VPS/P0076/video signal info move) #15 Move video signal information syntax structure earlier in the VPS VUI.
H_MV_HLS_7_SPS_P0155_16_32
(SPS/P0155/sps_sub_layer_ordering_info) #16, #32 Not signal the sps_max_num_reorder_pics[], sps_max_latency_increase_plus1[], and sps_max_dec_pic_buffering_minus1[] syntax elements in the SPS when nuh_layer_id > 0.
H_MV_HLS_7_GEN_P0166_PPS_EXTENSION (GEN/P0166/pps_extension) #17 Add PPS extension type flags for conditional presence of syntax extensions per extension type, aligned with the SPS extension type flags, from JCTVC-P0166. Further align the SPS extension type flags syntax between RExt and MV-HEVC/SHVC
H_MV_HLS_7_FIX_SET_DPB_SIZE
Fix derivation dpb size parameters
H_MV_HLS_7_RESERVED_FLAGS Added flags

(SPS/P0312/SHVC reserved flag) The flag will be used for the syntax vert_phase_position_enable_flag in SHVC draft
(VPS/O0215/SHVC reserved flag): this flag will be used for the syntax cross_layer_phase_alignment_flag in SHVC draft.
(VPS VUI/O0199,P0312/SHVC reserved flags) the 3 reserved bits will be used for the syntaxes single_layer_for_non_irap_flag, higher_layer_irap_skip_flag and vert_phase_position_not_in_use_flag in SHVC draft.

H_MV_FIX_VPS_LAYER_ID_NOT_EQUAL_ZERO Discard VPS with nuh_layer_Id > 0
H_MV_HLS_7_MISC_P0130_EOS
(MISC/P0130/EOS NAL layer id) #19 Require that end of bitstream NAL unit shall have nuh_layer_id equal to 0, from JCTVC-P0130. Decoders shall allow an end of bitstream NAL unit with nuh_layer_id > 0 to be present, and shall ignore the NAL unit.
H_MV_HLS_7_MISC_P0182_13 (MISC/P0182/BL PS Compatibility flag) #13 Define the flag (in VPS VUI) with the proposed semantics, without specifying an associated extraction process. Editors to select the position in the VPS VUI.
H_MV_HLS_7_MISC_P0068_21
(MISC/P0068/all irap idr flag) #21 Add flag in VUI to indicate that all IRAP pictures are IDRs and that all layer pictures in an AU are IDR aligned, from JCTVC-P0068 proposal 1.
H_MV_HLS_7_FIX_INFER_CROSS_LAYER_IRAP_ALIGNED_FLAG Fix inference of cross_layer_irap_aligned_flag
H_MV_HLS_7_MISC_P0079_18
(MISC/P0079/NumActiveRefLayerPics) #18 Modification of derivation of variable NumActiveRefLayerPics.

  • Property svn:eol-style set to native
File size: 100.7 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-2014, 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     TEncCavlc.cpp
35    \brief    CAVLC encoder class
36*/
37
38#include "../TLibCommon/CommonDef.h"
39#include "TEncCavlc.h"
40#include "SEIwrite.h"
41#include "../TLibCommon/TypeDef.h"
42
43//! \ingroup TLibEncoder
44//! \{
45
46#if ENC_DEC_TRACE
47
48Void  xTraceSPSHeader (TComSPS *pSPS)
49{
50#if H_MV_ENC_DEC_TRAC
51  fprintf( g_hTrace, "=========== Sequence Parameter Set ===========\n" );
52#else
53  fprintf( g_hTrace, "=========== Sequence Parameter Set ID: %d ===========\n", pSPS->getSPSId() );
54#endif
55}
56
57Void  xTracePPSHeader (TComPPS *pPPS)
58{
59#if H_MV_ENC_DEC_TRAC
60  fprintf( g_hTrace, "=========== Picture Parameter Set ===========\n" );
61#else
62  fprintf( g_hTrace, "=========== Picture Parameter Set ID: %d ===========\n", pPPS->getPPSId() );
63#endif
64}
65
66Void  xTraceSliceHeader (TComSlice *pSlice)
67{
68  fprintf( g_hTrace, "=========== Slice ===========\n");
69}
70
71#endif
72
73
74
75// ====================================================================================================================
76// Constructor / destructor / create / destroy
77// ====================================================================================================================
78
79TEncCavlc::TEncCavlc()
80{
81  m_pcBitIf           = NULL;
82  m_uiCoeffCost       = 0;
83}
84
85TEncCavlc::~TEncCavlc()
86{
87}
88
89
90// ====================================================================================================================
91// Public member functions
92// ====================================================================================================================
93
94Void TEncCavlc::resetEntropy()
95{
96}
97
98
99Void TEncCavlc::codeDFFlag(UInt uiCode, const Char *pSymbolName)
100{
101  WRITE_FLAG(uiCode, pSymbolName);
102}
103Void TEncCavlc::codeDFSvlc(Int iCode, const Char *pSymbolName)
104{
105  WRITE_SVLC(iCode, pSymbolName);
106}
107
108Void TEncCavlc::codeShortTermRefPicSet( TComSPS* pcSPS, TComReferencePictureSet* rps, Bool calledFromSliceHeader, Int idx)
109{
110#if PRINT_RPS_INFO
111  Int lastBits = getNumberOfWrittenBits();
112#endif
113  if (idx > 0)
114  {
115  WRITE_FLAG( rps->getInterRPSPrediction(), "inter_ref_pic_set_prediction_flag" ); // inter_RPS_prediction_flag
116  }
117  if (rps->getInterRPSPrediction())
118  {
119    Int deltaRPS = rps->getDeltaRPS();
120    if(calledFromSliceHeader)
121    {
122      WRITE_UVLC( rps->getDeltaRIdxMinus1(), "delta_idx_minus1" ); // delta index of the Reference Picture Set used for prediction minus 1
123    }
124
125    WRITE_CODE( (deltaRPS >=0 ? 0: 1), 1, "delta_rps_sign" ); //delta_rps_sign
126    WRITE_UVLC( abs(deltaRPS) - 1, "abs_delta_rps_minus1"); // absolute delta RPS minus 1
127
128    for(Int j=0; j < rps->getNumRefIdc(); j++)
129    {
130      Int refIdc = rps->getRefIdc(j);
131      WRITE_CODE( (refIdc==1? 1: 0), 1, "used_by_curr_pic_flag" ); //first bit is "1" if Idc is 1
132      if (refIdc != 1) 
133      {
134        WRITE_CODE( refIdc>>1, 1, "use_delta_flag" ); //second bit is "1" if Idc is 2, "0" otherwise.
135      }
136    }
137  }
138  else
139  {
140    WRITE_UVLC( rps->getNumberOfNegativePictures(), "num_negative_pics" );
141    WRITE_UVLC( rps->getNumberOfPositivePictures(), "num_positive_pics" );
142    Int prev = 0;
143    for(Int j=0 ; j < rps->getNumberOfNegativePictures(); j++)
144    {
145      WRITE_UVLC( prev-rps->getDeltaPOC(j)-1, "delta_poc_s0_minus1" );
146      prev = rps->getDeltaPOC(j);
147      WRITE_FLAG( rps->getUsed(j), "used_by_curr_pic_s0_flag"); 
148    }
149    prev = 0;
150    for(Int j=rps->getNumberOfNegativePictures(); j < rps->getNumberOfNegativePictures()+rps->getNumberOfPositivePictures(); j++)
151    {
152      WRITE_UVLC( rps->getDeltaPOC(j)-prev-1, "delta_poc_s1_minus1" );
153      prev = rps->getDeltaPOC(j);
154      WRITE_FLAG( rps->getUsed(j), "used_by_curr_pic_s1_flag" ); 
155    }
156  }
157
158#if PRINT_RPS_INFO
159  printf("irps=%d (%2d bits) ", rps->getInterRPSPrediction(), getNumberOfWrittenBits() - lastBits);
160  rps->printDeltaPOC();
161#endif
162}
163
164
165Void TEncCavlc::codePPS( TComPPS* pcPPS )
166{
167#if ENC_DEC_TRACE 
168  xTracePPSHeader (pcPPS);
169#endif
170 
171  WRITE_UVLC( pcPPS->getPPSId(),                             "pps_pic_parameter_set_id" );
172  WRITE_UVLC( pcPPS->getSPSId(),                             "pps_seq_parameter_set_id" );
173  WRITE_FLAG( pcPPS->getDependentSliceSegmentsEnabledFlag()    ? 1 : 0, "dependent_slice_segments_enabled_flag" );
174  WRITE_FLAG( pcPPS->getOutputFlagPresentFlag() ? 1 : 0,     "output_flag_present_flag" );
175  WRITE_CODE( pcPPS->getNumExtraSliceHeaderBits(), 3,        "num_extra_slice_header_bits");
176  WRITE_FLAG( pcPPS->getSignHideFlag(), "sign_data_hiding_flag" );
177  WRITE_FLAG( pcPPS->getCabacInitPresentFlag() ? 1 : 0,   "cabac_init_present_flag" );
178#if PPS_FIX_DEPTH
179  if( pcPPS->getSPS()->getVPS()->getDepthId(pcPPS->getSPS()->getLayerId()) )
180  {
181    WRITE_UVLC( pcPPS->getNumRefIdxL0DefaultActive(),     "num_ref_idx_l0_default_active_minus1");
182    WRITE_UVLC( pcPPS->getNumRefIdxL1DefaultActive(),     "num_ref_idx_l1_default_active_minus1");
183  }
184  else
185  {
186#endif
187  WRITE_UVLC( pcPPS->getNumRefIdxL0DefaultActive()-1,     "num_ref_idx_l0_default_active_minus1");
188  WRITE_UVLC( pcPPS->getNumRefIdxL1DefaultActive()-1,     "num_ref_idx_l1_default_active_minus1");
189#if PPS_FIX_DEPTH
190  }
191#endif
192  WRITE_SVLC( pcPPS->getPicInitQPMinus26(),                  "init_qp_minus26");
193  WRITE_FLAG( pcPPS->getConstrainedIntraPred() ? 1 : 0,      "constrained_intra_pred_flag" );
194  WRITE_FLAG( pcPPS->getUseTransformSkip() ? 1 : 0,  "transform_skip_enabled_flag" ); 
195  WRITE_FLAG( pcPPS->getUseDQP() ? 1 : 0, "cu_qp_delta_enabled_flag" );
196  if ( pcPPS->getUseDQP() )
197  {
198    WRITE_UVLC( pcPPS->getMaxCuDQPDepth(), "diff_cu_qp_delta_depth" );
199  }
200  WRITE_SVLC( pcPPS->getChromaCbQpOffset(),                   "pps_cb_qp_offset" );
201  WRITE_SVLC( pcPPS->getChromaCrQpOffset(),                   "pps_cr_qp_offset" );
202  WRITE_FLAG( pcPPS->getSliceChromaQpFlag() ? 1 : 0,          "pps_slice_chroma_qp_offsets_present_flag" );
203
204  WRITE_FLAG( pcPPS->getUseWP() ? 1 : 0,  "weighted_pred_flag" );   // Use of Weighting Prediction (P_SLICE)
205  WRITE_FLAG( pcPPS->getWPBiPred() ? 1 : 0, "weighted_bipred_flag" );  // Use of Weighting Bi-Prediction (B_SLICE)
206  WRITE_FLAG( pcPPS->getTransquantBypassEnableFlag() ? 1 : 0, "transquant_bypass_enable_flag" );
207  WRITE_FLAG( pcPPS->getTilesEnabledFlag()             ? 1 : 0, "tiles_enabled_flag" );
208  WRITE_FLAG( pcPPS->getEntropyCodingSyncEnabledFlag() ? 1 : 0, "entropy_coding_sync_enabled_flag" );
209  if( pcPPS->getTilesEnabledFlag() )
210  {
211    WRITE_UVLC( pcPPS->getNumColumnsMinus1(),                                    "num_tile_columns_minus1" );
212    WRITE_UVLC( pcPPS->getNumRowsMinus1(),                                       "num_tile_rows_minus1" );
213    WRITE_FLAG( pcPPS->getUniformSpacingFlag(),                                  "uniform_spacing_flag" );
214    if( pcPPS->getUniformSpacingFlag() == 0 )
215    {
216      for(UInt i=0; i<pcPPS->getNumColumnsMinus1(); i++)
217      {
218        WRITE_UVLC( pcPPS->getColumnWidth(i)-1,                                  "column_width_minus1" );
219      }
220      for(UInt i=0; i<pcPPS->getNumRowsMinus1(); i++)
221      {
222        WRITE_UVLC( pcPPS->getRowHeight(i)-1,                                    "row_height_minus1" );
223      }
224    }
225    if(pcPPS->getNumColumnsMinus1() !=0 || pcPPS->getNumRowsMinus1() !=0)
226    {
227      WRITE_FLAG( pcPPS->getLoopFilterAcrossTilesEnabledFlag()?1 : 0,          "loop_filter_across_tiles_enabled_flag");
228    }
229  }
230  WRITE_FLAG( pcPPS->getLoopFilterAcrossSlicesEnabledFlag()?1 : 0,        "loop_filter_across_slices_enabled_flag");
231  WRITE_FLAG( pcPPS->getDeblockingFilterControlPresentFlag()?1 : 0,       "deblocking_filter_control_present_flag");
232  if(pcPPS->getDeblockingFilterControlPresentFlag())
233  {
234    WRITE_FLAG( pcPPS->getDeblockingFilterOverrideEnabledFlag() ? 1 : 0,  "deblocking_filter_override_enabled_flag" ); 
235    WRITE_FLAG( pcPPS->getPicDisableDeblockingFilterFlag() ? 1 : 0,       "pps_disable_deblocking_filter_flag" );
236    if(!pcPPS->getPicDisableDeblockingFilterFlag())
237    {
238      WRITE_SVLC( pcPPS->getDeblockingFilterBetaOffsetDiv2(),             "pps_beta_offset_div2" );
239      WRITE_SVLC( pcPPS->getDeblockingFilterTcOffsetDiv2(),               "pps_tc_offset_div2" );
240    }
241  }
242#if H_MV
243  if ( pcPPS->getLayerId() > 0 )
244  {
245    WRITE_FLAG( pcPPS->getPpsInferScalingListFlag( ) ? 1 : 0 , "pps_infer_scaling_list_flag" );
246  }
247
248  if( pcPPS->getPpsInferScalingListFlag( ) ) 
249  {
250    WRITE_CODE( pcPPS->getPpsScalingListRefLayerId( ), 6, "pps_scaling_list_ref_layer_id" );
251  }
252  else
253  { 
254#endif 
255  WRITE_FLAG( pcPPS->getScalingListPresentFlag() ? 1 : 0,                          "pps_scaling_list_data_present_flag" ); 
256  if( pcPPS->getScalingListPresentFlag() )
257  {
258    codeScalingList( m_pcSlice->getScalingList() );
259  }
260#if H_MV
261  }
262#endif
263#if PPS_FIX_DEPTH
264  if( pcPPS->getSPS()->getVPS()->getDepthId(pcPPS->getSPS()->getLayerId()) )
265  {
266    WRITE_FLAG( 1, "lists_modification_present_flag" );
267  }
268  else
269#endif
270  WRITE_FLAG( pcPPS->getListsModificationPresentFlag(), "lists_modification_present_flag");
271  WRITE_UVLC( pcPPS->getLog2ParallelMergeLevelMinus2(), "log2_parallel_merge_level_minus2");
272#if PPS_FIX_DEPTH
273  if( pcPPS->getSPS()->getVPS()->getDepthId(pcPPS->getSPS()->getLayerId()) )
274  {
275    WRITE_FLAG( 1, "slice_segment_header_extension_present_flag" );
276  }
277  else
278#endif
279  WRITE_FLAG( pcPPS->getSliceHeaderExtensionPresentFlag() ? 1 : 0, "slice_segment_header_extension_present_flag");
280
281#if H_MV_HLS_7_GEN_P0166_PPS_EXTENSION
282#if !H_MV
283  WRITE_FLAG( 0, "pps_extension_flag" );
284#else
285  WRITE_FLAG( 1, "pps_extension_flag" );
286
287  for ( Int i = 0; i < PPS_EX_T_MAX_NUM; i++ )
288  {
289    WRITE_FLAG( pcPPS->getPpsExtensionTypeFlag( i ) ? 1 : 0 , "pps_extension_type_flag" );
290#if H_3D
291    assert( !pcPPS->getPpsExtensionTypeFlag( i ) || i == PPS_EX_T_MV || i == PPS_EX_T_3D || i == PPS_EX_T_ESC ); 
292#else
293    assert( !pcPPS->getPpsExtensionTypeFlag( i ) || i == PPS_EX_T_MV || i == PPS_EX_T_ESC ); 
294#endif
295  }
296
297  if( pcPPS->getPpsExtensionTypeFlag( PPS_EX_T_MV ) )
298  {
299#if H_MV_HLS7_GEN
300    WRITE_FLAG( pcPPS->getPocResetInfoPresentFlag( ) ? 1 : 0 , "poc_reset_info_present_flag" );
301#endif
302  }
303
304#if H_3D
305  if( pcPPS->getPpsExtensionTypeFlag( PPS_EX_T_3D ) ) // This probably needs to be aligned with Rext and SHVC
306  {
307    codePPSExtension( pcPPS ); 
308  }
309#endif
310
311#endif
312#else
313#if !H_3D
314  WRITE_FLAG( 0, "pps_extension_flag" );
315#else
316  WRITE_FLAG( 1, "pps_extension_flag" );
317  codePPSExtension( pcPPS ); 
318  WRITE_FLAG( 0, "pps_extension2_flag" );
319#endif
320#endif
321}
322
323#if H_3D
324Void  TEncCavlc::codePPSExtension        ( TComPPS* pcPPS )
325{
326  // Assuming that all PPS indirectly refer to the same VPS via different SPS
327  // There is no parsing dependency in decoding DLT in PPS.
328  // The VPS information passed to decodePPS() is used to arrange the decoded DLT tables to their corresponding layers.
329  // This is equivalent to the process of
330  //   Step 1) decoding DLT tables based on the number of depth layers, and
331  //   Step 2) mapping DLT tables to the depth layers
332  // as described in the 3D-HEVC WD.
333  TComVPS* pcVPS = pcPPS->getSPS()->getVPS();
334
335  TComDLT* pcDLT = pcPPS->getDLT();
336
337  WRITE_FLAG( pcDLT->getDltPresentFlag() ? 1 : 0, "dlt_present_flag" );
338
339  if ( pcDLT->getDltPresentFlag() )
340  {
341    WRITE_CODE(pcDLT->getNumDepthViews(), 6, "pps_depth_layers_minus1");
342    WRITE_CODE((pcDLT->getDepthViewBitDepth() - 8), 4, "pps_bit_depth_for_depth_views_minus8");
343
344    for( Int i = 0; i <= pcVPS->getMaxLayersMinus1(); i++ )
345    {
346      if ( i != 0 )
347      {
348        if ( pcVPS->getDepthId( i ) == 1 )
349        {
350          WRITE_FLAG( pcDLT->getUseDLTFlag( i ) ? 1 : 0, "dlt_flag[i]" );
351
352          if ( pcDLT->getUseDLTFlag( i ) )
353          {
354            WRITE_FLAG( pcDLT->getInterViewDltPredEnableFlag( i ) ? 1 : 0, "inter_view_dlt_pred_enable_flag[ i ]");
355
356            // ----------------------------- determine whether to use bit-map -----------------------------
357            Bool bDltBitMapRepFlag       = false;
358            UInt uiNumBitsNonBitMap      = 0;
359            UInt uiNumBitsBitMap         = 0;
360
361            UInt uiMaxDiff               = 0;
362            UInt uiMinDiff               = 0xffffffff;
363            UInt uiLengthMinDiff         = 0;
364            UInt uiLengthDltDiffMinusMin = 0;
365
366            UInt* puiDltDiffValues       = NULL;
367           
368            Int aiIdx2DepthValue_coded[256];
369            UInt uiNumDepthValues_coded = 0;
370           
371            uiNumDepthValues_coded = pcDLT->getNumDepthValues(i);
372            for( UInt ui = 0; ui<uiNumDepthValues_coded; ui++ )
373            {
374              aiIdx2DepthValue_coded[ui] = pcDLT->idx2DepthValue(i, ui);
375            }
376           
377#if H_3D_DELTA_DLT
378            if( pcDLT->getInterViewDltPredEnableFlag( i ) )
379            {
380              AOF( pcVPS->getDepthId( 1 ) == 1 );
381              AOF( i > 1 );
382              // assumes ref layer id to be 1
383              Int* piRefDLT = pcDLT->idx2DepthValue( 1 );
384              UInt uiRefNum = pcDLT->getNumDepthValues( 1 );
385              pcDLT->getDeltaDLT(i, piRefDLT, uiRefNum, aiIdx2DepthValue_coded, &uiNumDepthValues_coded);
386            }
387#endif
388
389            if ( NULL == (puiDltDiffValues = (UInt *)calloc(uiNumDepthValues_coded, sizeof(UInt))) )
390            {
391              exit(-1);
392            }
393
394            for (UInt d = 1; d < uiNumDepthValues_coded; d++)
395            {
396              puiDltDiffValues[d] = aiIdx2DepthValue_coded[d] - aiIdx2DepthValue_coded[d-1];
397
398              if ( uiMaxDiff < puiDltDiffValues[d] )
399              {
400                uiMaxDiff = puiDltDiffValues[d];
401              }
402
403              if ( uiMinDiff > puiDltDiffValues[d] )
404              {
405                uiMinDiff = puiDltDiffValues[d];
406              }
407            }
408
409            // counting bits
410            // diff coding branch
411            uiNumBitsNonBitMap += 8;                          // u(v) bits for num_depth_values_in_dlt[layerId] (i.e. num_entry[ layerId ])
412
413            if ( uiNumDepthValues_coded > 1 )
414            {
415              uiNumBitsNonBitMap += 8;                        // u(v) bits for max_diff[ layerId ]
416            }
417
418            if ( uiNumDepthValues_coded > 2 )
419            {
420              uiLengthMinDiff    = (UInt) ceil(Log2(uiMaxDiff + 1));
421              uiNumBitsNonBitMap += uiLengthMinDiff;          // u(v)  bits for min_diff[ layerId ]
422            }
423
424            uiNumBitsNonBitMap += 8;                          // u(v) bits for dlt_depth_value0[ layerId ]
425
426            if (uiMaxDiff > uiMinDiff)
427            {
428              uiLengthDltDiffMinusMin = (UInt) ceil(Log2(uiMaxDiff - uiMinDiff + 1));
429              uiNumBitsNonBitMap += uiLengthDltDiffMinusMin * (uiNumDepthValues_coded - 1);  // u(v) bits for dlt_depth_value_diff_minus_min[ layerId ][ j ]
430            }
431
432            // bit map branch
433            uiNumBitsBitMap = 256;   // uiNumBitsBitMap = 1 << pcDLT->getDepthViewBitDepth();
434
435            // determine bDltBitMapFlag
436            bDltBitMapRepFlag = (uiNumBitsBitMap > uiNumBitsNonBitMap) ? false : true;
437
438            // ----------------------------- Actual coding -----------------------------
439            if ( pcDLT->getInterViewDltPredEnableFlag( i ) == false )
440            {
441              WRITE_FLAG( bDltBitMapRepFlag ? 1 : 0, "dlt_bit_map_rep_flag[ layerId ]" );
442            }
443            else
444            {
445              bDltBitMapRepFlag = false;
446            }
447
448            // bit map coding
449            if ( bDltBitMapRepFlag )
450            {
451              UInt uiDltArrayIndex = 0; 
452              for (UInt d=0; d < 256; d++)
453              {
454                if ( d == aiIdx2DepthValue_coded[uiDltArrayIndex] )
455                {                 
456                  WRITE_FLAG(1, "dlt_bit_map_flag[ layerId ][ j ]");
457                  uiDltArrayIndex++;
458                }
459                else
460                {
461                  WRITE_FLAG(0, "dlt_bit_map_flag[ layerId ][ j ]");
462                }
463              }
464            }
465            // Diff Coding
466            else
467            {
468              WRITE_CODE(uiNumDepthValues_coded, 8, "num_depth_values_in_dlt[i]");    // num_entry
469
470#if !H_3D_DELTA_DLT
471              if ( pcDLT->getInterViewDltPredEnableFlag( i ) == false )   // Single-view DLT Diff Coding
472#endif
473              {
474                // The condition if( uiNumDepthValues_coded > 0 ) is always true since for Single-view Diff Coding, there is at least one depth value in depth component.
475                if ( uiNumDepthValues_coded > 1 )
476                {
477                  WRITE_CODE(uiMaxDiff, 8, "max_diff[ layerId ]");        // max_diff
478                }
479
480                if ( uiNumDepthValues_coded > 2 )
481                {
482                  WRITE_CODE((uiMinDiff - 1), uiLengthMinDiff, "min_diff_minus1[ layerId ]");     // min_diff_minus1
483                }
484
485                WRITE_CODE(aiIdx2DepthValue_coded[0], 8, "dlt_depth_value0[layerId]");          // entry0
486
487                if (uiMaxDiff > uiMinDiff)
488                {
489                  for (UInt d=1; d < uiNumDepthValues_coded; d++)
490                  {
491                    WRITE_CODE( (puiDltDiffValues[d] - uiMinDiff), uiLengthDltDiffMinusMin, "dlt_depth_value_diff_minus_min[ layerId ][ j ]");    // entry_value_diff_minus_min[ k ]
492                  }
493                }
494              }
495            }
496
497            free(puiDltDiffValues);
498          }
499        }
500      }
501    }
502  }
503}
504#endif
505
506Void TEncCavlc::codeVUI( TComVUI *pcVUI, TComSPS* pcSPS )
507{
508#if ENC_DEC_TRACE
509  fprintf( g_hTrace, "----------- vui_parameters -----------\n");
510#endif
511  WRITE_FLAG(pcVUI->getAspectRatioInfoPresentFlag(),            "aspect_ratio_info_present_flag");
512  if (pcVUI->getAspectRatioInfoPresentFlag())
513  {
514    WRITE_CODE(pcVUI->getAspectRatioIdc(), 8,                   "aspect_ratio_idc" );
515    if (pcVUI->getAspectRatioIdc() == 255)
516    {
517      WRITE_CODE(pcVUI->getSarWidth(), 16,                      "sar_width");
518      WRITE_CODE(pcVUI->getSarHeight(), 16,                     "sar_height");
519    }
520  }
521  WRITE_FLAG(pcVUI->getOverscanInfoPresentFlag(),               "overscan_info_present_flag");
522  if (pcVUI->getOverscanInfoPresentFlag())
523  {
524    WRITE_FLAG(pcVUI->getOverscanAppropriateFlag(),             "overscan_appropriate_flag");
525  }
526  WRITE_FLAG(pcVUI->getVideoSignalTypePresentFlag(),            "video_signal_type_present_flag");
527#if H_MV
528  assert( pcSPS->getLayerId() == 0 || !pcVUI->getVideoSignalTypePresentFlag() ); 
529#endif
530  if (pcVUI->getVideoSignalTypePresentFlag())
531  {
532    WRITE_CODE(pcVUI->getVideoFormat(), 3,                      "video_format");
533    WRITE_FLAG(pcVUI->getVideoFullRangeFlag(),                  "video_full_range_flag");
534    WRITE_FLAG(pcVUI->getColourDescriptionPresentFlag(),        "colour_description_present_flag");
535    if (pcVUI->getColourDescriptionPresentFlag())
536    {
537      WRITE_CODE(pcVUI->getColourPrimaries(), 8,                "colour_primaries");
538      WRITE_CODE(pcVUI->getTransferCharacteristics(), 8,        "transfer_characteristics");
539      WRITE_CODE(pcVUI->getMatrixCoefficients(), 8,             "matrix_coefficients");
540    }
541  }
542
543  WRITE_FLAG(pcVUI->getChromaLocInfoPresentFlag(),              "chroma_loc_info_present_flag");
544  if (pcVUI->getChromaLocInfoPresentFlag())
545  {
546    WRITE_UVLC(pcVUI->getChromaSampleLocTypeTopField(),         "chroma_sample_loc_type_top_field");
547    WRITE_UVLC(pcVUI->getChromaSampleLocTypeBottomField(),      "chroma_sample_loc_type_bottom_field");
548  }
549
550  WRITE_FLAG(pcVUI->getNeutralChromaIndicationFlag(),           "neutral_chroma_indication_flag");
551  WRITE_FLAG(pcVUI->getFieldSeqFlag(),                          "field_seq_flag");
552  WRITE_FLAG(pcVUI->getFrameFieldInfoPresentFlag(),             "frame_field_info_present_flag");
553
554  Window defaultDisplayWindow = pcVUI->getDefaultDisplayWindow();
555  WRITE_FLAG(defaultDisplayWindow.getWindowEnabledFlag(),       "default_display_window_flag");
556  if( defaultDisplayWindow.getWindowEnabledFlag() )
557  {
558    WRITE_UVLC(defaultDisplayWindow.getWindowLeftOffset(),      "def_disp_win_left_offset");
559    WRITE_UVLC(defaultDisplayWindow.getWindowRightOffset(),     "def_disp_win_right_offset");
560    WRITE_UVLC(defaultDisplayWindow.getWindowTopOffset(),       "def_disp_win_top_offset");
561    WRITE_UVLC(defaultDisplayWindow.getWindowBottomOffset(),    "def_disp_win_bottom_offset");
562  }
563  TimingInfo *timingInfo = pcVUI->getTimingInfo();
564  WRITE_FLAG(timingInfo->getTimingInfoPresentFlag(),          "vui_timing_info_present_flag");
565  if(timingInfo->getTimingInfoPresentFlag())
566  {
567    WRITE_CODE(timingInfo->getNumUnitsInTick(), 32,           "vui_num_units_in_tick");
568    WRITE_CODE(timingInfo->getTimeScale(),      32,           "vui_time_scale");
569    WRITE_FLAG(timingInfo->getPocProportionalToTimingFlag(),  "vui_poc_proportional_to_timing_flag");
570    if(timingInfo->getPocProportionalToTimingFlag())
571    {
572      WRITE_UVLC(timingInfo->getNumTicksPocDiffOneMinus1(),   "vui_num_ticks_poc_diff_one_minus1");
573    }
574  WRITE_FLAG(pcVUI->getHrdParametersPresentFlag(),              "hrd_parameters_present_flag");
575  if( pcVUI->getHrdParametersPresentFlag() )
576  {
577    codeHrdParameters(pcVUI->getHrdParameters(), 1, pcSPS->getMaxTLayers() - 1 );
578  }
579  }
580
581  WRITE_FLAG(pcVUI->getBitstreamRestrictionFlag(),              "bitstream_restriction_flag");
582  if (pcVUI->getBitstreamRestrictionFlag())
583  {
584    WRITE_FLAG(pcVUI->getTilesFixedStructureFlag(),             "tiles_fixed_structure_flag");
585    WRITE_FLAG(pcVUI->getMotionVectorsOverPicBoundariesFlag(),  "motion_vectors_over_pic_boundaries_flag");
586    WRITE_FLAG(pcVUI->getRestrictedRefPicListsFlag(),           "restricted_ref_pic_lists_flag");
587    WRITE_UVLC(pcVUI->getMinSpatialSegmentationIdc(),           "min_spatial_segmentation_idc");
588    WRITE_UVLC(pcVUI->getMaxBytesPerPicDenom(),                 "max_bytes_per_pic_denom");
589    WRITE_UVLC(pcVUI->getMaxBitsPerMinCuDenom(),                "max_bits_per_mincu_denom");
590    WRITE_UVLC(pcVUI->getLog2MaxMvLengthHorizontal(),           "log2_max_mv_length_horizontal");
591    WRITE_UVLC(pcVUI->getLog2MaxMvLengthVertical(),             "log2_max_mv_length_vertical");
592  }
593}
594
595Void TEncCavlc::codeHrdParameters( TComHRD *hrd, Bool commonInfPresentFlag, UInt maxNumSubLayersMinus1 )
596{
597  if( commonInfPresentFlag )
598  {
599    WRITE_FLAG( hrd->getNalHrdParametersPresentFlag() ? 1 : 0 ,  "nal_hrd_parameters_present_flag" );
600    WRITE_FLAG( hrd->getVclHrdParametersPresentFlag() ? 1 : 0 ,  "vcl_hrd_parameters_present_flag" );
601    if( hrd->getNalHrdParametersPresentFlag() || hrd->getVclHrdParametersPresentFlag() )
602    {
603      WRITE_FLAG( hrd->getSubPicCpbParamsPresentFlag() ? 1 : 0,  "sub_pic_cpb_params_present_flag" );
604      if( hrd->getSubPicCpbParamsPresentFlag() )
605      {
606        WRITE_CODE( hrd->getTickDivisorMinus2(), 8,              "tick_divisor_minus2" );
607        WRITE_CODE( hrd->getDuCpbRemovalDelayLengthMinus1(), 5,  "du_cpb_removal_delay_length_minus1" );
608        WRITE_FLAG( hrd->getSubPicCpbParamsInPicTimingSEIFlag() ? 1 : 0, "sub_pic_cpb_params_in_pic_timing_sei_flag" );
609        WRITE_CODE( hrd->getDpbOutputDelayDuLengthMinus1(), 5,   "dpb_output_delay_du_length_minus1"  );
610      }
611      WRITE_CODE( hrd->getBitRateScale(), 4,                     "bit_rate_scale" );
612      WRITE_CODE( hrd->getCpbSizeScale(), 4,                     "cpb_size_scale" );
613      if( hrd->getSubPicCpbParamsPresentFlag() )
614      {
615        WRITE_CODE( hrd->getDuCpbSizeScale(), 4,                "du_cpb_size_scale" ); 
616      }
617      WRITE_CODE( hrd->getInitialCpbRemovalDelayLengthMinus1(), 5, "initial_cpb_removal_delay_length_minus1" );
618      WRITE_CODE( hrd->getCpbRemovalDelayLengthMinus1(),        5, "au_cpb_removal_delay_length_minus1" );
619      WRITE_CODE( hrd->getDpbOutputDelayLengthMinus1(),         5, "dpb_output_delay_length_minus1" );
620    }
621  }
622  Int i, j, nalOrVcl;
623  for( i = 0; i <= maxNumSubLayersMinus1; i ++ )
624  {
625    WRITE_FLAG( hrd->getFixedPicRateFlag( i ) ? 1 : 0,          "fixed_pic_rate_general_flag");
626    if( !hrd->getFixedPicRateFlag( i ) )
627    {
628      WRITE_FLAG( hrd->getFixedPicRateWithinCvsFlag( i ) ? 1 : 0, "fixed_pic_rate_within_cvs_flag");
629    }
630    else
631    {
632      hrd->setFixedPicRateWithinCvsFlag( i, true );
633    }
634    if( hrd->getFixedPicRateWithinCvsFlag( i ) )
635    {
636      WRITE_UVLC( hrd->getPicDurationInTcMinus1( i ),           "elemental_duration_in_tc_minus1");
637    }
638    else
639    {
640      WRITE_FLAG( hrd->getLowDelayHrdFlag( i ) ? 1 : 0,           "low_delay_hrd_flag");
641    }
642    if (!hrd->getLowDelayHrdFlag( i ))
643    {
644      WRITE_UVLC( hrd->getCpbCntMinus1( i ),                      "cpb_cnt_minus1");
645    }
646   
647    for( nalOrVcl = 0; nalOrVcl < 2; nalOrVcl ++ )
648    {
649      if( ( ( nalOrVcl == 0 ) && ( hrd->getNalHrdParametersPresentFlag() ) ) ||
650          ( ( nalOrVcl == 1 ) && ( hrd->getVclHrdParametersPresentFlag() ) ) )
651      {
652        for( j = 0; j <= ( hrd->getCpbCntMinus1( i ) ); j ++ )
653        {
654          WRITE_UVLC( hrd->getBitRateValueMinus1( i, j, nalOrVcl ), "bit_rate_value_minus1");
655          WRITE_UVLC( hrd->getCpbSizeValueMinus1( i, j, nalOrVcl ), "cpb_size_value_minus1");
656          if( hrd->getSubPicCpbParamsPresentFlag() )
657          {
658            WRITE_UVLC( hrd->getDuCpbSizeValueMinus1( i, j, nalOrVcl ), "cpb_size_du_value_minus1"); 
659            WRITE_UVLC( hrd->getDuBitRateValueMinus1( i, j, nalOrVcl ), "bit_rate_du_value_minus1");
660          }
661          WRITE_FLAG( hrd->getCbrFlag( i, j, nalOrVcl ) ? 1 : 0, "cbr_flag");
662        }
663      }
664    }
665  }
666}
667
668#if H_3D
669Void TEncCavlc::codeSPS( TComSPS* pcSPS, Int viewIndex, Bool depthFlag )
670#else
671Void TEncCavlc::codeSPS( TComSPS* pcSPS )
672#endif
673{
674#if ENC_DEC_TRACE 
675  xTraceSPSHeader (pcSPS);
676#endif
677  WRITE_CODE( pcSPS->getVPSId (),          4,       "sps_video_parameter_set_id" );
678#if H_MV
679  if ( pcSPS->getLayerId() == 0 )
680  {
681#endif
682  WRITE_CODE( pcSPS->getMaxTLayers() - 1,  3,       "sps_max_sub_layers_minus1" );
683  WRITE_FLAG( pcSPS->getTemporalIdNestingFlag() ? 1 : 0,                             "sps_temporal_id_nesting_flag" );
684  codePTL(pcSPS->getPTL(), 1, pcSPS->getMaxTLayers() - 1);
685#if H_MV
686}
687#endif
688  WRITE_UVLC( pcSPS->getSPSId (),                   "sps_seq_parameter_set_id" );
689#if H_MV
690  if ( pcSPS->getLayerId() > 0 )
691  {
692    WRITE_FLAG( pcSPS->getUpdateRepFormatFlag( ) ? 1 : 0 , "update_rep_format_flag" );
693    if ( pcSPS->getUpdateRepFormatFlag() )
694    { 
695      WRITE_CODE( pcSPS->getSpsRepFormatIdx( ), 8, "sps_rep_format_idx" );
696    }
697  }
698  else
699  {
700#endif
701  WRITE_UVLC( pcSPS->getChromaFormatIdc (),         "chroma_format_idc" );
702  assert(pcSPS->getChromaFormatIdc () == 1);
703  // in the first version chroma_format_idc can only be equal to 1 (4:2:0)
704  if( pcSPS->getChromaFormatIdc () == 3 )
705  {
706    WRITE_FLAG( 0,                                  "separate_colour_plane_flag");
707  }
708
709  WRITE_UVLC( pcSPS->getPicWidthInLumaSamples (),   "pic_width_in_luma_samples" );
710  WRITE_UVLC( pcSPS->getPicHeightInLumaSamples(),   "pic_height_in_luma_samples" );
711#if H_MV
712  }
713#endif
714  Window conf = pcSPS->getConformanceWindow();
715
716  WRITE_FLAG( conf.getWindowEnabledFlag(),          "conformance_window_flag" );
717  if (conf.getWindowEnabledFlag())
718  {
719    WRITE_UVLC( conf.getWindowLeftOffset()   / TComSPS::getWinUnitX(pcSPS->getChromaFormatIdc() ), "conf_win_left_offset" );
720    WRITE_UVLC( conf.getWindowRightOffset()  / TComSPS::getWinUnitX(pcSPS->getChromaFormatIdc() ), "conf_win_right_offset" );
721    WRITE_UVLC( conf.getWindowTopOffset()    / TComSPS::getWinUnitY(pcSPS->getChromaFormatIdc() ), "conf_win_top_offset" );
722    WRITE_UVLC( conf.getWindowBottomOffset() / TComSPS::getWinUnitY(pcSPS->getChromaFormatIdc() ), "conf_win_bottom_offset" );
723  }
724#if H_MV
725  if ( pcSPS->getLayerId() == 0 )
726  { 
727#endif
728  WRITE_UVLC( pcSPS->getBitDepthY() - 8,             "bit_depth_luma_minus8" );
729  WRITE_UVLC( pcSPS->getBitDepthC() - 8,             "bit_depth_chroma_minus8" );
730#if H_MV
731  }
732#endif
733  WRITE_UVLC( pcSPS->getBitsForPOC()-4,                 "log2_max_pic_order_cnt_lsb_minus4" );
734#if H_MV_HLS_7_SPS_P0155_16_32
735  if ( pcSPS->getLayerId() == 0 ) 
736  { 
737#endif
738  const Bool subLayerOrderingInfoPresentFlag = 1;
739  WRITE_FLAG(subLayerOrderingInfoPresentFlag,       "sps_sub_layer_ordering_info_present_flag");
740  for(UInt i=0; i <= pcSPS->getMaxTLayers()-1; i++)
741  {
742    WRITE_UVLC( pcSPS->getMaxDecPicBuffering(i) - 1,       "sps_max_dec_pic_buffering_minus1[i]" );
743    WRITE_UVLC( pcSPS->getNumReorderPics(i),               "sps_num_reorder_pics[i]" );
744    WRITE_UVLC( pcSPS->getMaxLatencyIncrease(i),           "sps_max_latency_increase_plus1[i]" );
745    if (!subLayerOrderingInfoPresentFlag)
746    {
747      break;
748    }
749  }
750#if H_MV_HLS_7_SPS_P0155_16_32
751  }
752#endif
753
754  assert( pcSPS->getMaxCUWidth() == pcSPS->getMaxCUHeight() );
755 
756  WRITE_UVLC( pcSPS->getLog2MinCodingBlockSize() - 3,                                "log2_min_coding_block_size_minus3" );
757  WRITE_UVLC( pcSPS->getLog2DiffMaxMinCodingBlockSize(),                             "log2_diff_max_min_coding_block_size" );
758  WRITE_UVLC( pcSPS->getQuadtreeTULog2MinSize() - 2,                                 "log2_min_transform_block_size_minus2" );
759  WRITE_UVLC( pcSPS->getQuadtreeTULog2MaxSize() - pcSPS->getQuadtreeTULog2MinSize(), "log2_diff_max_min_transform_block_size" );
760  WRITE_UVLC( pcSPS->getQuadtreeTUMaxDepthInter() - 1,                               "max_transform_hierarchy_depth_inter" );
761  WRITE_UVLC( pcSPS->getQuadtreeTUMaxDepthIntra() - 1,                               "max_transform_hierarchy_depth_intra" );
762  WRITE_FLAG( pcSPS->getScalingListFlag() ? 1 : 0,                                   "scaling_list_enabled_flag" ); 
763  if(pcSPS->getScalingListFlag())
764  {
765#if H_MV
766    if ( pcSPS->getLayerId() > 0 )
767    {   
768      WRITE_FLAG( pcSPS->getSpsInferScalingListFlag( ) ? 1 : 0 , "sps_infer_scaling_list_flag" );
769    }
770
771    if ( pcSPS->getSpsInferScalingListFlag() )
772    {
773      WRITE_CODE( pcSPS->getSpsScalingListRefLayerId( ), 6, "sps_scaling_list_ref_layer_id" );
774    }
775    else
776    {   
777#endif
778    WRITE_FLAG( pcSPS->getScalingListPresentFlag() ? 1 : 0,                          "sps_scaling_list_data_present_flag" ); 
779    if(pcSPS->getScalingListPresentFlag())
780    {
781      codeScalingList( m_pcSlice->getScalingList() );
782    }
783#if H_MV
784    }
785#endif
786  }
787  WRITE_FLAG( pcSPS->getUseAMP() ? 1 : 0,                                            "amp_enabled_flag" );
788  WRITE_FLAG( pcSPS->getUseSAO() ? 1 : 0,                                            "sample_adaptive_offset_enabled_flag");
789
790  WRITE_FLAG( pcSPS->getUsePCM() ? 1 : 0,                                            "pcm_enabled_flag");
791  if( pcSPS->getUsePCM() )
792  {
793    WRITE_CODE( pcSPS->getPCMBitDepthLuma() - 1, 4,                                  "pcm_sample_bit_depth_luma_minus1" );
794    WRITE_CODE( pcSPS->getPCMBitDepthChroma() - 1, 4,                                "pcm_sample_bit_depth_chroma_minus1" );
795    WRITE_UVLC( pcSPS->getPCMLog2MinSize() - 3,                                      "log2_min_pcm_luma_coding_block_size_minus3" );
796    WRITE_UVLC( pcSPS->getPCMLog2MaxSize() - pcSPS->getPCMLog2MinSize(),             "log2_diff_max_min_pcm_luma_coding_block_size" );
797    WRITE_FLAG( pcSPS->getPCMFilterDisableFlag()?1 : 0,                              "pcm_loop_filter_disable_flag");
798  }
799
800  assert( pcSPS->getMaxTLayers() > 0 );         
801
802  TComRPSList* rpsList = pcSPS->getRPSList();
803  TComReferencePictureSet*      rps;
804
805  WRITE_UVLC(rpsList->getNumberOfReferencePictureSets(), "num_short_term_ref_pic_sets" );
806  for(Int i=0; i < rpsList->getNumberOfReferencePictureSets(); i++)
807  {
808    rps = rpsList->getReferencePictureSet(i);
809    codeShortTermRefPicSet(pcSPS,rps,false, i);
810  }
811  WRITE_FLAG( pcSPS->getLongTermRefsPresent() ? 1 : 0,         "long_term_ref_pics_present_flag" );
812  if (pcSPS->getLongTermRefsPresent()) 
813  {
814    WRITE_UVLC(pcSPS->getNumLongTermRefPicSPS(), "num_long_term_ref_pic_sps" );
815    for (UInt k = 0; k < pcSPS->getNumLongTermRefPicSPS(); k++)
816    {
817      WRITE_CODE( pcSPS->getLtRefPicPocLsbSps(k), pcSPS->getBitsForPOC(), "lt_ref_pic_poc_lsb_sps");
818      WRITE_FLAG( pcSPS->getUsedByCurrPicLtSPSFlag(k), "used_by_curr_pic_lt_sps_flag");
819    }
820  }
821  WRITE_FLAG( pcSPS->getTMVPFlagsPresent()  ? 1 : 0,           "sps_temporal_mvp_enable_flag" );
822
823  WRITE_FLAG( pcSPS->getUseStrongIntraSmoothing(),             "sps_strong_intra_smoothing_enable_flag" );
824
825  WRITE_FLAG( pcSPS->getVuiParametersPresentFlag(),             "vui_parameters_present_flag" );
826  if (pcSPS->getVuiParametersPresentFlag())
827  {
828      codeVUI(pcSPS->getVuiParameters(), pcSPS);
829  }
830
831#if !H_MV
832  WRITE_FLAG( 0, "sps_extension_flag" );
833#else
834  WRITE_FLAG( pcSPS->getSpsExtensionFlag(), "sps_extension_flag" );
835
836  if ( pcSPS->getSpsExtensionFlag() )
837  {
838    for (Int i = 0; i < PS_EX_T_MAX_NUM; i++)
839    {
840      WRITE_FLAG( pcSPS->getSpsExtensionTypeFlag( i ) ? 1 : 0 , "sps_extension_type_flag" );
841#if H_3D
842      assert( !pcSPS->getSpsExtensionTypeFlag( i ) || i == PS_EX_T_MV || i == PS_EX_T_3D ); 
843#else
844      assert( !pcSPS->getSpsExtensionTypeFlag( i ) || i == PS_EX_T_MV ); 
845#endif
846    } 
847
848    if( pcSPS->getSpsExtensionTypeFlag( PS_EX_T_MV ))
849    {
850      codeSPSExtension( pcSPS ); 
851    }
852
853#if H_3D
854    if( pcSPS->getSpsExtensionTypeFlag( PS_EX_T_3D ))
855    {
856      codeSPSExtension2( pcSPS, viewIndex, depthFlag ); 
857    }
858#endif
859  }
860#endif
861}
862
863#if H_MV
864Void TEncCavlc::codeSPSExtension( TComSPS* pcSPS )
865{
866  WRITE_FLAG( pcSPS->getInterViewMvVertConstraintFlag() ? 1 : 0, "inter_view_mv_vert_constraint_flag" );
867
868  WRITE_UVLC( pcSPS->getNumScaledRefLayerOffsets( ), "num_scaled_ref_layer_offsets" );
869
870  for( Int i = 0; i < pcSPS->getNumScaledRefLayerOffsets( ); i++)
871  {   
872    WRITE_CODE( pcSPS->getScaledRefLayerId( i ), 6, "scaled_ref_layer_id" );
873
874    Int j = pcSPS->getScaledRefLayerId( i ); 
875   
876    WRITE_SVLC( pcSPS->getScaledRefLayerLeftOffset( j ), "scaled_ref_layer_left_offset" );
877    WRITE_SVLC( pcSPS->getScaledRefLayerTopOffset( j ), "scaled_ref_layer_top_offset" );
878    WRITE_SVLC( pcSPS->getScaledRefLayerRightOffset( j ), "scaled_ref_layer_right_offset" );
879    WRITE_SVLC( pcSPS->getScaledRefLayerBottomOffset( j ), "scaled_ref_layer_bottom_offset" );
880#if H_MV_HLS_7_RESERVED_FLAGS
881    WRITE_FLAG( 0, "sps_multilayer_ext_reserved_zero_flag[ j ]" );
882#endif
883  }
884}
885#endif
886
887#if H_3D
888Void TEncCavlc::codeSPSExtension2( TComSPS* pcSPS, Int viewIndex, Bool depthFlag )
889{
890#if H_3D_QTLPC
891//GT: This has to go to VPS
892if( depthFlag )
893{
894  WRITE_FLAG( pcSPS->getUseQTL() ? 1 : 0, "use_qtl_flag");
895  WRITE_FLAG( pcSPS->getUsePC()  ? 1 : 0, "use_pc_flag");
896}
897#endif
898}
899#endif
900
901Void TEncCavlc::codeVPS( TComVPS* pcVPS )
902{
903  WRITE_CODE( pcVPS->getVPSId(),                    4,        "vps_video_parameter_set_id" );
904  WRITE_CODE( 3,                                    2,        "vps_reserved_three_2bits" );
905#if H_MV
906  WRITE_CODE( pcVPS->getMaxLayersMinus1(),       6,        "vps_max_layers_minus1" );
907#else
908  WRITE_CODE( 0,                                    6,        "vps_reserved_zero_6bits" );
909#endif
910  WRITE_CODE( pcVPS->getMaxTLayers() - 1,           3,        "vps_max_sub_layers_minus1" );
911  WRITE_FLAG( pcVPS->getTemporalNestingFlag(),                "vps_temporal_id_nesting_flag" );
912  assert (pcVPS->getMaxTLayers()>1||pcVPS->getTemporalNestingFlag());
913#if H_MV && !H_MV_HLS7_GEN
914  WRITE_CODE( 0xffff,                              16,        "vps_extension_offset" );
915#else
916  WRITE_CODE( 0xffff,                              16,        "vps_reserved_ffff_16bits" );
917#endif
918  codePTL( pcVPS->getPTL(), true, pcVPS->getMaxTLayers() - 1 );
919  const Bool subLayerOrderingInfoPresentFlag = 1;
920  WRITE_FLAG(subLayerOrderingInfoPresentFlag,              "vps_sub_layer_ordering_info_present_flag");
921  for(UInt i=0; i <= pcVPS->getMaxTLayers()-1; i++)
922  {
923    WRITE_UVLC( pcVPS->getMaxDecPicBuffering(i) - 1,       "vps_max_dec_pic_buffering_minus1[i]" );
924    WRITE_UVLC( pcVPS->getNumReorderPics(i),               "vps_num_reorder_pics[i]" );
925    WRITE_UVLC( pcVPS->getMaxLatencyIncrease(i),           "vps_max_latency_increase_plus1[i]" );
926    if (!subLayerOrderingInfoPresentFlag)
927    {
928      break;
929    }
930  }
931
932  assert( pcVPS->getNumHrdParameters() <= MAX_VPS_NUM_HRD_PARAMETERS );
933#if H_MV
934  assert( pcVPS->getVpsMaxLayerId() < MAX_VPS_NUH_LAYER_ID_PLUS1 );
935  WRITE_CODE( pcVPS->getVpsMaxLayerId(), 6,                 "vps_max_layer_id" ); 
936 
937  WRITE_UVLC( pcVPS->getVpsNumLayerSetsMinus1(),  "vps_max_num_layer_sets_minus1" );
938  for( UInt opsIdx = 1; opsIdx <= pcVPS->getVpsNumLayerSetsMinus1(); opsIdx ++ )
939  {
940    // Operation point set
941    for( UInt i = 0; i <= pcVPS->getVpsMaxLayerId(); i ++ )
942    {
943#else
944  assert( pcVPS->getMaxNuhReservedZeroLayerId() < MAX_VPS_NUH_RESERVED_ZERO_LAYER_ID_PLUS1 );
945  WRITE_CODE( pcVPS->getMaxNuhReservedZeroLayerId(), 6,     "vps_max_nuh_reserved_zero_layer_id" );
946  pcVPS->setMaxOpSets(1);
947  WRITE_UVLC( pcVPS->getMaxOpSets() - 1,                    "vps_max_op_sets_minus1" );
948  for( UInt opsIdx = 1; opsIdx <= ( pcVPS->getMaxOpSets() - 1 ); opsIdx ++ )
949  {
950    // Operation point set
951    for( UInt i = 0; i <= pcVPS->getMaxNuhReservedZeroLayerId(); i ++ )
952    {
953      // Only applicable for version 1
954      pcVPS->setLayerIdIncludedFlag( true, opsIdx, i );
955#endif
956      WRITE_FLAG( pcVPS->getLayerIdIncludedFlag( opsIdx, i ) ? 1 : 0, "layer_id_included_flag[opsIdx][i]" );
957    }
958  }
959  TimingInfo *timingInfo = pcVPS->getTimingInfo();
960  WRITE_FLAG(timingInfo->getTimingInfoPresentFlag(),          "vps_timing_info_present_flag");
961  if(timingInfo->getTimingInfoPresentFlag())
962  {
963    WRITE_CODE(timingInfo->getNumUnitsInTick(), 32,           "vps_num_units_in_tick");
964    WRITE_CODE(timingInfo->getTimeScale(),      32,           "vps_time_scale");
965    WRITE_FLAG(timingInfo->getPocProportionalToTimingFlag(),  "vps_poc_proportional_to_timing_flag");
966    if(timingInfo->getPocProportionalToTimingFlag())
967    {
968      WRITE_UVLC(timingInfo->getNumTicksPocDiffOneMinus1(),   "vps_num_ticks_poc_diff_one_minus1");
969    }
970    pcVPS->setNumHrdParameters( 0 );
971    WRITE_UVLC( pcVPS->getNumHrdParameters(),                 "vps_num_hrd_parameters" );
972
973    if( pcVPS->getNumHrdParameters() > 0 )
974    {
975      pcVPS->createHrdParamBuffer();
976    }
977    for( UInt i = 0; i < pcVPS->getNumHrdParameters(); i ++ )
978    {
979      // Only applicable for version 1
980      pcVPS->setHrdOpSetIdx( 0, i );
981      WRITE_UVLC( pcVPS->getHrdOpSetIdx( i ),                "hrd_op_set_idx" );
982      if( i > 0 )
983      {
984        WRITE_FLAG( pcVPS->getCprmsPresentFlag( i ) ? 1 : 0, "cprms_present_flag[i]" );
985      }
986      codeHrdParameters(pcVPS->getHrdParameters(i), pcVPS->getCprmsPresentFlag( i ), pcVPS->getMaxTLayers() - 1);
987    }
988  }
989#if H_MV
990  WRITE_FLAG( 1,                     "vps_extension_flag" );
991  m_pcBitIf->writeAlignOne();
992  codeVPSExtension( pcVPS );                           
993#if H_3D
994  WRITE_FLAG( 1,                     "vps_extension2_flag" );
995  m_pcBitIf->writeAlignOne();     
996  codeVPSExtension2( pcVPS ); 
997  WRITE_FLAG( 0,                     "vps_extension3_flag" );
998#else
999  WRITE_FLAG( 0,                     "vps_extension2_flag" );
1000#endif
1001#else
1002  WRITE_FLAG( 0,                     "vps_extension_flag" );
1003#endif
1004  //future extensions here..
1005
1006  return;
1007}
1008
1009
1010
1011#if H_MV
1012Void TEncCavlc::codeVPSExtension( TComVPS *pcVPS ) 
1013{
1014  WRITE_FLAG( pcVPS->getAvcBaseLayerFlag() ? 1 : 0,          "avc_base_layer_flag" );
1015#if !H_MV_HLS7_GEN
1016  WRITE_FLAG( pcVPS->getVpsVuiPresentFlag() ? 1 : 0 , "vps_vui_present_flag" );
1017  if ( pcVPS->getVpsVuiPresentFlag() )
1018  { 
1019  WRITE_CODE( pcVPS->getVpsVuiOffset( ), 16,                 "vps_vui_offset" );  // TBD
1020  }
1021#endif
1022
1023  WRITE_FLAG( pcVPS->getSplittingFlag() ? 1 : 0,             "splitting_flag" );
1024 
1025  for( Int type = 0; type < MAX_NUM_SCALABILITY_TYPES; type++ )
1026  {
1027    WRITE_FLAG( pcVPS->getScalabilityMaskFlag( type ) ? 1 : 0,   "scalability_mask_flag[i]" );
1028  }
1029
1030  for( Int sIdx = 0; sIdx < pcVPS->getNumScalabilityTypes( ) - ( pcVPS->getSplittingFlag() ? 1 : 0 ); sIdx++ )
1031  {
1032    WRITE_CODE( pcVPS->getDimensionIdLen( sIdx ) - 1 , 3,    "dimension_id_len_minus1[j]");   
1033  }
1034
1035  if ( pcVPS->getSplittingFlag() )
1036  { // Ignore old dimension id length
1037    pcVPS->setDimensionIdLen( pcVPS->getNumScalabilityTypes( ) - 1 ,pcVPS->inferLastDimsionIdLenMinus1() + 1 );       
1038  }   
1039
1040  WRITE_FLAG( pcVPS->getVpsNuhLayerIdPresentFlag() ? 1 : 0,  "vps_nuh_layer_id_present_flag");
1041
1042  for( Int i = 1; i <= pcVPS->getMaxLayersMinus1(); i++ )
1043  {
1044    if ( pcVPS->getVpsNuhLayerIdPresentFlag() )
1045    {     
1046      WRITE_CODE( pcVPS->getLayerIdInNuh( i ), 6,          "layer_id_in_nuh[i]");
1047  }
1048    else
1049    {
1050      assert( pcVPS->getLayerIdInNuh( i ) == i ); 
1051  }
1052
1053    assert(  pcVPS->getLayerIdInVps( pcVPS->getLayerIdInNuh( i ) ) == i ); 
1054
1055    for( Int j = 0; j < pcVPS->getNumScalabilityTypes() ; j++ )
1056    {
1057      if ( !pcVPS->getSplittingFlag() )
1058      {
1059        WRITE_CODE( pcVPS->getDimensionId( i, j ), pcVPS->getDimensionIdLen( j ), "dimension_id[i][j]");     
1060      }
1061      else
1062      {
1063        assert( pcVPS->getDimensionId( i, j ) ==  pcVPS->inferDimensionId( i, j )  );
1064      }
1065    }
1066  }
1067
1068
1069    WRITE_CODE( pcVPS->getViewIdLen( ), 4, "view_id_len" );
1070   
1071    if ( pcVPS->getViewIdLen( ) > 0 )
1072    {   
1073      for( Int i = 0; i < pcVPS->getNumViews(); i++ )
1074      {
1075        WRITE_CODE( pcVPS->getViewIdVal( i ), pcVPS->getViewIdLen( ), "view_id_val[i]" );
1076      }
1077    }
1078    else
1079    {
1080      for( Int i = 0; i < pcVPS->getNumViews(); i++ )
1081      {
1082        assert( pcVPS->getViewIdVal( i ) == 0 ); 
1083      }
1084    }
1085
1086
1087  for( Int i = 1; i <= pcVPS->getMaxLayersMinus1(); i++ )
1088  {
1089    for( Int j = 0; j < i; j++ )
1090    {
1091      WRITE_FLAG( pcVPS->getDirectDependencyFlag( i, j ),    "direct_dependency_flag[i][j]" );
1092    }
1093  }
1094  WRITE_FLAG( pcVPS->getVpsSubLayersMaxMinus1PresentFlag( ) ? 1 : 0 , "vps_sub_layers_max_minus1_present_flag" );
1095  if ( pcVPS->getVpsSubLayersMaxMinus1PresentFlag() )
1096  {
1097    for (Int i = 0; i <= pcVPS->getMaxLayersMinus1(); i++ )
1098    {
1099      WRITE_CODE( pcVPS->getSubLayersVpsMaxMinus1( i ), 3, "sub_layers_vps_max_minus1" );
1100      pcVPS->checkSubLayersVpsMaxMinus1( i ); 
1101    }
1102  } 
1103  else
1104  {
1105    for (Int i = 0; i <= pcVPS->getMaxLayersMinus1(); i++ )
1106    {
1107      assert( pcVPS->getSubLayersVpsMaxMinus1( i ) + 1 == pcVPS->getMaxTLayers( ) );   
1108    }
1109  }
1110  WRITE_FLAG( pcVPS->getMaxTidRefPresentFlag( ) ? 1 : 0 , "max_tid_ref_present_flag" );
1111
1112  if ( pcVPS->getMaxTidRefPresentFlag() )
1113  {   
1114    for( Int i = 0; i < pcVPS->getMaxLayersMinus1(); i++ )
1115    {
1116      for( Int j = i + 1; j <= pcVPS->getMaxLayersMinus1(); j++ )
1117      {
1118        if ( pcVPS->getDirectDependencyFlag(j,i) )
1119        {
1120          WRITE_CODE( pcVPS->getMaxTidIlRefPicsPlus1( i, j ), 3, "max_tid_il_ref_pics_plus1" );
1121        }
1122      }
1123    }
1124  }
1125
1126  WRITE_FLAG( pcVPS->getAllRefLayersActiveFlag( ) ? 1 : 0 , "all_ref_layers_active_flag" );
1127#if !H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1128  WRITE_CODE( pcVPS->getVpsNumberLayerSetsMinus1( )    , 10,    "vps_number_layer_sets_minus1"      );
1129#endif
1130
1131#if !H_MV_HLS7_GEN
1132  WRITE_CODE( pcVPS->getVpsNumProfileTierLevelMinus1( ), 6,     "vps_num_profile_tier_level_minus1" );
1133#else
1134  WRITE_UVLC( pcVPS->getVpsNumProfileTierLevelMinus1( ), "vps_num_profile_tier_level_minus1" );
1135#endif
1136
1137  for( Int i = 1; i <= pcVPS->getVpsNumProfileTierLevelMinus1(); i++ )
1138  {
1139    WRITE_FLAG( pcVPS->getVpsProfilePresentFlag( i ) ? 1 : 0, "vps_profile_present_flag[i]" );
1140#if !H_MV_HLS_7_VPS_P0048_14
1141    if( !pcVPS->getVpsProfilePresentFlag( i ) )
1142    {   
1143      WRITE_CODE( pcVPS->getProfileRefMinus1( i ), 6, "profile_ref_minus1[i]" );
1144      pcVPS->checkProfileRefMinus1( i );     
1145    }
1146#endif
1147    codePTL( pcVPS->getPTL( i ), pcVPS->getVpsProfilePresentFlag( i ), pcVPS->getMaxTLayers() - 1 );
1148  }
1149
1150
1151
1152
1153
1154
1155#if H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1156  WRITE_UVLC( pcVPS->getNumAddOutputLayerSets( ), "num_add_output_layer_sets" );
1157
1158  if( pcVPS->getNumOutputLayerSets() > 1)
1159  {
1160    WRITE_CODE( pcVPS->getDefaultTargetOutputLayerIdc( ), 2, "default_target_output_layer_idc" );
1161  } 
1162#else
1163  Int numOutputLayerSets = pcVPS->getVpsNumberLayerSetsMinus1( ) + 1; 
1164
1165  WRITE_FLAG( pcVPS->getMoreOutputLayerSetsThanDefaultFlag( ) ? 1 : 0, "more_output_layer_sets_than_default_flag" );
1166
1167  if ( pcVPS->getMoreOutputLayerSetsThanDefaultFlag( ) )
1168  {
1169    WRITE_CODE( pcVPS->getNumAddOutputLayerSetsMinus1( )    , 10,    "num_add_output_layer_sets_minus1"      );
1170    numOutputLayerSets += ( pcVPS->getNumAddOutputLayerSetsMinus1( ) + 1 ); 
1171  }
1172
1173  if( numOutputLayerSets > 1)
1174  {
1175    WRITE_CODE( pcVPS->getDefaultOneTargetOutputLayerIdc( ), 2, "default_one_target_output_layer_idc" );
1176    pcVPS->checkDefaultOneTargetOutputLayerIdc(); 
1177  } 
1178#endif
1179
1180  assert( pcVPS->getOutputLayerFlag(0, 0) == pcVPS->inferOutputLayerFlag( 0, 0 )); 
1181  assert( pcVPS->getOutputLayerSetIdxMinus1( 0 ) == -1 ); 
1182
1183#if H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1184
1185  for( Int i = 1; i < pcVPS->getNumOutputLayerSets( ); i++ )
1186  {
1187    if( i > pcVPS->getVpsNumLayerSetsMinus1( ) )   
1188#else
1189  for( Int i = 1; i < numOutputLayerSets; i++ )
1190  {
1191    if( i > pcVPS->getVpsNumberLayerSetsMinus1( ) )
1192#endif
1193    {     
1194      WRITE_UVLC( pcVPS->getOutputLayerSetIdxMinus1( i ),      "output_layer_set_idx_minus1[i]" );
1195#if H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1196    }
1197
1198    if ( i > pcVPS->getVpsNumLayerSetsMinus1() || pcVPS->getDefaultTargetOutputLayerIdc() == 2 )
1199    {       
1200      for( Int j = 0; j < pcVPS->getNumLayersInIdList( pcVPS->getLayerSetIdxForOutputLayerSet( i ) ); j++ )
1201      {
1202        WRITE_FLAG( pcVPS->getOutputLayerFlag( i, j) ? 1 : 0, "output_layer_flag" );
1203      }             
1204    }
1205    else
1206    {
1207      for( Int j = 0; j < pcVPS->getNumLayersInIdList( pcVPS->getLayerSetIdxForOutputLayerSet( i ) ) - 1; j++ )
1208      {             
1209        assert( pcVPS->getOutputLayerFlag( i , j ) == pcVPS->inferOutputLayerFlag( i, j )); 
1210      }
1211    }       
1212
1213#else
1214      for( Int j = 0; j < pcVPS->getNumLayersInIdList( j ) - 1 ; j++ )
1215      {
1216        WRITE_FLAG( pcVPS->getOutputLayerFlag( i, j) ? 1 : 0, "output_layer_flag" );
1217      }     
1218    }
1219    else
1220    { // These inference rules would also be helpful in spec text
1221      assert( pcVPS->getOutputLayerSetIdxMinus1(i ) ==  i - 1 ); 
1222      for( Int j = 0; j < pcVPS->getNumLayersInIdList( j ) - 1; j++ )
1223      {             
1224        assert( pcVPS->getOutputLayerFlag( i , j ) == pcVPS->inferOutputLayerFlag( i, j )); 
1225      }
1226    }
1227#endif
1228    if ( pcVPS->getProfileLevelTierIdxLen()  > 0 )
1229    {     
1230      WRITE_CODE( pcVPS->getProfileLevelTierIdx( i ), pcVPS->getProfileLevelTierIdxLen() ,"profile_level_tier_idx[ i ]" );   
1231    }
1232#if H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1233    if( pcVPS->getNumOutputLayersInOutputLayerSet( i ) == 1 && pcVPS->getNumDirectRefLayers( pcVPS->getOlsHighestOutputLayerId( i ) ) > 0 )
1234    {
1235      WRITE_FLAG( pcVPS->getAltOutputLayerFlag( i ) ? 1 : 0 , "alt_output_layer_flag[ i ]" );
1236    }
1237  }
1238#else
1239  }
1240
1241  if( pcVPS->getMaxLayersMinus1() > 0 )
1242  {
1243    WRITE_FLAG( pcVPS->getAltOutputLayerFlag( ) ? 1 : 0 , "alt_output_layer_flag" );
1244  }
1245#endif
1246
1247
1248
1249
1250
1251  WRITE_FLAG( pcVPS->getRepFormatIdxPresentFlag( ) ? 1 : 0 , "rep_format_idx_present_flag" );
1252  if ( pcVPS->getRepFormatIdxPresentFlag() )
1253  {
1254#if H_MV_HLS7_GEN
1255    WRITE_UVLC( pcVPS->getVpsNumRepFormatsMinus1( ), "vps_num_rep_formats_minus1" );
1256#else
1257    WRITE_CODE( pcVPS->getVpsNumRepFormatsMinus1( ), 4, "vps_num_rep_formats_minus1" );
1258#endif
1259  }
1260
1261  for (Int i = 0; i <= pcVPS->getVpsNumRepFormatsMinus1(); i++ )
1262  {   
1263    TComRepFormat* curRepFormat = pcVPS->getRepFormat(i);     
1264    TComRepFormat* prevRepFormat = i > 0 ? pcVPS->getRepFormat( i - 1) : NULL; 
1265    codeRepFormat( i, curRepFormat ,  prevRepFormat); 
1266  }
1267
1268  if( pcVPS->getRepFormatIdxPresentFlag() ) 
1269  {
1270    for( Int i = 1; i <=  pcVPS->getMaxLayersMinus1(); i++ )
1271    {
1272      if( pcVPS->getVpsNumRepFormatsMinus1() > 0 )
1273      {
1274        WRITE_CODE( pcVPS->getVpsRepFormatIdx( i ), 8, "vps_rep_format_idx" );
1275      }
1276    }
1277  }
1278
1279  WRITE_FLAG( pcVPS->getMaxOneActiveRefLayerFlag( ) ? 1 : 0, "max_one_active_ref_layer_flag" );
1280#if H_MV_HLS7_GEN
1281  WRITE_FLAG( pcVPS->getVpsPocLsbAlignedFlag( ) ? 1 : 0 , "vps_poc_lsb_aligned_flag" );
1282#endif
1283  for( Int i = 1; i  <=  pcVPS->getMaxLayersMinus1(); i++ )
1284  {
1285    if( pcVPS->getNumDirectRefLayers( pcVPS->getLayerIdInNuh( i ) )  ==  0 )
1286    {     
1287      WRITE_FLAG( pcVPS->getPocLsbNotPresentFlag( i ) ? 1 : 0 , "poc_lsb_not_present_flag" );
1288    }
1289  }
1290#if H_MV_HLS_7_RESERVED_FLAGS
1291  WRITE_FLAG( 0, "vps_reserved_zero_flag" );
1292#endif
1293  codeDpbSize( pcVPS ); 
1294
1295  WRITE_UVLC( pcVPS->getDirectDepTypeLenMinus2 ( ),         "direct_dep_type_len_minus2"); 
1296
1297  WRITE_FLAG( pcVPS->getDefaultDirectDependencyFlag( ) ? 1 : 0 , "default_direct_dependency_flag" );
1298
1299  if ( pcVPS->getDefaultDirectDependencyFlag( ) )
1300  { 
1301    WRITE_CODE( pcVPS->getDefaultDirectDependencyType( ), pcVPS->getDirectDepTypeLenMinus2( ) + 2 , "default_direct_dependency_type" );   
1302  }
1303
1304  for( Int i = 1; i <= pcVPS->getMaxLayersMinus1(); i++ )
1305  {
1306    for( Int j = 0; j < i; j++ )
1307    {
1308      if (pcVPS->getDirectDependencyFlag( i, j) )
1309      {       
1310        if ( pcVPS->getDefaultDirectDependencyFlag( ) )
1311        { 
1312          assert( pcVPS->getDirectDependencyType( i, j ) == pcVPS->getDefaultDirectDependencyType( ) );
1313        }
1314        else
1315        {
1316          assert ( pcVPS->getDirectDependencyType( i, j ) != -1 ); 
1317          WRITE_CODE( pcVPS->getDirectDependencyType( i, j ),pcVPS->getDirectDepTypeLenMinus2( ) + 2,  "direct_dependency_type[i][j]" );
1318        }
1319      }
1320    }
1321  } 
1322#if H_MV_HLS7_GEN
1323  WRITE_UVLC( 0, "vps_non_vui_extension_length" );
1324  WRITE_FLAG( pcVPS->getVpsVuiPresentFlag() ? 1 : 0 , "vps_vui_present_flag" );
1325#endif
1326#if !H_MV_HLS_7_RESERVED_FLAGS 
1327    WRITE_FLAG ( 0,                                      "vps_shvc_reserved_zero_flag" ); 
1328#endif
1329    if( pcVPS->getVpsVuiPresentFlag() )
1330    {
1331      m_pcBitIf->writeAlignOne();  // vps_vui_alignment_bit_equal_to_one
1332      codeVPSVUI( pcVPS ); 
1333    }     
1334#if H_MV_HLS_7_FIX_INFER_CROSS_LAYER_IRAP_ALIGNED_FLAG
1335    {
1336      TComVPSVUI* pcVPSVUI = pcVPS->getVPSVUI( ); 
1337      assert( pcVPSVUI ); 
1338      pcVPSVUI->inferVpsVui( true ); 
1339    }
1340#endif
1341}
1342Void TEncCavlc::codeVideoSignalInfo( TComVideoSignalInfo* pcVideoSignalInfo )
1343{
1344  assert( pcVideoSignalInfo ); 
1345  WRITE_CODE( pcVideoSignalInfo->getVideoVpsFormat( ), 3, "video_vps_format" );
1346  WRITE_FLAG( pcVideoSignalInfo->getVideoFullRangeVpsFlag( ) ? 1 : 0 , "video_full_range_vps_flag" );
1347  WRITE_CODE( pcVideoSignalInfo->getColourPrimariesVps( ), 8, "colour_primaries_vps" );
1348  WRITE_CODE( pcVideoSignalInfo->getTransferCharacteristicsVps( ), 8, "transfer_characteristics_vps" );
1349  WRITE_CODE( pcVideoSignalInfo->getMatrixCoeffsVps( ), 8, "matrix_coeffs_vps" );
1350}
1351
1352Void TEncCavlc::codeDpbSize( TComVPS* vps )
1353{ 
1354  TComDpbSize* dpbSize = vps->getDpbSize(); 
1355  assert ( dpbSize != 0 ); 
1356
1357  for( Int i = 1; i < vps->getNumOutputLayerSets(); i++ )
1358  { 
1359    WRITE_FLAG( dpbSize->getSubLayerFlagInfoPresentFlag( i ) ? 1 : 0 , "sub_layer_flag_info_present_flag" );
1360#if H_MV_HLS_7_HRD_P0156_7
1361    for( Int j = 0; j  <=  vps->getMaxSubLayersInLayerSetMinus1( i ); j++ )
1362#else
1363    for( Int j = 0; j  <=  vps->getMaxTLayers() - 1 ; j++ )
1364#endif
1365    { 
1366      if( j > 0  &&  dpbSize->getSubLayerDpbInfoPresentFlag( i, j )  ) 
1367      {
1368        WRITE_FLAG( dpbSize->getSubLayerDpbInfoPresentFlag( i, j ) ? 1 : 0 , "sub_layer_dpb_info_present_flag" );
1369      }
1370      if( dpbSize->getSubLayerDpbInfoPresentFlag( i, j ) )
1371      { 
1372#if H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1373        for( Int k = 0; k < vps->getNumSubDpbs( vps->getLayerSetIdxForOutputLayerSet( i )); k++ )   
1374#else
1375        for( Int k = 0; k < vps->getNumSubDpbs( vps->getOutputLayerSetIdxMinus1( i ) + 1 ); k++ )   // Preliminary fix does not match with spec
1376#endif
1377        {
1378          WRITE_UVLC( dpbSize->getMaxVpsDecPicBufferingMinus1( i, k, j ), "max_vps_dec_pic_buffering_minus1" );
1379        }
1380        WRITE_UVLC( dpbSize->getMaxVpsNumReorderPics( i, j ), "max_vps_num_reorder_pics" );
1381#if H_MV_HLS7_GEN
1382        if( vps->getNumSubDpbs( vps->getLayerSetIdxForOutputLayerSet( i ) ) != vps->getNumLayersInIdList( vps->getLayerSetIdxForOutputLayerSet( i ) ) ) 
1383        {
1384          for( Int k = 0; k < vps->getNumLayersInIdList( vps->getLayerSetIdxForOutputLayerSet( i ) ); k++ )
1385          {
1386            WRITE_UVLC( dpbSize->getMaxVpsLayerDecPicBuffMinus1( i, k, j ), "max_vps_layer_dec_pic_buff_minus1" );
1387          }
1388        }
1389#endif
1390        WRITE_UVLC( dpbSize->getMaxVpsLatencyIncreasePlus1( i, j ), "max_vps_latency_increase_plus1" );
1391      }
1392      else
1393      {
1394        if ( j > 0 )
1395        {
1396#if H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1397          for( Int k = 0; k < vps->getNumSubDpbs( vps->getLayerSetIdxForOutputLayerSet( i ) ); k++ )   
1398#else
1399          for( Int k = 0; k < vps->getNumSubDpbs( vps->getOutputLayerSetIdxMinus1( i ) + 1 ); k++ )   
1400#endif
1401          {
1402            assert( dpbSize->getMaxVpsDecPicBufferingMinus1( i, k, j ) == dpbSize->getMaxVpsDecPicBufferingMinus1( i,k, j - 1 ) );
1403          }
1404          assert( dpbSize->getMaxVpsNumReorderPics      ( i, j ) ==  dpbSize->getMaxVpsNumReorderPics      ( i, j - 1 ) );
1405          assert( dpbSize->getMaxVpsLatencyIncreasePlus1( i, j ) ==  dpbSize->getMaxVpsLatencyIncreasePlus1( i, j - 1 ) );
1406        }
1407      }
1408    }       
1409  } 
1410}
1411
1412Void TEncCavlc::codeRepFormat( Int i, TComRepFormat* pcRepFormat, TComRepFormat* pcPrevRepFormat )
1413{
1414  assert( pcRepFormat ); 
1415
1416  WRITE_CODE( pcRepFormat->getPicWidthVpsInLumaSamples( ),  16, "pic_width_vps_in_luma_samples" );
1417  WRITE_CODE( pcRepFormat->getPicHeightVpsInLumaSamples( ), 16, "pic_height_vps_in_luma_samples" );
1418  WRITE_FLAG( pcRepFormat->getChromaAndBitDepthVpsPresentFlag( ) ? 1 : 0 , "chroma_and_bit_depth_vps_present_flag" );
1419 
1420  pcRepFormat->checkChromaAndBitDepthVpsPresentFlag( i ); 
1421
1422  if ( pcRepFormat->getChromaAndBitDepthVpsPresentFlag() )
1423  { 
1424  WRITE_CODE( pcRepFormat->getChromaFormatVpsIdc( ), 2, "chroma_format_vps_idc" );
1425
1426  if ( pcRepFormat->getChromaFormatVpsIdc() == 3 )
1427  {
1428    WRITE_FLAG( pcRepFormat->getSeparateColourPlaneVpsFlag( ) ? 1 : 0 , "separate_colour_plane_vps_flag" );
1429  }
1430  WRITE_CODE( pcRepFormat->getBitDepthVpsLumaMinus8( ),      4, "bit_depth_vps_luma_minus8" );
1431  WRITE_CODE( pcRepFormat->getBitDepthVpsChromaMinus8( ),    4, "bit_depth_vps_chroma_minus8" );
1432  }
1433  else
1434  {
1435    pcRepFormat->inferChromaAndBitDepth(pcPrevRepFormat, true ); 
1436  }
1437}
1438
1439Void TEncCavlc::codeVPSVUI( TComVPS* pcVPS )
1440{
1441  assert( pcVPS ); 
1442
1443  TComVPSVUI* pcVPSVUI = pcVPS->getVPSVUI( ); 
1444
1445  assert( pcVPSVUI ); 
1446
1447  WRITE_FLAG( pcVPSVUI->getCrossLayerPicTypeAlignedFlag( ) ? 1 : 0 , "cross_layer_pic_type_aligned_flag" );
1448  if ( !pcVPSVUI->getCrossLayerPicTypeAlignedFlag() )
1449  { 
1450    WRITE_FLAG( pcVPSVUI->getCrossLayerIrapAlignedFlag( ) ? 1 : 0 , "cross_layer_irap_aligned_flag" );
1451  }
1452#if H_MV_HLS_7_MISC_P0068_21
1453  if( pcVPSVUI->getCrossLayerIrapAlignedFlag( ) )
1454  {
1455    WRITE_FLAG( pcVPSVUI->getAllLayersIdrAlignedFlag( ) ? 1 : 0 , "all_layers_idr_aligned_flag" );
1456  }
1457#endif
1458  WRITE_FLAG( pcVPSVUI->getBitRatePresentVpsFlag( ) ? 1 : 0 , "bit_rate_present_vps_flag" );
1459  WRITE_FLAG( pcVPSVUI->getPicRatePresentVpsFlag( ) ? 1 : 0 , "pic_rate_present_vps_flag" );
1460  if( pcVPSVUI->getBitRatePresentVpsFlag( )  ||  pcVPSVUI->getPicRatePresentVpsFlag( ) )
1461  {
1462#if H_MV_HLS_7_OUTPUT_LAYERS_5_10_22_27
1463    for( Int i = 0; i  <=  pcVPS->getVpsNumLayerSetsMinus1(); i++ )
1464#else
1465    for( Int i = 0; i  <=  pcVPS->getVpsNumberLayerSetsMinus1(); i++ )
1466#endif
1467    {
1468      for( Int j = 0; j  <=  pcVPS->getMaxTLayers(); j++ ) 
1469      {
1470        if( pcVPSVUI->getBitRatePresentVpsFlag( ) )
1471        {
1472          WRITE_FLAG( pcVPSVUI->getBitRatePresentFlag( i, j ) ? 1 : 0 , "bit_rate_present_flag" );
1473        }
1474        if( pcVPSVUI->getBitRatePresentVpsFlag( )  )
1475        {
1476          WRITE_FLAG( pcVPSVUI->getPicRatePresentFlag( i, j ) ? 1 : 0 , "pic_rate_present_flag" );
1477        }
1478        if( pcVPSVUI->getBitRatePresentFlag( i, j ) )
1479        {
1480          WRITE_CODE( pcVPSVUI->getAvgBitRate( i, j ), 16, "avg_bit_rate" );
1481          WRITE_CODE( pcVPSVUI->getMaxBitRate( i, j ), 16, "max_bit_rate" );
1482        }
1483        if( pcVPSVUI->getPicRatePresentFlag( i, j ) )
1484        {
1485          WRITE_CODE( pcVPSVUI->getConstantPicRateIdc( i, j ), 2, "constant_pic_rate_idc" );
1486          WRITE_CODE( pcVPSVUI->getAvgPicRate( i, j ), 16, "avg_pic_rate" );
1487        }
1488      }
1489    }
1490  }
1491
1492#if H_MV_HLS_7_VPS_P0076_15
1493  WRITE_FLAG( pcVPSVUI->getVideoSignalInfoIdxPresentFlag( ) ? 1 : 0 , "video_signal_info_idx_present_flag" );
1494  if( pcVPSVUI->getVideoSignalInfoIdxPresentFlag() )
1495  {
1496    WRITE_CODE( pcVPSVUI->getVpsNumVideoSignalInfoMinus1( ), 4, "vps_num_video_signal_info_minus1" );
1497  }
1498  else
1499  {
1500    pcVPSVUI->setVpsNumVideoSignalInfoMinus1( pcVPS->getMaxLayersMinus1() ); 
1501  }
1502
1503  for( Int i = 0; i <= pcVPSVUI->getVpsNumVideoSignalInfoMinus1(); i++ )
1504  {
1505    assert( pcVPSVUI->getVideoSignalInfo( i ) != NULL ); 
1506    TComVideoSignalInfo* curVideoSignalInfo = pcVPSVUI->getVideoSignalInfo( i ); 
1507    codeVideoSignalInfo( curVideoSignalInfo );     
1508
1509  }
1510
1511  if( pcVPSVUI->getVideoSignalInfoIdxPresentFlag() && pcVPSVUI->getVpsNumVideoSignalInfoMinus1() > 0 )
1512  {
1513    for( Int i = 1; i <=  pcVPS->getMaxLayersMinus1(); i++ )
1514    {
1515      WRITE_CODE( pcVPSVUI->getVpsVideoSignalInfoIdx( i ), 4, "vps_video_signal_info_idx" );
1516      assert( pcVPSVUI->getVpsVideoSignalInfoIdx( i ) >= 0 && pcVPSVUI->getVpsVideoSignalInfoIdx( i ) <= pcVPSVUI->getVpsNumVideoSignalInfoMinus1() );
1517    }
1518  }
1519  else
1520  {
1521    for( Int i = 1; i <=  pcVPS->getMaxLayersMinus1(); i++ )
1522    {
1523      assert( pcVPSVUI->getVpsVideoSignalInfoIdx( i  ) == ( pcVPSVUI->getVideoSignalInfoIdxPresentFlag() ? 0 : i ) ); 
1524    }
1525  }
1526#endif
1527  WRITE_FLAG( pcVPSVUI->getTilesNotInUseFlag( ) ? 1 : 0 , "tiles_not_in_use_flag" );
1528  if( !pcVPSVUI->getTilesNotInUseFlag() ) 
1529  {     
1530    for( Int i = 0; i  <=  pcVPS->getMaxLayersMinus1(); i++ )
1531    {
1532      WRITE_FLAG( pcVPSVUI->getTilesInUseFlag( i ) ? 1 : 0 , "tiles_in_use_flag[i]" );
1533      if( pcVPSVUI->getTilesInUseFlag( i ) ) 
1534      {
1535        WRITE_FLAG( pcVPSVUI->getLoopFilterNotAcrossTilesFlag( i ) ? 1 : 0, "loop_filter_not_across_tiles_flag[i]" );
1536      }
1537    } 
1538
1539    for( Int i = 1; i  <=  pcVPS->getMaxLayersMinus1(); i++ ) 
1540    {
1541      for( Int j = 0; j < pcVPS->getNumDirectRefLayers( pcVPS->getLayerIdInNuh( i ) ) ; j++ )
1542      { 
1543        Int layerIdx = pcVPS->getLayerIdInVps(pcVPS->getRefLayerId(pcVPS->getLayerIdInNuh( i ) , j  )); 
1544        if( pcVPSVUI->getTilesInUseFlag( i )  &&  pcVPSVUI->getTilesInUseFlag( layerIdx ) ) 
1545        {
1546          WRITE_FLAG( pcVPSVUI->getTileBoundariesAlignedFlag( i, j ) ? 1 : 0 , "tile_boundaries_aligned_flag[i][j]" );
1547        }
1548      } 
1549    }
1550  } 
1551
1552  WRITE_FLAG( pcVPSVUI->getWppNotInUseFlag( ) ? 1 : 0 , "wpp_not_in_use_flag" );
1553
1554  if( !pcVPSVUI->getWppNotInUseFlag( ) )
1555  {
1556    for( Int i = 0; i  <=  pcVPS->getMaxLayersMinus1(); i++ ) 
1557    {
1558      WRITE_FLAG( pcVPSVUI->getWppInUseFlag( i ) ? 1 : 0 , "wpp_in_use_flag[i]" );
1559    }
1560  }
1561#if H_MV_HLS_7_RESERVED_FLAGS
1562  WRITE_CODE( 0, 3, "vps_vui_reserved_zero_3bits" );
1563#endif
1564  WRITE_FLAG( pcVPSVUI->getIlpRestrictedRefLayersFlag( ) ? 1 : 0 , "ilp_restricted_ref_layers_flag" );
1565
1566  if( pcVPSVUI->getIlpRestrictedRefLayersFlag( ) )
1567  {
1568    for( Int i = 1; i  <=  pcVPS->getMaxLayersMinus1(); i++ )
1569    {
1570      for( Int j = 0; j < pcVPS->getNumDirectRefLayers( pcVPS->getLayerIdInNuh( i ) ); j++ )
1571      {
1572        WRITE_UVLC( pcVPSVUI->getMinSpatialSegmentOffsetPlus1( i, j ), "min_spatial_segment_offset_plus1" );
1573        if( pcVPSVUI->getMinSpatialSegmentOffsetPlus1( i, j ) > 0 )
1574        {
1575          WRITE_FLAG( pcVPSVUI->getCtuBasedOffsetEnabledFlag( i, j ) ? 1 : 0 , "ctu_based_offset_enabled_flag" );
1576          if( pcVPSVUI->getCtuBasedOffsetEnabledFlag( i, j ) )
1577          {
1578            WRITE_UVLC( pcVPSVUI->getMinHorizontalCtuOffsetPlus1( i, j ), "min_horizontal_ctu_offset_plus1" );
1579          }
1580        }
1581      }
1582    }
1583  }
1584
1585#if !H_MV_HLS_7_VPS_P0076_15
1586  WRITE_FLAG( pcVPSVUI->getVideoSignalInfoIdxPresentFlag( ) ? 1 : 0 , "video_signal_info_idx_present_flag" );
1587  if( pcVPSVUI->getVideoSignalInfoIdxPresentFlag() )
1588  {
1589    WRITE_CODE( pcVPSVUI->getVpsNumVideoSignalInfoMinus1( ), 4, "vps_num_video_signal_info_minus1" );
1590  }
1591  else
1592  {
1593    pcVPSVUI->setVpsNumVideoSignalInfoMinus1( pcVPS->getMaxLayersMinus1() ); 
1594  }
1595
1596  for( Int i = 0; i <= pcVPSVUI->getVpsNumVideoSignalInfoMinus1(); i++ )
1597  {
1598    assert( pcVPSVUI->getVideoSignalInfo( i ) != NULL ); 
1599    TComVideoSignalInfo* curVideoSignalInfo = pcVPSVUI->getVideoSignalInfo( i ); 
1600    codeVideoSignalInfo( curVideoSignalInfo );     
1601  }
1602
1603  if( pcVPSVUI->getVideoSignalInfoIdxPresentFlag() && pcVPSVUI->getVpsNumVideoSignalInfoMinus1() > 0 )
1604  {
1605    for( Int i = 1; i <=  pcVPS->getMaxLayersMinus1(); i++ )
1606    {
1607      WRITE_CODE( pcVPSVUI->getVpsVideoSignalInfoIdx( i ), 4, "vps_video_signal_info_idx" );
1608      assert( pcVPSVUI->getVpsVideoSignalInfoIdx( i ) >= 0 && pcVPSVUI->getVpsVideoSignalInfoIdx( i ) <= pcVPSVUI->getVpsNumVideoSignalInfoMinus1() );
1609    }
1610}
1611  else
1612  {
1613    for( Int i = 1; i <=  pcVPS->getMaxLayersMinus1(); i++ )
1614    {
1615      assert( pcVPSVUI->getVpsVideoSignalInfoIdx( i  ) == ( pcVPSVUI->getVideoSignalInfoIdxPresentFlag() ? 0 : i ) ); 
1616    }
1617  }
1618#endif
1619  WRITE_FLAG( pcVPSVUI->getVpsVuiBspHrdPresentFlag( ) ? 1 : 0 , "vps_vui_bsp_hrd_present_flag" );
1620  if ( pcVPSVUI->getVpsVuiBspHrdPresentFlag( ) )
1621  {
1622    codeVpsVuiBspHrdParameters( pcVPS ); 
1623  }
1624#if H_MV_HLS_7_MISC_P0182_13
1625  for( Int i = 1; i  <=  pcVPS->getMaxLayersMinus1(); i++ )
1626  {
1627    if( pcVPS->getNumDirectRefLayers( pcVPS->getLayerIdInNuh( i )) == 0 ) 
1628    {
1629      WRITE_FLAG( pcVPSVUI->getBaseLayerParameterSetCompatibilityFlag( i ) ? 1 : 0 , "base_layer_parameter_set_compatibility_flag" );
1630    }
1631}
1632#endif
1633}
1634
1635Void TEncCavlc::codeVpsVuiBspHrdParameters( TComVPS* pcVPS )
1636{
1637  assert( pcVPS ); 
1638
1639  TComVPSVUI* pcVPSVUI = pcVPS->getVPSVUI( ); 
1640
1641  assert( pcVPSVUI ); 
1642
1643  TComVpsVuiBspHrdParameters*  vpsVuiBspHrdP = pcVPSVUI->getVpsVuiBspHrdParameters(); 
1644
1645  assert ( vpsVuiBspHrdP );
1646
1647 
1648  WRITE_UVLC( vpsVuiBspHrdP->getVpsNumBspHrdParametersMinus1( ), "vps_num_bsp_hrd_parameters_minus1" );
1649  for( Int i = 0; i <= vpsVuiBspHrdP->getVpsNumBspHrdParametersMinus1( ); i++ )
1650  { 
1651    if( i > 0 )
1652    {
1653      WRITE_FLAG( vpsVuiBspHrdP->getBspCprmsPresentFlag( i ) ? 1 : 0 , "bsp_cprms_present_flag" );
1654    }
1655    TComHRD* hrdParameters = vpsVuiBspHrdP->getHrdParametermeters( i ); 
1656    codeHrdParameters( hrdParameters, vpsVuiBspHrdP->getBspCprmsPresentFlag( i ), pcVPS->getMaxSubLayersMinus1() );     
1657  } 
1658  for( Int h = 1; h <= pcVPS->getVpsNumLayerSetsMinus1(); h++ )
1659  { 
1660    WRITE_UVLC( vpsVuiBspHrdP->getNumBitstreamPartitions( h ), "num_bitstream_partitions" );
1661    for( Int i = 0; i < vpsVuiBspHrdP->getNumBitstreamPartitions( h ); i++ ) 
1662    {
1663      for( Int j = 0; j <= pcVPS->getMaxLayersMinus1(); j++ ) 
1664      {
1665        if( pcVPS->getLayerIdIncludedFlag( h ,j ) )
1666        {
1667          WRITE_FLAG( vpsVuiBspHrdP->getLayerInBspFlag( h, i, j ) ? 1 : 0 , "layer_in_bsp_flag" );
1668        }
1669        else
1670        {
1671          vpsVuiBspHrdP->setLayerInBspFlag( h, i, j, false ); // This inference seems to be missing in spec
1672        }
1673      }
1674    }
1675    vpsVuiBspHrdP->checkLayerInBspFlag( pcVPS, h ); 
1676
1677    if( vpsVuiBspHrdP->getNumBitstreamPartitions( h ) )
1678    { 
1679      WRITE_UVLC( vpsVuiBspHrdP->getNumBspSchedCombinations( h ), "num_bsp_sched_combinations" );
1680      for( Int i = 0; i < vpsVuiBspHrdP->getNumBspSchedCombinations( h ); i++ )
1681      {
1682        for( Int j = 0; j < vpsVuiBspHrdP->getNumBitstreamPartitions( h ); j++ )
1683        { 
1684          WRITE_UVLC( vpsVuiBspHrdP->getBspCombHrdIdx( h, i, j ), "bsp_comb_hrd_idx" );
1685          WRITE_UVLC( vpsVuiBspHrdP->getBspCombSchedIdx( h, i, j ), "bsp_comb_sched_idx" );
1686        } 
1687      }
1688    } 
1689  } 
1690} 
1691
1692#endif
1693
1694#if H_3D
1695Void TEncCavlc::codeVPSExtension2( TComVPS* pcVPS )
1696{ 
1697  for( Int i = 0; i <= pcVPS->getMaxLayersMinus1(); i++ )
1698  {
1699    if (i!= 0)
1700    {
1701      if ( !( pcVPS->getDepthId( i ) == 1 ) )
1702      {
1703#if H_3D_IV_MERGE
1704        WRITE_FLAG( pcVPS->getIvMvPredFlag         ( i ) ? 1 : 0 , "iv_mv_pred_flag[i]");
1705#if H_3D_SPIVMP
1706#if SEC_SPIVMP_MCP_SIZE_G0077
1707        WRITE_UVLC( pcVPS->getSubPULog2Size(i)-3, "log2_sub_PU_size_minus3[i]");
1708#else
1709        WRITE_UVLC( pcVPS->getSubPULog2Size(i)-2, "log2_sub_PU_size_minus2[i]");
1710#endif
1711#endif
1712#endif
1713#if H_3D_ARP
1714        WRITE_FLAG( pcVPS->getUseAdvRP             ( i ) ? 1 : 0,  "iv_res_pred_flag[i]"  );
1715#endif
1716#if H_3D_NBDV_REF
1717        WRITE_FLAG( pcVPS->getDepthRefinementFlag  ( i ) ? 1 : 0 , "depth_refinement_flag[i]");
1718#endif
1719#if H_3D_VSP
1720        WRITE_FLAG( pcVPS->getViewSynthesisPredFlag( i ) ? 1 : 0 , "view_synthesis_pred_flag[i]");
1721#endif
1722#if H_3D_DBBP
1723        WRITE_FLAG( pcVPS->getUseDBBP( i ) ? 1 : 0, "use_dbbp_flag[i]" );
1724#endif
1725      }         
1726      else
1727      {
1728        if(i!=1)
1729        {
1730          WRITE_FLAG( pcVPS->getIvMvPredFlag         ( i ) ? 1 : 0 , "iv_mv_pred_flag[i]");
1731        }
1732#if H_3D_SPIVMP
1733        if (i!=1)
1734        {
1735#if SEC_SPIVMP_MCP_SIZE_G0077
1736          WRITE_UVLC( pcVPS->getSubPULog2Size(i)-3, "log2_sub_PU_size_minus3[i]");
1737#else
1738          WRITE_UVLC( pcVPS->getSubPULog2Size(i)-2, "log2_sub_PU_size_minus2[i]");
1739#endif
1740        }
1741#endif
1742#if H_3D_IV_MERGE
1743        WRITE_FLAG( pcVPS->getMPIFlag( i ) ? 1 : 0 ,          "mpi_flag[i]" );
1744#endif
1745        WRITE_FLAG( pcVPS->getVpsDepthModesFlag( i ) ? 1 : 0 ,          "vps_depth_modes_flag[i]" );
1746        //WRITE_FLAG( pcVPS->getLimQtPredFlag    ( i ) ? 1 : 0 ,          "lim_qt_pred_flag[i]"     );
1747#if H_3D_INTER_SDC
1748        WRITE_FLAG( pcVPS->getInterSDCFlag( i ) ? 1 : 0, "depth_inter_SDC_flag" );
1749#endif
1750      }
1751    } 
1752  }
1753  WRITE_UVLC( pcVPS->getCamParPrecision(), "cp_precision" );
1754  for (UInt viewIndex=0; viewIndex<pcVPS->getNumViews(); viewIndex++)
1755  {
1756    WRITE_FLAG( pcVPS->getCamParPresent(viewIndex) ? 1 : 0, "cp_present_flag[i]" );
1757    if ( pcVPS->getCamParPresent(viewIndex) )
1758    {
1759      WRITE_FLAG( pcVPS->hasCamParInSliceHeader(viewIndex) ? 1 : 0, "cp_in_slice_segment_header_flag[i]" );
1760      if ( !pcVPS->hasCamParInSliceHeader(viewIndex) )
1761      {
1762        for( UInt uiIndex = 0; uiIndex < viewIndex; uiIndex++ )
1763        {
1764          WRITE_SVLC( pcVPS->getCodedScale    (viewIndex)[ uiIndex ],                                               "vps_cp_scale" );
1765          WRITE_SVLC( pcVPS->getCodedOffset   (viewIndex)[ uiIndex ],                                               "vps_cp_off" );
1766          WRITE_SVLC( pcVPS->getInvCodedScale (viewIndex)[ uiIndex ] + pcVPS->getCodedScale (viewIndex)[ uiIndex ], "vps_cp_inv_scale_plus_scale" );
1767          WRITE_SVLC( pcVPS->getInvCodedOffset(viewIndex)[ uiIndex ] + pcVPS->getCodedOffset(viewIndex)[ uiIndex ], "vps_cp_inv_off_plus_off" );
1768        }
1769      }
1770    }
1771  }
1772#if QC_SPIVMP_MPI_G0119
1773  WRITE_UVLC( pcVPS->getSubPUMPILog2Size( ) - 3, "log2_sub_PU_MPI_size_minus3");
1774#endif
1775#if H_3D_TMVP
1776  WRITE_FLAG( pcVPS->getIvMvScalingFlag( ) ? 1 : 0 ,          "iv_mv_scaling_flag" );
1777#endif
1778}
1779#endif
1780
1781Void TEncCavlc::codeSliceHeader         ( TComSlice* pcSlice )
1782{
1783#if H_MV
1784  TComVPS* vps = pcSlice->getVPS(); 
1785#endif
1786#if ENC_DEC_TRACE 
1787  xTraceSliceHeader (pcSlice);
1788#endif
1789
1790  //calculate number of bits required for slice address
1791  Int maxSliceSegmentAddress = pcSlice->getPic()->getNumCUsInFrame();
1792  Int bitsSliceSegmentAddress = 0;
1793  while(maxSliceSegmentAddress>(1<<bitsSliceSegmentAddress)) 
1794  {
1795    bitsSliceSegmentAddress++;
1796  }
1797  Int ctuAddress;
1798  if (pcSlice->isNextSlice())
1799  {
1800    // Calculate slice address
1801    ctuAddress = (pcSlice->getSliceCurStartCUAddr()/pcSlice->getPic()->getNumPartInCU());
1802  }
1803  else
1804  {
1805    // Calculate slice address
1806    ctuAddress = (pcSlice->getSliceSegmentCurStartCUAddr()/pcSlice->getPic()->getNumPartInCU());
1807  }
1808  //write slice address
1809  Int sliceSegmentAddress = pcSlice->getPic()->getPicSym()->getCUOrderMap(ctuAddress);
1810
1811  WRITE_FLAG( sliceSegmentAddress==0, "first_slice_segment_in_pic_flag" );
1812  if ( pcSlice->getRapPicFlag() )
1813  {
1814    WRITE_FLAG( 0, "no_output_of_prior_pics_flag" );
1815  }
1816#if PPS_FIX_DEPTH
1817  if( pcSlice->getIsDepth() )
1818  {
1819    WRITE_UVLC( 1, "slice_pic_parameter_set_id" );
1820  }
1821  else
1822#endif
1823  WRITE_UVLC( pcSlice->getPPS()->getPPSId(), "slice_pic_parameter_set_id" );
1824  pcSlice->setDependentSliceSegmentFlag(!pcSlice->isNextSlice());
1825  if ( pcSlice->getPPS()->getDependentSliceSegmentsEnabledFlag() && (sliceSegmentAddress!=0) )
1826  {
1827    WRITE_FLAG( pcSlice->getDependentSliceSegmentFlag() ? 1 : 0, "dependent_slice_segment_flag" );
1828  }
1829  if(sliceSegmentAddress>0)
1830  {
1831    WRITE_CODE( sliceSegmentAddress, bitsSliceSegmentAddress, "slice_segment_address" );
1832  }
1833  if ( !pcSlice->getDependentSliceSegmentFlag() )
1834  {
1835#if H_MV   
1836    Int esb = 0;  //Don't use i, otherwise will shadow something below
1837
1838    if ( pcSlice->getPPS()->getNumExtraSliceHeaderBits() > esb )
1839    {
1840      esb++; 
1841      WRITE_FLAG( pcSlice->getDiscardableFlag( ) ? 1 : 0 , "discardable_flag" );
1842    }
1843
1844    if ( pcSlice->getPPS()->getNumExtraSliceHeaderBits() > esb )
1845    {
1846      esb++; 
1847      WRITE_FLAG( pcSlice->getCrossLayerBlaFlag( ) ? 1 : 0 , "cross_layer_bla_flag" );
1848    }
1849    pcSlice->checkCrossLayerBlaFlag( ); 
1850#if !H_MV_HLS7_GEN
1851    if ( pcSlice->getPPS()->getNumExtraSliceHeaderBits() > esb )
1852    {
1853      esb++; 
1854      WRITE_FLAG( pcSlice->getPocResetFlag( ) ? 1 : 0 , "poc_reset_flag" );
1855    }
1856#endif
1857
1858
1859
1860    for (; esb < pcSlice->getPPS()->getNumExtraSliceHeaderBits(); esb++)   
1861#else
1862    for (Int i = 0; i < pcSlice->getPPS()->getNumExtraSliceHeaderBits(); i++)
1863#endif
1864    {
1865      assert(!!"slice_reserved_undetermined_flag[]");
1866      WRITE_FLAG(0, "slice_reserved_undetermined_flag[]");
1867    }
1868
1869    WRITE_UVLC( pcSlice->getSliceType(),       "slice_type" );
1870
1871    if( pcSlice->getPPS()->getOutputFlagPresentFlag() )
1872    {
1873      WRITE_FLAG( pcSlice->getPicOutputFlag() ? 1 : 0, "pic_output_flag" );
1874    }
1875
1876    // in the first version chroma_format_idc is equal to one, thus colour_plane_id will not be present
1877    assert (pcSlice->getSPS()->getChromaFormatIdc() == 1 );
1878    // if( separate_colour_plane_flag  ==  1 )
1879    //   colour_plane_id                                      u(2)
1880#if H_MV
1881    if ( (pcSlice->getLayerId() > 0 && !vps->getPocLsbNotPresentFlag( pcSlice->getLayerIdInVps())) || !pcSlice->getIdrPicFlag() )
1882    {
1883      Int picOrderCntLSB = (pcSlice->getPOC()-pcSlice->getLastIDR()+(1<<pcSlice->getSPS()->getBitsForPOC())) & ((1<<pcSlice->getSPS()->getBitsForPOC())-1);
1884      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "slice_pic_order_cnt_lsb");
1885    }
1886#endif
1887    if( !pcSlice->getIdrPicFlag() )
1888    {
1889#if !H_MV
1890      Int picOrderCntLSB = (pcSlice->getPOC()-pcSlice->getLastIDR()+(1<<pcSlice->getSPS()->getBitsForPOC())) & ((1<<pcSlice->getSPS()->getBitsForPOC())-1);
1891      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb");
1892#endif
1893      TComReferencePictureSet* rps = pcSlice->getRPS();
1894     
1895      // check for bitstream restriction stating that:
1896      // If the current picture is a BLA or CRA picture, the value of NumPocTotalCurr shall be equal to 0.
1897      // Ideally this process should not be repeated for each slice in a picture
1898      if (pcSlice->isIRAP())
1899      {
1900          for (Int picIdx = 0; picIdx < rps->getNumberOfPictures(); picIdx++)
1901          {
1902          assert (!rps->getUsed(picIdx));
1903          }
1904        }
1905
1906      if(pcSlice->getRPSidx() < 0)
1907      {
1908        WRITE_FLAG( 0, "short_term_ref_pic_set_sps_flag");
1909        codeShortTermRefPicSet(pcSlice->getSPS(), rps, true, pcSlice->getSPS()->getRPSList()->getNumberOfReferencePictureSets());
1910      }
1911      else
1912      {
1913        WRITE_FLAG( 1, "short_term_ref_pic_set_sps_flag");
1914        Int numBits = 0;
1915        while ((1 << numBits) < pcSlice->getSPS()->getRPSList()->getNumberOfReferencePictureSets())
1916        {
1917          numBits++;
1918        }
1919        if (numBits > 0)
1920        {
1921          WRITE_CODE( pcSlice->getRPSidx(), numBits, "short_term_ref_pic_set_idx" );         
1922        }
1923      }
1924      if(pcSlice->getSPS()->getLongTermRefsPresent())
1925      {
1926        Int numLtrpInSH = rps->getNumberOfLongtermPictures();
1927        Int ltrpInSPS[MAX_NUM_REF_PICS];
1928        Int numLtrpInSPS = 0;
1929        UInt ltrpIndex;
1930        Int counter = 0;
1931        for(Int k = rps->getNumberOfPictures()-1; k > rps->getNumberOfPictures()-rps->getNumberOfLongtermPictures()-1; k--) 
1932        {
1933          if (findMatchingLTRP(pcSlice, &ltrpIndex, rps->getPOC(k), rps->getUsed(k))) 
1934          {
1935            ltrpInSPS[numLtrpInSPS] = ltrpIndex;
1936            numLtrpInSPS++;
1937          }
1938          else
1939          {
1940            counter++;
1941          }
1942        }
1943        numLtrpInSH -= numLtrpInSPS;
1944
1945        Int bitsForLtrpInSPS = 0;
1946        while (pcSlice->getSPS()->getNumLongTermRefPicSPS() > (1 << bitsForLtrpInSPS))
1947        {
1948          bitsForLtrpInSPS++;
1949        }
1950        if (pcSlice->getSPS()->getNumLongTermRefPicSPS() > 0) 
1951        {
1952          WRITE_UVLC( numLtrpInSPS, "num_long_term_sps");
1953        }
1954        WRITE_UVLC( numLtrpInSH, "num_long_term_pics");
1955        // Note that the LSBs of the LT ref. pic. POCs must be sorted before.
1956        // Not sorted here because LT ref indices will be used in setRefPicList()
1957        Int prevDeltaMSB = 0, prevLSB = 0;
1958        Int offset = rps->getNumberOfNegativePictures() + rps->getNumberOfPositivePictures();
1959        for(Int i=rps->getNumberOfPictures()-1 ; i > offset-1; i--)
1960        {
1961          if (counter < numLtrpInSPS)
1962          {
1963            if (bitsForLtrpInSPS > 0)
1964            {
1965              WRITE_CODE( ltrpInSPS[counter], bitsForLtrpInSPS, "lt_idx_sps[i]");             
1966            }
1967          }
1968          else 
1969          {
1970            WRITE_CODE( rps->getPocLSBLT(i), pcSlice->getSPS()->getBitsForPOC(), "poc_lsb_lt");
1971            WRITE_FLAG( rps->getUsed(i), "used_by_curr_pic_lt_flag"); 
1972          }
1973          WRITE_FLAG( rps->getDeltaPocMSBPresentFlag(i), "delta_poc_msb_present_flag");
1974
1975          if(rps->getDeltaPocMSBPresentFlag(i))
1976          {
1977            Bool deltaFlag = false;
1978            //  First LTRP from SPS                 ||  First LTRP from SH                              || curr LSB            != prev LSB
1979            if( (i == rps->getNumberOfPictures()-1) || (i == rps->getNumberOfPictures()-1-numLtrpInSPS) || (rps->getPocLSBLT(i) != prevLSB) )
1980            {
1981              deltaFlag = true;
1982            }
1983            if(deltaFlag)
1984            {
1985              WRITE_UVLC( rps->getDeltaPocMSBCycleLT(i), "delta_poc_msb_cycle_lt[i]" );
1986            }
1987            else
1988            {             
1989              Int differenceInDeltaMSB = rps->getDeltaPocMSBCycleLT(i) - prevDeltaMSB;
1990              assert(differenceInDeltaMSB >= 0);
1991              WRITE_UVLC( differenceInDeltaMSB, "delta_poc_msb_cycle_lt[i]" );
1992            }
1993            prevLSB = rps->getPocLSBLT(i);
1994            prevDeltaMSB = rps->getDeltaPocMSBCycleLT(i);
1995          }
1996        }
1997      }
1998      if (pcSlice->getSPS()->getTMVPFlagsPresent())
1999      {
2000        WRITE_FLAG( pcSlice->getEnableTMVPFlag() ? 1 : 0, "slice_temporal_mvp_enable_flag" );
2001      }
2002    }
2003#if H_MV
2004    Bool interLayerPredLayerIdcPresentFlag = false; 
2005    Int layerId = pcSlice->getLayerId(); 
2006    if( pcSlice->getLayerId() > 0 && !vps->getAllRefLayersActiveFlag() && vps->getNumDirectRefLayers( layerId ) > 0 )
2007    {   
2008      WRITE_FLAG( pcSlice->getInterLayerPredEnabledFlag( ) ? 1 : 0 , "inter_layer_pred_enabled_flag" );
2009      if( pcSlice->getInterLayerPredEnabledFlag() && vps->getNumDirectRefLayers( layerId ) > 1 )
2010      {           
2011        if( !vps->getMaxOneActiveRefLayerFlag()) 
2012        {
2013          WRITE_CODE( pcSlice->getNumInterLayerRefPicsMinus1( ), pcSlice->getNumInterLayerRefPicsMinus1Len( ), "num_inter_layer_ref_pics_minus1" );
2014        }
2015        if ( pcSlice->getNumActiveRefLayerPics() != vps->getNumDirectRefLayers( layerId ) )
2016        {       
2017          interLayerPredLayerIdcPresentFlag = true; 
2018          for( Int idx = 0; idx < pcSlice->getNumActiveRefLayerPics(); idx++ )   
2019          {
2020            WRITE_CODE( pcSlice->getInterLayerPredLayerIdc( idx ), pcSlice->getInterLayerPredLayerIdcLen( ), "inter_layer_pred_layer_idc" );
2021          }
2022        }
2023      } 
2024    }
2025    if ( !interLayerPredLayerIdcPresentFlag )
2026    {
2027      for( Int i = 0; i < pcSlice->getNumActiveRefLayerPics(); i++ )   
2028      {
2029        assert( pcSlice->getInterLayerPredLayerIdc( i ) == pcSlice->getRefLayerPicIdc( i ) );
2030      }
2031    }
2032#endif
2033    if(pcSlice->getSPS()->getUseSAO())
2034    {
2035      if (pcSlice->getSPS()->getUseSAO())
2036      {
2037         WRITE_FLAG( pcSlice->getSaoEnabledFlag(), "slice_sao_luma_flag" );
2038         WRITE_FLAG( pcSlice->getSaoEnabledFlagChroma(), "slice_sao_chroma_flag" );
2039      }
2040    }
2041
2042    //check if numrefidxes match the defaults. If not, override
2043
2044    if (!pcSlice->isIntra())
2045    {
2046      Bool overrideFlag = (pcSlice->getNumRefIdx( REF_PIC_LIST_0 )!=pcSlice->getPPS()->getNumRefIdxL0DefaultActive()||(pcSlice->isInterB()&&pcSlice->getNumRefIdx( REF_PIC_LIST_1 )!=pcSlice->getPPS()->getNumRefIdxL1DefaultActive()));
2047#if PPS_FIX_DEPTH
2048      overrideFlag |= (pcSlice->getIsDepth() && !pcSlice->getViewIndex());
2049#endif
2050      WRITE_FLAG( overrideFlag ? 1 : 0,                               "num_ref_idx_active_override_flag");
2051      if (overrideFlag) 
2052      {
2053        WRITE_UVLC( pcSlice->getNumRefIdx( REF_PIC_LIST_0 ) - 1,      "num_ref_idx_l0_active_minus1" );
2054        if (pcSlice->isInterB())
2055        {
2056          WRITE_UVLC( pcSlice->getNumRefIdx( REF_PIC_LIST_1 ) - 1,    "num_ref_idx_l1_active_minus1" );
2057        }
2058        else
2059        {
2060          pcSlice->setNumRefIdx(REF_PIC_LIST_1, 0);
2061        }
2062      }
2063    }
2064    else
2065    {
2066      pcSlice->setNumRefIdx(REF_PIC_LIST_0, 0);
2067      pcSlice->setNumRefIdx(REF_PIC_LIST_1, 0);
2068    }
2069#if PPS_FIX_DEPTH
2070    if( (pcSlice->getPPS()->getListsModificationPresentFlag() || (pcSlice->getIsDepth() && !pcSlice->getViewIndex())) && pcSlice->getNumRpsCurrTempList() > 1)
2071#else
2072    if( pcSlice->getPPS()->getListsModificationPresentFlag() && pcSlice->getNumRpsCurrTempList() > 1)
2073#endif
2074    {
2075      TComRefPicListModification* refPicListModification = pcSlice->getRefPicListModification();
2076      if(!pcSlice->isIntra())
2077      {
2078        WRITE_FLAG(pcSlice->getRefPicListModification()->getRefPicListModificationFlagL0() ? 1 : 0,       "ref_pic_list_modification_flag_l0" );
2079        if (pcSlice->getRefPicListModification()->getRefPicListModificationFlagL0())
2080        {
2081          Int numRpsCurrTempList0 = pcSlice->getNumRpsCurrTempList();
2082          if (numRpsCurrTempList0 > 1)
2083          {
2084            Int length = 1;
2085            numRpsCurrTempList0 --;
2086            while ( numRpsCurrTempList0 >>= 1) 
2087            {
2088              length ++;
2089            }
2090            for(Int i = 0; i < pcSlice->getNumRefIdx( REF_PIC_LIST_0 ); i++)
2091            {
2092              WRITE_CODE( refPicListModification->getRefPicSetIdxL0(i), length, "list_entry_l0");
2093            }
2094          }
2095        }
2096      }
2097      if(pcSlice->isInterB())
2098      {   
2099        WRITE_FLAG(pcSlice->getRefPicListModification()->getRefPicListModificationFlagL1() ? 1 : 0,       "ref_pic_list_modification_flag_l1" );
2100        if (pcSlice->getRefPicListModification()->getRefPicListModificationFlagL1())
2101        {
2102          Int numRpsCurrTempList1 = pcSlice->getNumRpsCurrTempList();
2103          if ( numRpsCurrTempList1 > 1 )
2104          {
2105            Int length = 1;
2106            numRpsCurrTempList1 --;
2107            while ( numRpsCurrTempList1 >>= 1)
2108            {
2109              length ++;
2110            }
2111            for(Int i = 0; i < pcSlice->getNumRefIdx( REF_PIC_LIST_1 ); i++)
2112            {
2113              WRITE_CODE( refPicListModification->getRefPicSetIdxL1(i), length, "list_entry_l1");
2114            }
2115          }
2116        }
2117      }
2118    }
2119   
2120    if (pcSlice->isInterB())
2121    {
2122      WRITE_FLAG( pcSlice->getMvdL1ZeroFlag() ? 1 : 0,   "mvd_l1_zero_flag");
2123    }
2124
2125    if(!pcSlice->isIntra())
2126    {
2127      if (!pcSlice->isIntra() && pcSlice->getPPS()->getCabacInitPresentFlag())
2128      {
2129        SliceType sliceType   = pcSlice->getSliceType();
2130        Int  encCABACTableIdx = pcSlice->getPPS()->getEncCABACTableIdx();
2131        Bool encCabacInitFlag = (sliceType!=encCABACTableIdx && encCABACTableIdx!=I_SLICE) ? true : false;
2132        pcSlice->setCabacInitFlag( encCabacInitFlag );
2133        WRITE_FLAG( encCabacInitFlag?1:0, "cabac_init_flag" );
2134      }
2135    }
2136
2137    if ( pcSlice->getEnableTMVPFlag() )
2138    {
2139      if ( pcSlice->getSliceType() == B_SLICE )
2140      {
2141        WRITE_FLAG( pcSlice->getColFromL0Flag(), "collocated_from_l0_flag" );
2142      }
2143
2144      if ( pcSlice->getSliceType() != I_SLICE &&
2145        ((pcSlice->getColFromL0Flag()==1 && pcSlice->getNumRefIdx(REF_PIC_LIST_0)>1)||
2146        (pcSlice->getColFromL0Flag()==0  && pcSlice->getNumRefIdx(REF_PIC_LIST_1)>1)))
2147      {
2148        WRITE_UVLC( pcSlice->getColRefIdx(), "collocated_ref_idx" );
2149      }
2150    }
2151    if ( (pcSlice->getPPS()->getUseWP() && pcSlice->getSliceType()==P_SLICE) || (pcSlice->getPPS()->getWPBiPred() && pcSlice->getSliceType()==B_SLICE) )
2152    {
2153      xCodePredWeightTable( pcSlice );
2154    }
2155#if H_3D_IC
2156    else if( pcSlice->getViewIndex() && ( pcSlice->getSliceType() == P_SLICE || pcSlice->getSliceType() == B_SLICE ) && !pcSlice->getIsDepth())
2157    {
2158      WRITE_FLAG( pcSlice->getApplyIC() ? 1 : 0, "slice_ic_enable_flag" );
2159      if( pcSlice->getApplyIC() )
2160      {
2161        WRITE_FLAG( pcSlice->getIcSkipParseFlag() ? 1 : 0, "ic_skip_mergeidx0" );
2162      }
2163    }
2164#endif
2165
2166#if H_3D_IV_MERGE
2167    assert(pcSlice->getMaxNumMergeCand()<=MRG_MAX_NUM_CANDS_MEM);
2168#else
2169    assert(pcSlice->getMaxNumMergeCand()<=MRG_MAX_NUM_CANDS);
2170#endif
2171    if (!pcSlice->isIntra())
2172    {
2173#if H_3D_IV_MERGE
2174      if(pcSlice->getIsDepth())
2175      {
2176        Bool bMPIFlag = pcSlice->getVPS()->getMPIFlag( pcSlice->getLayerIdInVps() ) ;
2177        Bool ivMvPredFlag = pcSlice->getVPS()->getIvMvPredFlag( pcSlice->getLayerIdInVps() ) ;
2178        WRITE_UVLC( ( ( bMPIFlag || ivMvPredFlag ) ? MRG_MAX_NUM_CANDS_MEM : MRG_MAX_NUM_CANDS ) - pcSlice->getMaxNumMergeCand(), "five_minus_max_num_merge_cand");
2179      }
2180      else
2181      {
2182        Bool ivMvPredFlag = pcSlice->getVPS()->getIvMvPredFlag( pcSlice->getLayerIdInVps() ) ;
2183        WRITE_UVLC( ( ivMvPredFlag ? MRG_MAX_NUM_CANDS_MEM : MRG_MAX_NUM_CANDS ) - pcSlice->getMaxNumMergeCand(), "five_minus_max_num_merge_cand");
2184      }
2185#else
2186      WRITE_UVLC(MRG_MAX_NUM_CANDS - pcSlice->getMaxNumMergeCand(), "five_minus_max_num_merge_cand");
2187#endif
2188    }
2189    Int iCode = pcSlice->getSliceQp() - ( pcSlice->getPPS()->getPicInitQPMinus26() + 26 );
2190    WRITE_SVLC( iCode, "slice_qp_delta" ); 
2191    if (pcSlice->getPPS()->getSliceChromaQpFlag())
2192    {
2193      iCode = pcSlice->getSliceQpDeltaCb();
2194      WRITE_SVLC( iCode, "slice_qp_delta_cb" );
2195      iCode = pcSlice->getSliceQpDeltaCr();
2196      WRITE_SVLC( iCode, "slice_qp_delta_cr" );
2197    }
2198    if (pcSlice->getPPS()->getDeblockingFilterControlPresentFlag())
2199    {
2200      if (pcSlice->getPPS()->getDeblockingFilterOverrideEnabledFlag() )
2201      {
2202        WRITE_FLAG(pcSlice->getDeblockingFilterOverrideFlag(), "deblocking_filter_override_flag");
2203      }
2204      if (pcSlice->getDeblockingFilterOverrideFlag())
2205      {
2206        WRITE_FLAG(pcSlice->getDeblockingFilterDisable(), "slice_disable_deblocking_filter_flag");
2207        if(!pcSlice->getDeblockingFilterDisable())
2208        {
2209          WRITE_SVLC (pcSlice->getDeblockingFilterBetaOffsetDiv2(), "slice_beta_offset_div2");
2210          WRITE_SVLC (pcSlice->getDeblockingFilterTcOffsetDiv2(),   "slice_tc_offset_div2");
2211        }
2212      }
2213    }
2214
2215    Bool isSAOEnabled = (!pcSlice->getSPS()->getUseSAO())?(false):(pcSlice->getSaoEnabledFlag()||pcSlice->getSaoEnabledFlagChroma());
2216    Bool isDBFEnabled = (!pcSlice->getDeblockingFilterDisable());
2217
2218    if(pcSlice->getPPS()->getLoopFilterAcrossSlicesEnabledFlag() && ( isSAOEnabled || isDBFEnabled ))
2219    {
2220      WRITE_FLAG(pcSlice->getLFCrossSliceBoundaryFlag()?1:0, "slice_loop_filter_across_slices_enabled_flag");
2221    }
2222  }
2223#if H_3D
2224  if( pcSlice->getVPS()->hasCamParInSliceHeader( pcSlice->getViewIndex() ) && !pcSlice->getIsDepth() )
2225  {
2226    for( UInt uiId = 0; uiId < pcSlice->getViewIndex(); uiId++ )
2227    {
2228      WRITE_SVLC( pcSlice->getCodedScale    ()[ uiId ],                                     "cp_scale" );
2229      WRITE_SVLC( pcSlice->getCodedOffset   ()[ uiId ],                                     "cp_off" );
2230      WRITE_SVLC( pcSlice->getInvCodedScale ()[ uiId ] + pcSlice->getCodedScale ()[ uiId ], "cp_inv_scale_plus_scale" );
2231      WRITE_SVLC( pcSlice->getInvCodedOffset()[ uiId ] + pcSlice->getCodedOffset()[ uiId ], "cp_inv_off_plus_off" );
2232    }
2233  }
2234#endif
2235
2236#if !H_MV_HLS7_GEN
2237#if PPS_FIX_DEPTH
2238  if(pcSlice->getPPS()->getSliceHeaderExtensionPresentFlag() || pcSlice->getIsDepth() )
2239#else
2240  if(pcSlice->getPPS()->getSliceHeaderExtensionPresentFlag())
2241#endif
2242  {
2243    WRITE_UVLC(0,"slice_header_extension_length");
2244  }
2245#endif
2246
2247#if H_MV_HLS7_GEN
2248#if !H_MV
2249  if(pcSlice->getPPS()->getSliceHeaderExtensionPresentFlag())
2250  {
2251    WRITE_UVLC(0,"slice_header_extension_length");
2252  }
2253#else
2254  if(pcSlice->getPPS()->getSliceHeaderExtensionPresentFlag())
2255  {
2256    WRITE_UVLC( pcSlice->getSliceSegmentHeaderExtensionLength( ), "slice_segment_header_extension_length" );
2257    UInt posFollSliceSegHeaderExtLen = m_pcBitIf->getNumberOfWrittenBits();
2258    if( pcSlice->getPPS()->getPocResetInfoPresentFlag() )
2259    {
2260      WRITE_CODE( pcSlice->getPocResetIdc( ), 2, "poc_reset_idc" );
2261    }
2262
2263    if( pcSlice->getPocResetIdc() !=  0 )
2264    {
2265      WRITE_CODE( pcSlice->getPocResetPeriodId( ), 6, "poc_reset_period_id" );
2266    }
2267   
2268    if( pcSlice->getPocResetIdc() ==  3 ) 
2269    {
2270      WRITE_FLAG( pcSlice->getFullPocResetFlag( ) ? 1 : 0 , "full_poc_reset_flag" );
2271      WRITE_CODE( pcSlice->getPocLsbVal( ), getPocLsbValLen ), "poc_lsb_val" );
2272    }             
2273   
2274    if( !pcSlice->getPocMsbValRequiredFlag() &&  pcSlice->getVPS()->getVpsPocLsbAlignedFlag() )
2275    {
2276      WRITE_FLAG( pcSlice->getPocMsbValPresentFlag( ) ? 1 : 0 , "poc_msb_val_present_flag" );
2277    }
2278   
2279    if( pcSlice->getPocMsbValPresentFlag() )
2280    {
2281      WRITE_UVLC( pcSlice->getPocMsbVal( ), "poc_msb_val" );
2282    }
2283
2284    while( ( m_pcBitIf->getNumberOfWrittenBits() - posFollSliceSegHeaderExtLen ) < pcSlice->getSliceSegmentHeaderExtensionLength() * 8 ); 
2285    {
2286      WRITE_FLAG( 0, "slice_segment_header_extension_data_bit" );
2287    }
2288
2289    assert( m_pcBitIf->getNumberOfWrittenBits() - posFollSliceSegHeaderExtLen ) == pcSlice->getSliceSegmentHeaderExtensionLength() * 8  ); 
2290#endif
2291
2292#endif
2293}
2294
2295Void TEncCavlc::codePTL( TComPTL* pcPTL, Bool profilePresentFlag, Int maxNumSubLayersMinus1)
2296{
2297  if(profilePresentFlag)
2298  {
2299    codeProfileTier(pcPTL->getGeneralPTL());    // general_...
2300  }
2301  WRITE_CODE( pcPTL->getGeneralPTL()->getLevelIdc(), 8, "general_level_idc" );
2302
2303  for (Int i = 0; i < maxNumSubLayersMinus1; i++)
2304  {
2305#if !H_MV
2306    if(profilePresentFlag)
2307    {
2308#endif
2309      WRITE_FLAG( pcPTL->getSubLayerProfilePresentFlag(i), "sub_layer_profile_present_flag[i]" );
2310#if !H_MV
2311    }
2312#endif
2313   
2314    WRITE_FLAG( pcPTL->getSubLayerLevelPresentFlag(i),   "sub_layer_level_present_flag[i]" );
2315  }
2316 
2317  if (maxNumSubLayersMinus1 > 0)
2318  {
2319    for (Int i = maxNumSubLayersMinus1; i < 8; i++)
2320    {
2321      WRITE_CODE(0, 2, "reserved_zero_2bits");
2322    }
2323  }
2324 
2325  for(Int i = 0; i < maxNumSubLayersMinus1; i++)
2326  {
2327    if( profilePresentFlag && pcPTL->getSubLayerProfilePresentFlag(i) )
2328    {
2329      codeProfileTier(pcPTL->getSubLayerPTL(i));  // sub_layer_...
2330    }
2331    if( pcPTL->getSubLayerLevelPresentFlag(i) )
2332    {
2333      WRITE_CODE( pcPTL->getSubLayerPTL(i)->getLevelIdc(), 8, "sub_layer_level_idc[i]" );
2334    }
2335  }
2336}
2337Void TEncCavlc::codeProfileTier( ProfileTierLevel* ptl )
2338{
2339  WRITE_CODE( ptl->getProfileSpace(), 2 ,     "XXX_profile_space[]");
2340  WRITE_FLAG( ptl->getTierFlag    (),         "XXX_tier_flag[]"    );
2341  WRITE_CODE( ptl->getProfileIdc  (), 5 ,     "XXX_profile_idc[]"  );   
2342  for(Int j = 0; j < 32; j++)
2343  {
2344    WRITE_FLAG( ptl->getProfileCompatibilityFlag(j), "XXX_profile_compatibility_flag[][j]");   
2345  }
2346
2347  WRITE_FLAG(ptl->getProgressiveSourceFlag(),   "general_progressive_source_flag");
2348  WRITE_FLAG(ptl->getInterlacedSourceFlag(),    "general_interlaced_source_flag");
2349  WRITE_FLAG(ptl->getNonPackedConstraintFlag(), "general_non_packed_constraint_flag");
2350  WRITE_FLAG(ptl->getFrameOnlyConstraintFlag(), "general_frame_only_constraint_flag");
2351 
2352  WRITE_CODE(0 , 16, "XXX_reserved_zero_44bits[0..15]");
2353  WRITE_CODE(0 , 16, "XXX_reserved_zero_44bits[16..31]");
2354  WRITE_CODE(0 , 12, "XXX_reserved_zero_44bits[32..43]");
2355    }
2356
2357/**
2358 - write wavefront substreams sizes for the slice header.
2359 .
2360 \param pcSlice Where we find the substream size information.
2361 */
2362Void  TEncCavlc::codeTilesWPPEntryPoint( TComSlice* pSlice )
2363{
2364  if (!pSlice->getPPS()->getTilesEnabledFlag() && !pSlice->getPPS()->getEntropyCodingSyncEnabledFlag())
2365  {
2366    return;
2367  }
2368  UInt numEntryPointOffsets = 0, offsetLenMinus1 = 0, maxOffset = 0;
2369  Int  numZeroSubstreamsAtStartOfSlice  = 0;
2370  UInt *entryPointOffset = NULL;
2371  if ( pSlice->getPPS()->getTilesEnabledFlag() )
2372  {
2373    numEntryPointOffsets = pSlice->getTileLocationCount();
2374    entryPointOffset     = new UInt[numEntryPointOffsets];
2375    for (Int idx=0; idx<pSlice->getTileLocationCount(); idx++)
2376    {
2377      if ( idx == 0 )
2378      {
2379        entryPointOffset [ idx ] = pSlice->getTileLocation( 0 );
2380      }
2381      else
2382      {
2383        entryPointOffset [ idx ] = pSlice->getTileLocation( idx ) - pSlice->getTileLocation( idx-1 );
2384      }
2385
2386      if ( entryPointOffset[ idx ] > maxOffset )
2387      {
2388        maxOffset = entryPointOffset[ idx ];
2389      }
2390    }
2391  }
2392  else if ( pSlice->getPPS()->getEntropyCodingSyncEnabledFlag() )
2393  {
2394    UInt* pSubstreamSizes               = pSlice->getSubstreamSizes();
2395    Int maxNumParts                       = pSlice->getPic()->getNumPartInCU();
2396    numZeroSubstreamsAtStartOfSlice       = pSlice->getSliceSegmentCurStartCUAddr()/maxNumParts/pSlice->getPic()->getFrameWidthInCU();
2397    Int  numZeroSubstreamsAtEndOfSlice    = pSlice->getPic()->getFrameHeightInCU()-1 - ((pSlice->getSliceSegmentCurEndCUAddr()-1)/maxNumParts/pSlice->getPic()->getFrameWidthInCU());
2398    numEntryPointOffsets                  = pSlice->getPPS()->getNumSubstreams() - numZeroSubstreamsAtStartOfSlice - numZeroSubstreamsAtEndOfSlice - 1;
2399    pSlice->setNumEntryPointOffsets(numEntryPointOffsets);
2400    entryPointOffset           = new UInt[numEntryPointOffsets];
2401    for (Int idx=0; idx<numEntryPointOffsets; idx++)
2402    {
2403      entryPointOffset[ idx ] = ( pSubstreamSizes[ idx+numZeroSubstreamsAtStartOfSlice ] >> 3 ) ;
2404      if ( entryPointOffset[ idx ] > maxOffset )
2405      {
2406        maxOffset = entryPointOffset[ idx ];
2407      }
2408    }
2409  }
2410  // Determine number of bits "offsetLenMinus1+1" required for entry point information
2411  offsetLenMinus1 = 0;
2412  while (maxOffset >= (1u << (offsetLenMinus1 + 1)))
2413  {
2414    offsetLenMinus1++;
2415    assert(offsetLenMinus1 + 1 < 32);   
2416  }
2417
2418  WRITE_UVLC(numEntryPointOffsets, "num_entry_point_offsets");
2419  if (numEntryPointOffsets>0)
2420  {
2421    WRITE_UVLC(offsetLenMinus1, "offset_len_minus1");
2422  }
2423
2424  for (UInt idx=0; idx<numEntryPointOffsets; idx++)
2425  {
2426    WRITE_CODE(entryPointOffset[ idx ]-1, offsetLenMinus1+1, "entry_point_offset_minus1");
2427  }
2428
2429  delete [] entryPointOffset;
2430}
2431
2432Void TEncCavlc::codeTerminatingBit      ( UInt uilsLast )
2433{
2434}
2435
2436Void TEncCavlc::codeSliceFinish ()
2437{
2438}
2439
2440Void TEncCavlc::codeMVPIdx ( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefList )
2441{
2442  assert(0);
2443}
2444
2445Void TEncCavlc::codePartSize( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
2446{
2447  assert(0);
2448}
2449
2450Void TEncCavlc::codePredMode( TComDataCU* pcCU, UInt uiAbsPartIdx )
2451{
2452  assert(0);
2453}
2454
2455Void TEncCavlc::codeMergeFlag    ( TComDataCU* pcCU, UInt uiAbsPartIdx )
2456{
2457  assert(0);
2458}
2459
2460Void TEncCavlc::codeMergeIndex    ( TComDataCU* pcCU, UInt uiAbsPartIdx )
2461{
2462  assert(0);
2463}
2464
2465#if H_3D_ARP
2466Void TEncCavlc::codeARPW( TComDataCU* pcCU, UInt uiAbsPartIdx )
2467{
2468  assert(0);
2469}
2470#endif
2471
2472#if H_3D_IC
2473Void TEncCavlc::codeICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
2474{
2475  assert(0);
2476}
2477#endif
2478
2479Void TEncCavlc::codeInterModeFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiEncMode )
2480{
2481  assert(0);
2482}
2483
2484Void TEncCavlc::codeCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
2485{
2486  assert(0);
2487}
2488
2489Void TEncCavlc::codeSkipFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
2490{
2491  assert(0);
2492}
2493
2494Void TEncCavlc::codeSplitFlag   ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
2495{
2496  assert(0);
2497}
2498
2499Void TEncCavlc::codeTransformSubdivFlag( UInt uiSymbol, UInt uiCtx )
2500{
2501  assert(0);
2502}
2503
2504Void TEncCavlc::codeQtCbf( TComDataCU* pcCU, UInt uiAbsPartIdx, TextType eType, UInt uiTrDepth )
2505{
2506  assert(0);
2507}
2508
2509Void TEncCavlc::codeQtRootCbf( TComDataCU* pcCU, UInt uiAbsPartIdx )
2510{
2511  assert(0);
2512}
2513
2514Void TEncCavlc::codeQtCbfZero( TComDataCU* pcCU, TextType eType, UInt uiTrDepth )
2515{
2516  assert(0);
2517}
2518Void TEncCavlc::codeQtRootCbfZero( TComDataCU* pcCU )
2519{
2520  assert(0);
2521}
2522
2523Void TEncCavlc::codeTransformSkipFlags (TComDataCU* pcCU, UInt uiAbsPartIdx, UInt width, UInt height, TextType eTType )
2524{
2525  assert(0);
2526}
2527
2528/** Code I_PCM information.
2529 * \param pcCU pointer to CU
2530 * \param uiAbsPartIdx CU index
2531 * \returns Void
2532 */
2533Void TEncCavlc::codeIPCMInfo( TComDataCU* pcCU, UInt uiAbsPartIdx )
2534{
2535  assert(0);
2536}
2537
2538Void TEncCavlc::codeIntraDirLumaAng( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool isMultiple)
2539{
2540  assert(0);
2541}
2542
2543Void TEncCavlc::codeIntraDirChroma( TComDataCU* pcCU, UInt uiAbsPartIdx )
2544{
2545  assert(0);
2546}
2547
2548Void TEncCavlc::codeInterDir( TComDataCU* pcCU, UInt uiAbsPartIdx )
2549{
2550  assert(0);
2551}
2552
2553Void TEncCavlc::codeRefFrmIdx( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefList )
2554{
2555  assert(0);
2556}
2557
2558Void TEncCavlc::codeMvd( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefList )
2559{
2560  assert(0);
2561}
2562
2563Void TEncCavlc::codeDeltaQP( TComDataCU* pcCU, UInt uiAbsPartIdx )
2564{
2565  Int iDQp  = pcCU->getQP( uiAbsPartIdx ) - pcCU->getRefQP( uiAbsPartIdx );
2566
2567  Int qpBdOffsetY =  pcCU->getSlice()->getSPS()->getQpBDOffsetY();
2568  iDQp = (iDQp + 78 + qpBdOffsetY + (qpBdOffsetY/2)) % (52 + qpBdOffsetY) - 26 - (qpBdOffsetY/2);
2569
2570  xWriteSvlc( iDQp );
2571 
2572  return;
2573}
2574
2575Void TEncCavlc::codeCoeffNxN    ( TComDataCU* pcCU, TCoeff* pcCoef, UInt uiAbsPartIdx, UInt uiWidth, UInt uiHeight, UInt uiDepth, TextType eTType )
2576{
2577  assert(0);
2578}
2579
2580Void TEncCavlc::estBit( estBitsSbacStruct* pcEstBitsCabac, Int width, Int height, TextType eTType )
2581{
2582  // printf("error : no VLC mode support in this version\n");
2583  return;
2584}
2585
2586// ====================================================================================================================
2587// Protected member functions
2588// ====================================================================================================================
2589
2590/** code explicit wp tables
2591 * \param TComSlice* pcSlice
2592 * \returns Void
2593 */
2594Void TEncCavlc::xCodePredWeightTable( TComSlice* pcSlice )
2595{
2596  wpScalingParam  *wp;
2597  Bool            bChroma     = true; // color always present in HEVC ?
2598  Int             iNbRef       = (pcSlice->getSliceType() == B_SLICE ) ? (2) : (1);
2599  Bool            bDenomCoded  = false;
2600  UInt            uiMode = 0;
2601  UInt            uiTotalSignalledWeightFlags = 0;
2602  if ( (pcSlice->getSliceType()==P_SLICE && pcSlice->getPPS()->getUseWP()) || (pcSlice->getSliceType()==B_SLICE && pcSlice->getPPS()->getWPBiPred()) )
2603  {
2604    uiMode = 1; // explicit
2605  }
2606  if(uiMode == 1)
2607  {
2608
2609    for ( Int iNumRef=0 ; iNumRef<iNbRef ; iNumRef++ ) 
2610    {
2611      RefPicList  eRefPicList = ( iNumRef ? REF_PIC_LIST_1 : REF_PIC_LIST_0 );
2612
2613      for ( Int iRefIdx=0 ; iRefIdx<pcSlice->getNumRefIdx(eRefPicList) ; iRefIdx++ ) 
2614      {
2615        pcSlice->getWpScaling(eRefPicList, iRefIdx, wp);
2616        if ( !bDenomCoded ) 
2617        {
2618          Int iDeltaDenom;
2619          WRITE_UVLC( wp[0].uiLog2WeightDenom, "luma_log2_weight_denom" );     // ue(v): luma_log2_weight_denom
2620
2621          if( bChroma )
2622          {
2623            iDeltaDenom = (wp[1].uiLog2WeightDenom - wp[0].uiLog2WeightDenom);
2624            WRITE_SVLC( iDeltaDenom, "delta_chroma_log2_weight_denom" );       // se(v): delta_chroma_log2_weight_denom
2625          }
2626          bDenomCoded = true;
2627        }
2628        WRITE_FLAG( wp[0].bPresentFlag, "luma_weight_lX_flag" );               // u(1): luma_weight_lX_flag
2629        uiTotalSignalledWeightFlags += wp[0].bPresentFlag;
2630      }
2631      if (bChroma) 
2632      {
2633        for ( Int iRefIdx=0 ; iRefIdx<pcSlice->getNumRefIdx(eRefPicList) ; iRefIdx++ ) 
2634        {
2635          pcSlice->getWpScaling(eRefPicList, iRefIdx, wp);
2636          WRITE_FLAG( wp[1].bPresentFlag, "chroma_weight_lX_flag" );           // u(1): chroma_weight_lX_flag
2637          uiTotalSignalledWeightFlags += 2*wp[1].bPresentFlag;
2638        }
2639      }
2640
2641      for ( Int iRefIdx=0 ; iRefIdx<pcSlice->getNumRefIdx(eRefPicList) ; iRefIdx++ ) 
2642      {
2643        pcSlice->getWpScaling(eRefPicList, iRefIdx, wp);
2644        if ( wp[0].bPresentFlag ) 
2645        {
2646          Int iDeltaWeight = (wp[0].iWeight - (1<<wp[0].uiLog2WeightDenom));
2647          WRITE_SVLC( iDeltaWeight, "delta_luma_weight_lX" );                  // se(v): delta_luma_weight_lX
2648          WRITE_SVLC( wp[0].iOffset, "luma_offset_lX" );                       // se(v): luma_offset_lX
2649        }
2650
2651        if ( bChroma ) 
2652        {
2653          if ( wp[1].bPresentFlag )
2654          {
2655            for ( Int j=1 ; j<3 ; j++ ) 
2656            {
2657              Int iDeltaWeight = (wp[j].iWeight - (1<<wp[1].uiLog2WeightDenom));
2658              WRITE_SVLC( iDeltaWeight, "delta_chroma_weight_lX" );            // se(v): delta_chroma_weight_lX
2659
2660              Int pred = ( 128 - ( ( 128*wp[j].iWeight)>>(wp[j].uiLog2WeightDenom) ) );
2661              Int iDeltaChroma = (wp[j].iOffset - pred);
2662              WRITE_SVLC( iDeltaChroma, "delta_chroma_offset_lX" );            // se(v): delta_chroma_offset_lX
2663            }
2664          }
2665        }
2666      }
2667    }
2668    assert(uiTotalSignalledWeightFlags<=24);
2669  }
2670}
2671
2672/** code quantization matrix
2673 *  \param scalingList quantization matrix information
2674 */
2675Void TEncCavlc::codeScalingList( TComScalingList* scalingList )
2676{
2677  UInt listId,sizeId;
2678  Bool scalingListPredModeFlag;
2679
2680    //for each size
2681    for(sizeId = 0; sizeId < SCALING_LIST_SIZE_NUM; sizeId++)
2682    {
2683      for(listId = 0; listId < g_scalingListNum[sizeId]; listId++)
2684      {
2685        scalingListPredModeFlag = scalingList->checkPredMode( sizeId, listId );
2686        WRITE_FLAG( scalingListPredModeFlag, "scaling_list_pred_mode_flag" );
2687        if(!scalingListPredModeFlag)// Copy Mode
2688        {
2689          WRITE_UVLC( (Int)listId - (Int)scalingList->getRefMatrixId (sizeId,listId), "scaling_list_pred_matrix_id_delta");
2690        }
2691        else// DPCM Mode
2692        {
2693          xCodeScalingList(scalingList, sizeId, listId);
2694        }
2695      }
2696    }
2697  return;
2698}
2699/** code DPCM
2700 * \param scalingList quantization matrix information
2701 * \param sizeIdc size index
2702 * \param listIdc list index
2703 */
2704Void TEncCavlc::xCodeScalingList(TComScalingList* scalingList, UInt sizeId, UInt listId)
2705{
2706  Int coefNum = min(MAX_MATRIX_COEF_NUM,(Int)g_scalingListSize[sizeId]);
2707  UInt* scan  = (sizeId == 0) ? g_auiSigLastScan [ SCAN_DIAG ] [ 1 ] :  g_sigLastScanCG32x32;
2708  Int nextCoef = SCALING_LIST_START_VALUE;
2709  Int data;
2710  Int *src = scalingList->getScalingListAddress(sizeId, listId);
2711    if( sizeId > SCALING_LIST_8x8 )
2712    {
2713      WRITE_SVLC( scalingList->getScalingListDC(sizeId,listId) - 8, "scaling_list_dc_coef_minus8");
2714      nextCoef = scalingList->getScalingListDC(sizeId,listId);
2715    }
2716    for(Int i=0;i<coefNum;i++)
2717    {
2718      data = src[scan[i]] - nextCoef;
2719      nextCoef = src[scan[i]];
2720      if(data > 127)
2721      {
2722        data = data - 256;
2723      }
2724      if(data < -128)
2725      {
2726        data = data + 256;
2727      }
2728
2729      WRITE_SVLC( data,  "scaling_list_delta_coef");
2730    }
2731}
2732Bool TEncCavlc::findMatchingLTRP ( TComSlice* pcSlice, UInt *ltrpsIndex, Int ltrpPOC, Bool usedFlag )
2733{
2734  // Bool state = true, state2 = false;
2735  Int lsb = ltrpPOC & ((1<<pcSlice->getSPS()->getBitsForPOC())-1);
2736  for (Int k = 0; k < pcSlice->getSPS()->getNumLongTermRefPicSPS(); k++)
2737  {
2738    if ( (lsb == pcSlice->getSPS()->getLtRefPicPocLsbSps(k)) && (usedFlag == pcSlice->getSPS()->getUsedByCurrPicLtSPSFlag(k)) )
2739    {
2740      *ltrpsIndex = k;
2741      return true;
2742    }
2743  }
2744  return false;
2745}
2746Bool TComScalingList::checkPredMode(UInt sizeId, UInt listId)
2747{
2748  for(Int predListIdx = (Int)listId ; predListIdx >= 0; predListIdx--)
2749  {
2750    if( !memcmp(getScalingListAddress(sizeId,listId),((listId == predListIdx) ?
2751      getScalingListDefaultAddress(sizeId, predListIdx): getScalingListAddress(sizeId, predListIdx)),sizeof(Int)*min(MAX_MATRIX_COEF_NUM,(Int)g_scalingListSize[sizeId])) // check value of matrix
2752     && ((sizeId < SCALING_LIST_16x16) || (getScalingListDC(sizeId,listId) == getScalingListDC(sizeId,predListIdx)))) // check DC value
2753    {
2754      setRefMatrixId(sizeId, listId, predListIdx);
2755      return false;
2756    }
2757  }
2758  return true;
2759}
2760
2761#if H_3D_INTER_SDC
2762#if QC_SDC_UNIFY_G0130
2763Void TEncCavlc::codeDeltaDC( TComDataCU* pcCU, UInt uiAbsPartIdx )
2764{
2765  assert(0);
2766}
2767
2768Void TEncCavlc::codeSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx )
2769{
2770  assert(0);
2771}
2772#else
2773Void TEncCavlc::codeInterSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx )
2774{
2775  assert(0);
2776}
2777
2778Void TEncCavlc::codeInterSDCResidualData  ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment )
2779{
2780  assert(0);
2781}
2782#endif
2783#endif
2784   
2785#if H_3D_DBBP
2786Void TEncCavlc::codeDBBPFlag    ( TComDataCU* pcCU, UInt uiAbsPartIdx )
2787{
2788  assert(0);
2789}
2790#endif
2791//! \}
Note: See TracBrowser for help on using the repository browser.