Changeset 1163 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
8 Jul 2015, 01:04:18 (10 years ago)
Author:
seregin
Message:

macro cleanup: P0182_VPS_VUI_PS_FLAG

Location:
branches/SHM-dev/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1161 r1163  
    26242624    }
    26252625#endif
    2626 #if P0182_VPS_VUI_PS_FLAG
    2627     for(i = 1; i < vps->getMaxLayers(); i++)
     2626
     2627    for( i = 1; i < vps->getMaxLayers(); i++ )
    26282628    {
    26292629      if( vps->getNumRefLayers(vps->getLayerIdInNuh(i)) == 0 )
     
    26322632      }
    26332633    }
    2634 #endif
    26352634}
    26362635
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r1150 r1163  
    15091509    }
    15101510
    1511 #if P0182_VPS_VUI_PS_FLAG
    15121511    if( m_cVPS.getNumRefLayers( m_layerId ) == 0 )
    15131512    {
     
    15351534      }
    15361535    }
    1537 #endif
    15381536  }
    15391537}
Note: See TracChangeset for help on using the changeset viewer.