Changeset 490 in SHVCSoftware


Ignore:
Timestamp:
16 Nov 2013, 04:04:04 (11 years ago)
Author:
seregin
Message:

set bit depth for AVC BL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r489 r490  
    16221622#endif
    16231623#endif
     1624
     1625#if O0194_DIFFERENT_BITDEPTH_EL_BL
     1626          // set AVC BL bit depth, can be an input parameter from the command line
     1627          g_bitDepthYLayer[0] = 8;
     1628          g_bitDepthCLayer[0] = 8;
     1629#endif
    16241630        }
    16251631      }
Note: See TracChangeset for help on using the changeset viewer.