Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/App/utils/BitrateTargeting/GuessLambdaModifiers.h
- Timestamp:
- 14 Jul 2015, 03:24:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.