Ignore:
Timestamp:
31 Jan 2014, 02:45:49 (11 years ago)
Author:
qualcomm
Message:

Move calculation of sub-DPB information flags at the encoder to a new function.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h

    r579 r580  
    10281028  Int     getNumSubDpbs(Int i)                          { return m_numSubDpbs[i]; }
    10291029  Void    setNumSubDpbs(Int i, Int x)                   { m_numSubDpbs[i] = x;    }
     1030  Void    determineSubDpbInfoFlags();
    10301031#endif
    10311032
Note: See TracChangeset for help on using the changeset viewer.