Ignore:
Timestamp:
22 Feb 2014, 00:50:21 (10 years ago)
Author:
qualcomm
Message:

H_MV_HLS_7_VPS_P0307_23

Implementation for adoption of (VPS/P0307/VPS VUI extension)

  • Move vps_vui_present_flag to the end of syntax table
  • Remove vps_vui_offset
  • Add vps_non_vui_extension_length and vps_non_vui_extension_data_byte

submitted by Hendry (fhendry@…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp

    r856 r857  
    10171017{
    10181018  WRITE_FLAG( pcVPS->getAvcBaseLayerFlag() ? 1 : 0,          "avc_base_layer_flag" );
    1019 #if !H_MV_HLS7_GEN
     1019#if !H_MV_HLS_7_VPS_P0307_23
    10201020  WRITE_FLAG( pcVPS->getVpsVuiPresentFlag() ? 1 : 0 , "vps_vui_present_flag" );
    10211021  if ( pcVPS->getVpsVuiPresentFlag() )
     
    13241324    }
    13251325  } 
    1326 #if H_MV_HLS7_GEN
     1326#if H_MV_HLS_7_VPS_P0307_23
    13271327  WRITE_UVLC( 0, "vps_non_vui_extension_length" );
    13281328  WRITE_FLAG( pcVPS->getVpsVuiPresentFlag() ? 1 : 0 , "vps_vui_present_flag" );
Note: See TracChangeset for help on using the changeset viewer.