Changeset 413 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
8 Oct 2013, 08:37:32 (11 years ago)
Author:
qualcomm
Message:

JCTVC-N0084: Alignment of TSA and STSA pictures (MACRO: ALIGN_TSA_STSA_PICS)

Added check at the encoder to ensure that the TSA and STSA pictures are aligned.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h

    r411 r413  
    4949#define VPS_NUH_LAYER_ID                 1      ///< N0085: Assert that the nuh_layer_id of VPS NAL unit should be 0
    5050#if SVC_EXTENSION
    51 #define POC_RESET_FLAG                1         ///< N0244: POC reset flag for  layer pictures.
    5251#define MAX_LAYERS                       2      ///< max number of layers the codec is supposed to handle
     52#define POC_RESET_FLAG                   1      ///< N0244: POC reset flag for  layer pictures.
     53#define ALIGN_TSA_STSA_PICS              1      ///< N0084: Alignment of TSA and STSA pictures across AU.
    5354#define REPN_FORMAT_IN_VPS               1      ///< N0092: Signal represenation format (spatial resolution, bit depth, colour format) in the VPS
    5455#define TIMING_INFO_NONZERO_LAYERID_SPS  1      ///< N0085: Semantics of vui_timing_info_present_flag to always set that flag to zero for non-zero layer ID SPS
Note: See TracChangeset for help on using the changeset viewer.