Ignore:
Timestamp:
3 Apr 2013, 01:05:45 (12 years ago)
Author:
qualcomm
Message:

Function structure for VPS extension (MACRO: VPS_EXTNS)

Added VPS extension flag and function structure for VPS extension.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCavlc.h

    r54 r109  
    8989  UInt  getCoeffCost          ()                { return  m_uiCoeffCost;  }
    9090  Void  codeVPS                 ( TComVPS* pcVPS );
     91#if VPS_EXTNS
     92  Void  codeVPSExtension        ( TComVPS* pcVPS );
     93#endif
    9194  Void  codeVUI                 ( TComVUI *pcVUI, TComSPS* pcSPS );
    9295  Void  codeSPS                 ( TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.