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

port rev 4257

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncSbac.cpp

    r1259 r1260  
    335335
    336336/** Coding of coeff_abs_level_minus3
    337  * \param uiSymbol value of coeff_abs_level_minus3
    338  * \param ruiGoRiceParam reference to Rice parameter
    339  * \returns Void
     337 * \param symbol                  value of coeff_abs_level_minus3
     338 * \param rParam                  reference to Rice parameter
     339 * \param useLimitedPrefixLength
     340 * \param channelType             plane type (luma/chroma)
    340341 */
    341342Void TEncSbac::xWriteCoefRemainExGolomb ( UInt symbol, UInt &rParam, const Bool useLimitedPrefixLength, const ChannelType channelType )
     
    11121113
    11131114/** Encode (X,Y) position of the last significant coefficient
    1114  * \param uiPosX X component of last coefficient
    1115  * \param uiPosY Y component of last coefficient
    1116  * \param width  Block width
    1117  * \param height Block height
    1118  * \param eTType plane type / luminance or chrominance
    1119  * \param uiScanIdx scan type (zig-zag, hor, ver)
     1115 * \param uiPosX     X component of last coefficient
     1116 * \param uiPosY     Y component of last coefficient
     1117 * \param width      Block width
     1118 * \param height     Block height
     1119 * \param component  chroma component ID
     1120 * \param uiScanIdx  scan type (zig-zag, hor, ver)
    11201121 * This method encodes the X and Y component within a block of the last significant coefficient.
    11211122 */
     
    15791580
    15801581/** Code SAO EO class or BO band position
    1581  * \param uiLength
    1582  * \param uiCode
    15831582 */
    15841583Void TEncSbac::codeSaoUflc       ( UInt uiLength, UInt uiCode )
     
    15881587
    15891588/** Code SAO merge flags
    1590  * \param uiCode
    1591  * \param uiCompIdx
    15921589 */
    15931590Void TEncSbac::codeSaoMerge       ( UInt uiCode )
     
    15971594
    15981595/** Code SAO type index
    1599  * \param uiCode
    16001596 */
    16011597Void TEncSbac::codeSaoTypeIdx       ( UInt uiCode)
Note: See TracChangeset for help on using the changeset viewer.