Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 14 Jul 2015, 03:24:13 (10 years ago)
- Location:
- branches/SHM-dev/source/App
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1259 r1260 694 694 695 695 /** \param pcListPic list of pictures to be written to file 696 \param tId temporal sub-layer ID 696 697 \todo DYN_REF_FREE should be revised 697 698 */ -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1259 r1260 2324 2324 } 2325 2325 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 2327 2331 */ 2328 2332 Void TAppEncTop::xWriteOutput(std::ostream& bitstreamFile, Int iNumEncoded, const std::list<AccessUnit>& accessUnits) -
branches/SHM-dev/source/App/utils/BitrateTargeting/GuessLambdaModifiers.h
r1246 r1260 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 94 94 95 95 /// Performs interpolation/extrapolation to guess a single Lambda-modifier 96 /// \param target The target bitrate value that this Lambda-modifier is trying to reach96 /// \param targetBitrate The target bitrate value that this Lambda-modifier is trying to reach 97 97 /// \param point1 One of the two previously tried points where first is the Lambda-modifier and second is the obtained bitrate 98 98 /// \param point2 One of the two previously tried points where first is the Lambda-modifier and second is the obtained bitrate … … 134 134 /// \param o The output stream to write the guessed Lambda-modifiers to 135 135 /// \param initialAdjustmentParameterIstream The input stream that contains the initial adjustment parameter 136 /// \param target Istream The input stream that contains the target bitrates136 /// \param targetsIstream The input stream that contains the target bitrates 137 137 /// \param metaLogIstream The input stream that contains the meta-log 138 138 /// \throw InitialAdjustmentParameterParseException if there is an error parsing the initial adjustment parameter
Note: See TracChangeset for help on using the changeset viewer.