Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
14 Jul 2015, 03:24:13 (10 years ago)
Author:
seregin
Message:

port rev 4257

Location:
branches/SHM-dev/source/App
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1259 r1260  
    694694
    695695/** \param pcListPic list of pictures to be written to file
     696    \param tId       temporal sub-layer ID
    696697    \todo            DYN_REF_FREE should be revised
    697698 */
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1259 r1260  
    23242324}
    23252325
    2326 /** \param iNumEncoded  number of encoded frames
     2326/**
     2327  Write access units to output file.
     2328  \param bitstreamFile  target bitstream file
     2329  \param iNumEncoded    number of encoded frames
     2330  \param accessUnits    list of access units to be written
    23272331 */
    23282332Void TAppEncTop::xWriteOutput(std::ostream& bitstreamFile, Int iNumEncoded, const std::list<AccessUnit>& accessUnits)
  • branches/SHM-dev/source/App/utils/BitrateTargeting/GuessLambdaModifiers.h

    r1246 r1260  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2014, ITU/ISO/IEC
     6 * Copyright (c) 2010-2015, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    9494
    9595/// Performs interpolation/extrapolation to guess a single Lambda-modifier
    96 /// \param target The target bitrate value that this Lambda-modifier is trying to reach
     96/// \param targetBitrate The target bitrate value that this Lambda-modifier is trying to reach
    9797/// \param point1 One of the two previously tried points where first is the Lambda-modifier and second is the obtained bitrate
    9898/// \param point2 One of the two previously tried points where first is the Lambda-modifier and second is the obtained bitrate
     
    134134/// \param o The output stream to write the guessed Lambda-modifiers to
    135135/// \param initialAdjustmentParameterIstream The input stream that contains the initial adjustment parameter
    136 /// \param targetIstream The input stream that contains the target bitrates
     136/// \param targetsIstream The input stream that contains the target bitrates
    137137/// \param metaLogIstream The input stream that contains the meta-log
    138138/// \throw InitialAdjustmentParameterParseException if there is an error parsing the initial adjustment parameter
Note: See TracChangeset for help on using the changeset viewer.