Ignore:
Timestamp:
20 Jan 2014, 04:09:40 (10 years ago)
Author:
qualcomm
Message:

integration of JCT3V-G0119 by Qualcomm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-Qualcomm/source/Lib/TLibCommon/TComSlice.h

    r773 r779  
    783783#endif
    784784#endif
     785#if QC_SPIVMP_MPI_G0119
     786  Int         m_iSubPUMPILog2Size;
     787#endif
    785788#if H_3D_VSP
    786789  Bool        m_viewSynthesisPredFlag    [ MAX_NUM_LAYERS ];
     
    10571060  Void    setSubPULog2Size(Int layerIdInVps, Int u)    { m_iSubPULog2Size[layerIdInVps] = u;}
    10581061#endif
     1062#endif
     1063#if QC_SPIVMP_MPI_G0119
     1064  Int     getSubPUMPILog2Size( )           { return m_iSubPUMPILog2Size; }
     1065  Void    setSubPUMPILog2Size( Int u )     { m_iSubPUMPILog2Size = u;    }
    10591066#endif
    10601067#if H_3D_VSP
Note: See TracChangeset for help on using the changeset viewer.