Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/utils/BitrateTargeting/GuessLambdaModifiers.h

    r872 r1313  
    22 * License, included below. This software may be subject to other third party
    33 * and contributor rights, including patent rights, and no such rights are
    4  * granted under this license. 
     4 * 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 *
     
    3232 */
    3333
    34 #ifndef CALCULATE_LAMBDA_MODIFIER_H
    35 #define CALCULATE_LAMBDA_MODIFIER_H
     34#ifndef __GUESSLAMBDAMODIFIERS__
     35#define __GUESSLAMBDAMODIFIERS__
    3636
    3737#include "RuntimeError.h"
     
    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.